Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/numpy/numpy

The fundamental package for scientific computing with Python.
https://github.com/numpy/numpy

DOC: incorporate comments into NEP 54

f09ab71f7c52e182e4f6c947800a9d30d80cdc2a authored over 1 year ago
DOC: add NEP 54 on SIMD - moving to C++ and adopting Highway (or not)

[skip cirrus] [skip actions]

789a0d8d3e413d02da07d5a5650d1b9524153e27 authored over 1 year ago
DOC: add a comment about the licensing change [skip cirrus] [skip azp] [skip travis] [skip actions]

439d627fa44110fb10919c10871666609114a1c3 authored over 1 year ago
Merge pull request #24537 from mtsokol/lib-typecheck-namespace

API: Update `lib.type_check` namespace

[skip ci]

a277f6210739c11028f281b8495faf7da298dbef authored over 1 year ago
Merge pull request #24564 from mtsokol/revert-add-newdoc

API: Readd `add_docstring` and `add_newdoc` to `np.lib`

[skip azp] [skip cirrus] [skip circle]

ef0fd39585bd71e7ba6fe38b9714deb6808fc43b authored over 1 year ago
API: Readd add_docstring and add_newdoc to np.lib

6658e74110f26c8436d990386c37eb932f885265 authored over 1 year ago
Merge pull request #24562 from F3eQnxN3RriK/doc-patch-2

DOC: Fix typos

2e170ea4d18635e5090f56d87af9f8aa9edbcef6 authored over 1 year ago
DOC: Fix typos

b5c812c1220c886e9a9366c7d786cc9713b0c228 authored over 1 year ago
Merge pull request #24560 from rgommers/ci-fix-linux

CI/BENCH: move more jobs to Meson and fix all broken benchmarks

9bb3c18fcf3e1d977ba83934407f9448d582c61d authored over 1 year ago
BENCH: fix issue with floordivide benchmark in `bench_ufunc.py`

[skip azp] [skip cirrus] [skip circle]

1af24d40bf178fdf83ae26b0078638e7e2f05197 authored over 1 year ago
BENCH: fix issue with `UnaryFP` benchmark, and reduce parametrization

6e92633becaac835823b358b24bb452a9a40adf5 authored over 1 year ago
BENCH: reduce parametrization in `bench_manipulate.py`

f3f45cb9eb3c6f49dff54be08fefc5bac827499b authored over 1 year ago
BENCH: fix `bench_reduce.py` and `bench_shape_base.py`

1cb9eeef3e17ce3f7ce686c4ff07d626feb0e427 authored over 1 year ago
BENCH: fix issues with `operator` benchmarks in `bench_ufunc.py`

8bb28e30d1a6c75788d1cf9e78c9928c2a6b344a authored over 1 year ago
BENCH: fix `bench_ma.py`

da8c9587c0a36497e0635400d3fc7f171eb75acc authored over 1 year ago
BENCH: fix issues with Methods0D benchmarks in `bench_ufunc.py`

618dcb742d225ef09a7a0a8fdfd32c6ae14eb7c4 authored over 1 year ago
BENCH: fix linalg and itemselection benchmarks

639b8a61d2bfc2feb45b54f86e7d6d40a2c8dea0 authored over 1 year ago
CI: convert benchmarks job to Meson and make it run

Note that this job wasn't running any benchmarks on `main`, it
was silently failing. It was runn...

daf640445c1e46f341fb68770a5c65816b391a78 authored over 1 year ago
BENCH: fix benchmarks in `bench_core.py`

8462f4fa01a506820edd525a89e438d5dd76b00d authored over 1 year ago
CI: move PyPy 3.9 job to Meson

83d4c59739e43b7a845b7912844f258269161e48 authored over 1 year ago
DEV: add a --quick flag to `spin bench`, and ensure correct exit code

c2c36c5d14012b6932b3ce8422b5494323401fc0 authored over 1 year ago
BENCH: fix benchmarks in `bench_creation.py`, remove longdouble types

Runtime with --quick for this file is now down to a more reasonable
20 seconds.

We shouldn't be...

7b2169651adc1931e4458bc86e955af46351e22a authored over 1 year ago
CI: convert debug build job to Meson

dbc6c1957b1eed0c28fa21abe05cf754d4cfbb3d authored over 1 year ago
API: Update lib.type_check namespace

