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

Merge pull request #23047 from ngoldbaum/custom-dtype-name

MAINT: dtype.name works for NEP 42 dtypes

20d2f8216a5384419f4b609772f4691fabb2cebf authored about 2 years ago
MAINT: Remove all nose testing support.

NumPy switched to using pytest in 2018 and nose has been unmaintained
for many years. We have ke...

f75bb0edb0e6eec2564de4bf798242984860a19b authored about 2 years ago
MAINT: dtype.name works for NEP 42 dtypes

2a5f735a94c7e60115ff5805cc28aa1d71f4db63 authored about 2 years ago
DEP: deprecate np.finfo(None) (#23011)

Deprecate np.finfo(None), it may be that we should more generally deprecate `np.dtype(None)` but...

0cfbd3c4646aa867b89da2aef16c3a0c693d0303 authored about 2 years ago
DOC: Improved nbytes description

DOC: Improved nbytes description

DOC: Improved nbytes description

DOC: Improved nbytes descrip...

00e3f18d95eac1db4e68e464752e9ec72136dd10 authored about 2 years ago
Merge pull request #23039 from seberg/fixup-array-func-C

BUG: Implement `ArrayFunctionDispatcher.__get__`

e2fccd939e12ba33e90f663fe158d3e7566d031e authored about 2 years ago
Merge pull request #23038 from seberg/fixup-doc-gen

DOC: Ignore attribute FutureWarning in doc build

80d43ded7e1f95c0b13aa0aebb0ea89d4980e883 authored about 2 years ago
BUG: fix ma.diff not preserving mask when using append/prepend (#22776)

Port CORE diff relevant code to MA and adapt docstrings examples and add tsts.

Closes gh-22465

720cabc2331a0f003b708e55eb9bf0df204a085a authored about 2 years ago
BUG: Impelement `ArrayFunctionDispatcher.__get__`

While functions should not normally need this, Python functions do
provide it (C functions do no...

c7b12699f4fb377920142d034140d4d2324be867 authored about 2 years ago
DOC: Ignore attribute FutureWarning in doc build

The docs somehow seem to access `numpy.str`, etc. during the autodoc
generation probably.
This a...

4121134b21e39fa1bc488b58d4324b3f9ba05a04 authored about 2 years ago
BLD: Build PyPy 3.9 wheels. (#23023)

NumPy is dropping Python 3.8 for the 1.25.x release cycle. This updates
PyPy to 3.9 in order to...

b2badd70786145eb21cec02109b23e6520c6ffea authored about 2 years ago
BUG: Added __name__ atribute to vectorize class (#23021)

88cdaa21aea87ec7d56d1d583500ab2659a5e65e authored about 2 years ago
Merge pull request #23019 from seberg/finalize-non-sequence-stack

DEP: Finalize the non-sequence stacking deprecation

0013550dccc2de2150dd4c1f92340ed9273a521e authored about 2 years ago
DEP: Finalize the non-sequence stacking deprecation

The `__array_function__` API currently will exhaust iterators so we
cannot accept sequences reas...

ff78e59f5a4ff5b4c5fbf58228a6be8dab9480a8 authored about 2 years ago
Merge pull request #22997 from seberg/issue-19291

API: Fix cython exception handling for exported extern C functions

2e6b85d08a2bc5689037f80554cffbe30244227e authored about 2 years ago
Merge pull request #23020 from seberg/faster-array-function

ENH: Improve array function overhead by using vectorcall

8535df676cf52c97ad4806e0aa76aa33eeea7113 authored about 2 years ago
BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016)

WG14 N2350 made very clear that it is an UB having type definitions
within "offsetof" [1]. This...

90e233a85b9953e084a145e2b4ff0638adc9369a authored about 2 years ago
DOC: Adept internal docs a bit based on review

2403dbea944a8b0628a9ec44cf630e01566cc989 authored about 2 years ago
BENCH: Add two small additional overhead core benchmarks

723b5acdb370d9a73deaf6c84f67ca0bc4464835 authored about 2 years ago
MAINT: Fix stacklevels for the new C dispatcher not adding one

3f00488871ac169b1fd2f40495ad85cb581cc02b authored about 2 years ago
BUG: Fix refcounting issues in C-side `like=` implementation

0682fdb9f6adf903790882bb504de2c7b79759d3 authored about 2 years ago
STY: Make linter happy in numeric.py changes

1e277fed87a57826150744188c32602f03f4f5a5 authored about 2 years ago
MAINT: Move concatenate to fastcall protocol

The refactor to use vectorcall/fastcall is obviously much better
if we don't have to go back and...

25ebf18c5bce80e436487461a42019063a3bf62b authored about 2 years ago
DOC: Add release notes for faster array-function dispatching

419fd3a200b71203c9c8f9e9e61f3f2dffe74daa authored about 2 years ago
TST: Cover some more internal array-function code paths

d67baad8aab0c14ec24f516a8919bb32f58b1973 authored about 2 years ago
ENH: Improve array function overhead by using vectorcall

This moves dispatching for `__array_function__` into a C-wrapper. This
helps speed for multiple...

60a858a372b14b73547baacf4a472eccfade1073 authored about 2 years ago
MAINT: Move some others functions to use fastcall

This makes these functions much faster when used with keyword arguments
now that the array-funct...

0f7fb4fdf7bded289cd42a34dd20682c22779be2 authored about 2 years ago
Merge pull request #23026 from seberg/bump-ci

CI: Bump debug test to ubuntu-latest/22.04 rather than 20.04

9b6a7b4f874f5502112f36d485b12d92889eb808 authored about 2 years ago
CI: Bump debug test to ubuntu-latest/22.04 rather than 20.04

This bumps the `armv7_simd_test` and `debug` one to use newer python
versions as they were still...

34b5fd0c940e230b4d5e13f3060213804b93d895 authored about 2 years ago
DOC: #22266 Add examples for tril_indices_from(), triu_indices_from() (#22562)

* DOC: #22266 Add examples for tri[lu]_indices_from()

* DOC: see also for tri[lu]_indices_fro...

b511719a25d3437081dfe6976e64448221c33001 authored about 2 years ago
Merge pull request #22921 from charris/test-latest-cibuildwheel

BLD: Try building wheels with cibuildwheel 2.12.0

5e9630109965fad0efd177cf0952c87cc7fed95c authored about 2 years ago
BLD: Try cibuildwheel v2.12.0

57c6154eea7b2a73fe27e73cb90bb0ba583e9783 authored about 2 years ago
BLD: Try building wheels with cibuildwheel 2.11.4

72f9e153d18233cc85c83fe40b1d5906624379c5 authored about 2 years ago
BLD: Try disables mingw32

77e8011707350ddedc84fd4f7282ca435ebc2cbb authored about 2 years ago
BLD: Try 2.11.3 to narrow things down.

2f578ee315f468725ff5365e6de6a8928d673e5e authored about 2 years ago
BLD: Try cibuildwheel 2.11.4

Also cleanup some uneeded/commented stuff.

aa67d2e0a9b558ed24e8131931f0cc882df4ad46 authored about 2 years ago
MAINT: Create lib path if missing.

c2ab45cff3828257fdf6d9969328002f47dbeec2 authored about 2 years ago
BLD, SIMD: Pad asm to avoid C99 complains on CLANG

8d5d442bbf4b99fb72646e8f28e2e6948585321c authored about 2 years ago
DOC: Add example for np.ma.diag (#22960)

* DOC: Add example for np.ma.diag as part of numpy#22269

* Add descriptions to example.

* ...

6539741e13442aa053e516a7297bdc392b8b0fc3 authored about 2 years ago
DOC: Structured array doc update to note `dtype[name]` (#22723)

Add note that name access of structured dtypes is allowed.

Co-authored-by: Ross Barnowski <ro...

1c93bd674aa6e8f6527a33a32b30eb39c82692f0 authored about 2 years ago
MAINT: `f2py` cleanup (#22885)

Updates the free format handling of .f90 and other common extensions (through a minor re-write)....

6b5cd92675139511b4b24ddfe822e96b03700edb authored about 2 years ago
DOC: Add version added information for the strict parameter in assert_array_equal (#23015)

4e710c5be093eb4367b4a08d9068f99f9070870d authored about 2 years ago
Merge pull request #23013 from HaoZeke/fixMesonF2pyDoc

DOC: Fix a typo in f2py meson docs

3c3a6b5157d4d36172f59cda2fc9e2badf5dfbe5 authored about 2 years ago
DOC: Fix a typo in f2py meson docs

5f0a7663654d31203ab9c345caba880483a2d439 authored about 2 years ago
ENH: Faster numpy.load (try/except _filter_header) (#22916)

This pull requests speeds up numpy.load. Since _filter_header is quite a bottleneck, we only run...

2303556949b96c4220ed86fa4554f6a87dec3842 authored about 2 years ago
Merge pull request #23004 from tupui/circleci_ssh

CI: Fix CircleCI ssh key missing

87ba79b05e5eab101b03e1cc76656287d5d0aed5 authored about 2 years ago
CI: Fix CircleCI ssh key missing.

[skip github] [skip actions] [skip travis] [skip azp] [skip cirrus]

21f6e8d3ff0f3bb6245d5e981abeac97aa5d3c42 authored about 2 years ago
CI: Fix circleCI devdoc deploy path (#23002)

e261a3ba22387f4472298e0595cd23362e558664 authored about 2 years ago
MAINT/DOC: refactor CircleCI config file (#22948)

In #22943 we saw that CircleCI was using the deployment keys in all jobs.

This PR update the ...

341afc900028e266aea36733d7794f340b6d7673 authored about 2 years ago
DOC: Add release note for cython exception fixes

11badd45c24b5ab5861ffdbaf14c9a8ff1d90448 authored about 2 years ago
Merge pull request #22998 from seberg/dep-positive-finalize

DEP: Finalize `+arr` returning a copy e.g. for string arrays

bb2769e12a8646f3d63097e9464592aa6e20058d authored about 2 years ago
ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996)

The number "changed" is weird if the user fixed it, so give a different
message in that case.

77253908b0b9e4c296b9ff3c7733566eaa760e36 authored about 2 years ago
API: Add "except *" in cython `.pyd` where necessary based on review

The incref/decref function shouldn't be able to fail (especially the
decref). But right now the...

522a71f8a44b14354152f628387ca108e367688d authored about 2 years ago
DEP: Finalize `+arr` returning a copy e.g. for string arrays

This was deprecated 4-5 years ago in NumPy 1.16. Pandas stumbled
over it cleaning up their warn...

9e98e33417621171dc84bdaafbb1b337b8bd92bd authored about 2 years ago
API: Fix cython exception handling for exported extern C functions

This hopefully fixes them for all the functions currently in the `.pyd`
files. A surprising amo...

8c5771665400727b106daa009496a09aa88364b7 authored about 2 years ago
Merge pull request #22991 from oleksandr-pavlyk/docs/result_type-docstring-fix

DOC: Fix gh-22990 by correcting docstring of result_type

55e47e36ec9dbdd47d58900a8b504d9e159f1beb authored about 2 years ago
DOC: Fix gh-22990 by correcting docstring of result_type

a98839841c6dcbc85c7afc9855008dda68c477f3 authored about 2 years ago
Merge pull request #22988 from mattip/troubleshooting

DOC: add information about disabling SIMD for crashes

848af5d6f3ea1064b33a59f75a5275b73ee1cd54 authored about 2 years ago
Merge pull request #22986 from seberg/issue-22984

BUG: Ensure correct loop order in sin, cos, and arctan2

e1c368c506cfa86b8e010f8b97d2466f7e1fd92c authored about 2 years ago
ENH: allow NEP 42 dtypes to work with np.char (#22863)

This makes it possible for new-style NEP 42 string dtypes like ASCIIDType to work with the funct...

737b0647e712853d2b7defd944dde7e4b10cd224 authored about 2 years ago
DOC: add information about disabling SIMD for crashes

acfaae39272bcda1045f8ef011103027b7683a05 authored about 2 years ago
BUG: Ensure correct loop order in sin, cos, and arctan2

These were incorrect afer being vectorized. The commit additional
tests these (not arctan2 admi...

f809fdd8e9b20b993a9a694f4c27f8c6daa07708 authored about 2 years ago
Merge pull request #22980 from charris/fix-clang-suggestions

MAINT: Fix some noisy clang suggestions.

[ci skip]

df1ee34c7faea1cfc2aef0719444b6fa43887b42 authored about 2 years ago
DOC: remove extraneous backtick from warning (#22981)

cab2570b92f3a33645c2fa587c6a3dad1d773f14 authored about 2 years ago
MAINT: Fix some noisy clang suggestions.

The suggestions looks like:
```
numpy/core/src/npysort/selection.cpp:426:39: warning
suggest bra...

8beea02ec014613b87ab447e13dd242606429b22 authored about 2 years ago
Merge pull request #22779 from LeonaTaric/numpy_issue22745

DOC: All integer values must be non-negative

237280769b44d643705db9752891f08789b97ee6 authored about 2 years ago
DOC: Remove Gitpod as a local build option for users (#22911)

* DOC: Remove Gitpod as a local build option for users

Co-authored-by: Matti Picus <matti.pic...

9307c1310c9d911b637015e2e119b7831952343e authored about 2 years ago
去掉note

969c748cf6539e5b31b52ad13c7a814976735719 authored about 2 years ago
Merge pull request #22964 from charris/update-ci-test-matrix

MAINT: Update python 3.11-dev to 3.11.

6794170ae690da6df0e2de25157026cbb9cc17a7 authored about 2 years ago
Bug: Fix fill violating read-only flag. (#22959)

PyArray_FillWithScalar checks if destination is writeable before attempting to fill it. A relev...

5ed87cb14c121c03b9b49f086092d4c83b83a734 authored about 2 years ago
Merge pull request #22934 from oscargus/nep29dates

DOC: Add releases to NEP 29

2ae8939bc5a03b58869b5bd1dadd6083d1ca0cd8 authored about 2 years ago
MAINT: Update python 3.11-dev to 3.11.

56197b1460632b95c9c0450e42849fda77a1224f authored about 2 years ago
Merge pull request #22962 from mattip/dll-name

MAINT: use pypy3.9 in testing

a8113f468639c1aadb3cf384008c413030989b66 authored about 2 years ago
MAINT: use pypy3.9 in testing

61509b87701442816a822650741b152f138de9f5 authored about 2 years ago
DOC: Update docstring of `multivariate_normal` (#22938)

Make a note on results depending on system due.

Closes gh-22919

77d30835fda47335af79ffa08a8a6dcc8e1ab136 authored about 2 years ago
Merge pull request #22939 from seberg/arm64-symbol-export-help

MAINT: Move export for scipy arm64 helper into main module

316f018478de21709df1cca97ef6ccb41811fb4c authored about 2 years ago
Merge pull request #22947 from seberg/attribute-error-help

MAINT: Add additional information to missing scalar AttributeError

9c3a66dcabc42ca7d06d8df16a64b5304bd15c54 authored about 2 years ago
Merge pull request #22955 from SUPERustam/patch-1

Update LICENSE.txt

bedf64de5423ee3e1b964f14fc38c08cab677b35 authored about 2 years ago
Merge pull request #22954 from seiko2plus/issue_22933

BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clang

307477c454e960e0f6805ead4fd545014efd3701 authored about 2 years ago
Update LICENSE.txt

Change year of Copyright in LICENSE

c1ffdbc0c29d48ece717acb5bfbf811c935b41f6 authored about 2 years ago
DOC: remove old LaTeX hack if Sphinx is at 5.0.0 or later (fix #22941) (#22952)

This removes an old LaTeX hack if Sphinx is at 5.0.0+. The hack served to insert a newline after...

890920e7ba611360f60e7a1dca63b6eae99c0a1b authored about 2 years ago
BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clang

d5b2ad78a4e47448a332374fde139982dddf2995 authored about 2 years ago
Merge pull request #22943 from mattip/circleci-keys

MAINT: change circleCI keys

bdead0e1dae4f5ffbdb3db4d258a5d4b1f314580 authored about 2 years ago
MAINT: Add additional information to missing scalar AttributeError

This is a followup on gh-22607 which removed them. Since it appears some
users missed the Depre...

ceccabebc444df4be7a2d744bd5c76854799df38 authored about 2 years ago
MAINT: change circleCI keys

6d000d9f185256c2fea78dfcc5f2c9f7ac0cc6ee authored about 2 years ago
Merge pull request #22937 from mlondschien/fix-typo-in-nep-19

DOC: Fix typo in NEP-19

2f4149824a44bd7704320b75558d2466f8c14ad4 authored about 2 years ago
MAINT: Move export for scipy arm64 helper into main module

This is a follow up to gh-22679 which addressed gh-22673.

The main thing is that we want the fu...

d0a613cc50967d2f723111bb3b3ec83df606ddfd authored about 2 years ago
Merge pull request #22936 from jfbu/latex_fixfontenc

DOC: (LaTeX) fix 'fontenc' key for usage with xelatex

a1fbe992892f4136a294b7c7fcf43265b285ae2a authored about 2 years ago
Fix typo in NEP-19.

ebdff45dfe46f359136e0c14278a87b258833e82 authored about 2 years ago
DOC: (LaTeX) fix 'fontenc' key for usage with xelatex

Sphinx documentation says
Do not use this key for a latex_engine other than 'pdflatex'.

htt...

ac69a661ed10522d4c0ac92a6a7cb07a763318f7 authored about 2 years ago
DOC: Add releases to NEP29

eb02a50ff25871983dce67cfdb5a5df8fb510688 authored about 2 years ago
ENH: Create string dtype instances from the abstract dtype (#22923)

Following up from #22863 (comment), this makes it possible to create string dtype instances from...

3b5ba53b645f486319ec181871525b76393e5b75 authored about 2 years ago
Merge pull request #22931 from rossbar/fix-gh-22825

TST: Add fixture to avoid issue with randomizing test order.

c1697e0df90a69ab53892e47e33aa809c1b92b29 authored about 2 years ago
Fix crashes when using MSVC. Unnesting function calls allows more inlining.

37b8a536ac6644d4fb71c03cede62896c6de13e9 authored about 2 years ago
TST: Add fixture to avoid issue with randomizing test order.

068249d794de153bc98b69189944dcffdc85a162 authored about 2 years ago
Merge pull request #22927 from felixxm/travis

MAINT: Remove distutils usage in travis-test.sh.

[ci skip]

46142454ed4746ac991d4074d2943d892ede35d6 authored about 2 years ago
Fix type conversions for gcc

f277da49c7117c96b7085ffc2e2cae09e19fd5c4 authored about 2 years ago
Include simd.h before using NPY_SIMD_BIGENDIAN

4c0e2af5d7a4150669570cb24bcdf0daf668c54f authored about 2 years ago
Address feedback from 2022-12-14

d7b19a432bcd0add3b591e54a2ee0fbdbfc1b45e authored about 2 years ago
Update .gitignore and meson.build for loops_unary_fp_le.dispatch.c.src

2a258c3b47eec9521120ebbafca0226ecadc5d0d authored about 2 years ago