4e1f7cf68f0ba29f0b06851de037973be52a85f0 authored over 1 year ago
MAINT: Rename docstring, modify tests

Co-authored-by: mattip <[email protected]>

f4493e2e218c38fdb5f1ca314e36c35bdcf6188f authored over 1 year ago
Merge pull request #24559 from mhvk/ma-comparison-fix-of-fix

BUG: ensure nomask in comparison result is not broadcast

6c130f8a3c6172c8b4476b4d7d56b89b4f7dd5ed authored over 1 year ago
BUG: ensure nomask in comparison result is not broadcast

17440d692dd648159c304676772ac1d5c6e40288 authored over 1 year ago
API: Update `lib.function_base` namespace (#24538)

[skip ci]

e865b3379b25270ec0fe8e9cff2ab9acf6b5ba8a authored over 1 year ago
DOC: Fix mentions in `isin` docs (#24505)

866f3780430616280fa68d12ec2690b7e68c2980 authored over 1 year ago
Merge pull request #24556 from mhvk/ma_comparison_fixes

BUG: fix comparisons between masked and unmasked structured arrays

0ec93b048c401b61aadbbb143bec6f40c6a2027c authored over 1 year ago
CI: remove spurious wheel build action runs (#24535)

[skip ci]

231ed985fb3c3e79286a5b5ed7b69a807939964d authored over 1 year ago
DOC: Add a release note

9b5a168ea775f9ef36fadb5d0d41834c45b3b506 authored over 1 year ago
TST: Add more tests for iso_c_binding

Functions and subroutines

fab384365ef6fcf6574d2f7a3c9d8f9bcad57785 authored over 1 year ago
MAINT: Be more forgiving with bindc matches

320aec72fd650a0d8ab294e81b7fe5f5aff43733 authored over 1 year ago
MAINT: More robust test for using iso_c_binding

6cc0777e6af48733373f4f66f7ad70693ef11905 authored over 1 year ago
MAINT: Fix regep for bind matches

Make name optional

3ccc483bda676251ced9f1e3135981059f63b161 authored over 1 year ago
DOC: Cleanup removed objects (#24547)

These objects are removed in gh-24376

3ee0de688dd1778d36c589684ba321598c1ad4e0 authored over 1 year ago
ENH: Load iso_c_binding module only when needed

df3a819be04f79063846ff03878cfab9dd23fd32 authored over 1 year ago
MAINT: Use iso_c_binding where necessary

5633f24becdfea0724a45b720f4ccff51520e9e5 authored over 1 year ago
MAINT: Do not use bind(c) for subroutine wrappers

27a5be399fcd17db1026d64f7b7aa91d523283d7 authored over 1 year ago
ENH: Add bind(c) to function subroutine bindings

00fa2e718937e8bae6d72844e67e85aa571160bb authored over 1 year ago
ENH: Rework bind(c) detection

Also prevents terrible name mangling / general function binding failures

66f8ba104c61c45a59442d3c85f8c4842177fba3 authored over 1 year ago
Merge pull request #24551 from pierreloicq/patch-2

Update .mailmap 2

289fb5ebb5800f2d1cafe9b9f4e169154b375ef4 authored over 1 year ago
MAINT: Add a kind_map for function use

52d9e7ba5437e1b7a5ae21a81b6da1b9921cf69f authored over 1 year ago
BUG: ensure mask on comparison results always has properly broadcast shape

d00eaf358675064a827392442f6ed9ac365e62f9 authored over 1 year ago
BUG: fix comparisons between masked and unmasked structured arrays

9a07a5efe8ab20cacee9235d9a8fc4de02433581 authored over 1 year ago
MAINT: Move into private module

e2a230b5a94063e8e8a11bea10de7956ec762d50 authored over 1 year ago
MAINT: Rework to keep older logic

5a8041fa0080bd961181830612bb8db1bdb13755 authored over 1 year ago
DOC: Add a news fragment for iso_c_binding [f2py]

539d7a65edf973756d906d2653f71e839b68bc94 authored over 1 year ago
TST: Add a test for gh-24553

a34d2bca3e3c53ca1ba2b4f01174bf5fcfa463f0 authored over 1 year ago
MAINT: fix ISO_C type maps in f2py

a9488ecc0739e47fd3a375df57aa8a7da8f9ee46 authored over 1 year ago
Update .mailmap 2

21f8aa21ff7c1a8b59a7f545a1beb3cebca6088f authored over 1 year ago
DOC: fix typos in percentile documentation (#24549)

The description of the methods in percentile are
gramatically inconsistent and it seems that th...

36342aa54be62ba10244c50fb1980821ec25d9d0 authored over 1 year ago
Merge pull request #24539 from rgommers/fix-circleci-job

CI: fix CircleCI job for move to Meson

e841e6337eca767065e27129903dea5ae199fde3 authored over 1 year ago
Merge pull request #24523 from mkoeppe/cygwin_ci_build

CI: switch the Cygwin job to Meson

20b007f6134ee41643f0b228cc0275bc3eed0eca authored over 1 year ago
DOC: fix up examples for repr changes

[skip actions] [skip azp] [skip cirrus]

2059dd9e6dce61d4c52571b3865faebd8fd5ccec authored over 1 year ago
CI: fix CircleCI job for move to Meson

Also makes the refguide check run completely in the doc build job.
It was removed from an unrela...

532d6671452fd21073483d76d05cc204d328bbd9 authored over 1 year ago
Merge pull request #24543 from mattip/backout-24516

DOC: re-pin sphinx<7.2

c460c9094944db9f6b11c7d2558d91eec7e3ccf7 authored over 1 year ago
Merge pull request #24376 from mtsokol/overhaul-of-main-namespace-part-3

API: Cleaning `numpy/__init__.py` and main namespace - Part 3 [NEP 52]

220f9573432624b1929cf77478ea62e27b345695 authored over 1 year ago
Update expiration message for recfrom*

4fe343072e7181f420bd523c136c5e5c794cbbd6 authored over 1 year ago
Merge pull request #24536 from mtsokol/lib-nanfunctions-namespace

API: Update `lib.nanfunctions` namespace

7fc28b040519fcf28a4fe70b475b04591512874c authored over 1 year ago
BLD: disable use of visibility attribute for Cygwin

This leads to persistent warnings like:
```
warning: visibility attribute not supported in this ...

a346af20659070ef14c5f52f3a93276ea386b154 authored over 1 year ago
DOC: re-pin sphinx<7.2 [skip cirrus] [skip azp] [skip travis] [skip actions]

cf4deb7058def328079e90b24fb46461f3905756 authored over 1 year ago
CI: switch the Cygwin job to Meson

Also clean up the installed packages as much as possible,
use native SIMD features only and no d...

c35f58f52b4fe38fb7667b3664581b10e8cb591d authored over 1 year ago
Merge pull request #23764 from BvB93/mypy

CI,TYP: Bump mypy to 1.4.1

4b849d478a89ce45d58640974c60213af9e8c83f authored over 1 year ago
Merge pull request #24520 from rgommers/ci-to-meson

CI: remove obsolete jobs, and move macOS and conda Azure jobs to Meson and GHA

105cc8d385683b0485b932fd099c6df8971b62e3 authored over 1 year ago
TYP: add kind argument to numpy.isin type specification (#24527)

Fixes #24491

[skip ci]

c7906932ec7d99e4df1d58c3dfa6b323aa831077 authored over 1 year ago
MAINT: Harmonize fortranobject (#24517)

As noted in the discussion around C99 here: https://github.com/numpy/numpy/issues/22572#issuecom...

e518b0b1c6c4b0e294f744a7d45a9272917dbc1c authored over 1 year ago
CI: remove macOS and conda jobs from Azure

[skip cirrus] [skip circle]

a6234ad55e69dd1ef390e5b0356a9de73f00ffd4 authored over 1 year ago
CI: factor out custom code checks (ninja, vulture, `test_*` installed)

[skip cirrus] [skip circle]

b7d76b19d79fcce1c6109e0c9d54ded1e6379508 authored over 1 year ago
CI: move conda and macOS Azure job to Meson

The use of conda and testing on macOS is nice to combine;
no need for the separate jobs. Same fo...

5585785c53b952262dcefbb4a954814713bb0e3d authored over 1 year ago
API: Update lib.nanfunctions namespace

ecb6a66ca85602af96c0e1b98535ff9afe2ef1cc authored over 1 year ago
CI: remove GHA job that built with setup.py and ILP64 OpenBLAS

We still have several other jobs that use ILP64, and this setup.py
based job does nothing specia...

5db5d413ec7c8f84a5d33fc6a739f981f573a4cd authored over 1 year ago
CI: remove TravisCI jobs

There are timing out a lot, and ppc64le was recently disabled.
We now have QEMU-based jobs in Gi...

68ec29452ac9b537c6943c74f9eaa5c1b723aa9c authored over 1 year ago
Merge pull request #24299 from HaoZeke/gh24008_regression_f2py

BUG: Fix assumed length f2py regression

b6b6f224f7acbbf2daff5cd007aeab8f8424b485 authored over 1 year ago
Extend expired attributes

0b9084aebbc194819b5405d3fb0f4beec3a7bbfc authored over 1 year ago
Update changelog file

4e9ae5d1cf0104ced0de10c557d6b8b582b916df authored over 1 year ago
trigger ci

e5bb64e3cfb089c79644ffd7ee88a7b9df017be0 authored over 1 year ago
API: Remove asfarray function

73d32d102e00a05990f23a44da09a79237013377 authored over 1 year ago
Add changelog file

fb3bd1feb6eaff92471054f67a7e194a6fe56395 authored over 1 year ago
API: Remove cfloat usage

67d8d2c38ac7e59b28495b7fff8389691909a0b4 authored over 1 year ago
API: Remove np.unicode_ from docs

930cef6573406efe7cda49f6cc23998177560e4a authored over 1 year ago
API: Apply review comments

84e4210e12d6289492cdee0d2b8de90cabad751b authored over 1 year ago
API: Remove np.mat from matrixlib module

5a5f5879c9d39d23dea3eefbf26831af1b404b82 authored over 1 year ago
API: Finalize third batch of changes

d047b4296b1f158c70d287ecd1c4a49fbd784c7e authored over 1 year ago
[skip ci]

c8650a81a2a3c67909714cea9460b176e90594ac authored over 1 year ago
API: Remove other scalar aliases [skip ci]

6cb136ee909b2b3909a202ac94b09c89c8dae4dd authored over 1 year ago
API: Migrate imports of *sctypes* [skip ci]

5be9a6550d45ebcd7426b542405157b773525e18 authored over 1 year ago
Merge pull request #24518 from mtsokol/introduce-expiration-notes

MAINT: Add expiration notes for NumPy 2.0 removals

7057b2f3ee4465029f03db150b68ddde13f838c1 authored over 1 year ago
MAINT: copyediting for migration notes

e6af3a12429ba7c757c1fb69e317f3c843776604 authored over 1 year ago
Merge pull request #24516 from mattip/unpin-sphinx

DOC: unpin sphinx

2890183937566cdc86b71afaa28d7a39d262e98b authored over 1 year ago
Merge pull request #24528 from numpy/dependabot/github_actions/actions/checkout-3.6.0

MAINT: Bump actions/checkout from 3.5.3 to 3.6.0

9a2fcb03800ef88ce77b8c22c2ef716105aeb2c3 authored over 1 year ago
Update numpy/__init__.py

Co-authored-by: Nathan Goldbaum <[email protected]>

b97d7b7bd26bdf99cbee94a122b461055f853cf2 authored over 1 year ago
MAINT: Bump actions/checkout from 3.5.3 to 3.6.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release no...

26a93ebe9d3c98400726e01a8a2bc7228e2c7dc9 authored over 1 year ago
BUG: Rework character array assignments (gh-24008)

a64d3cd6ededf849145d1d713df7c2069a52480a authored over 1 year ago
TST: Stop marking small f2py tests as slow

9a44f54e724c4c0da005b572c164887d846d674e authored over 1 year ago
BUG: Fix f2py F77 assumed length issues

Closes gh-24008. Essentially, array and length setup needs to be done
before the length defaults...

19407632f4e6d905d0e45c145136d4530175ea9a authored over 1 year ago
TST: Add a test for assumed length F77

819a44ba6a3d1cac48ffdf1ed82da5c93e5d32ff authored over 1 year ago
MAINT: move gh24008 to test_character

Since it belongs logically to the tests where character array shapes and
types are determined

01664c550950d956a27b5228dec70db91a736ecb authored over 1 year ago
Merge pull request #24515 from rgommers/fix-gitversion

BUG: fix issue with git-version script, needs a shebang to run

b4c50e4862dd23ffcb27fe688d5e79e0456b2715 authored over 1 year ago