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
3e522a768852575d08e859f8432b4054957dd9b9 authored about 2 years ago by Sebastian Berg <[email protected]>
e18a23679a39a9b66c856e8fa8d30621343ce4c4 authored about 2 years ago by Sebastian Berg <[email protected]>
Reusing `result` doesn't work with a single "finish" goto, since
result must be NULL on error th...
Also add tests (including for a bad capsule)
1c64f9b7d08520b78bba282180bfc59ad2d6a89e authored about 2 years ago by Sebastian Berg <[email protected]>Co-authored-by: stuartarchibald <[email protected]>
7a1f1942f3f68c34975e7f8f43070432b2063ee3 authored about 2 years ago by Sebastian Berg <[email protected]>2f647b4d22e7c096ab7f0a8afee1b63cde241797 authored about 2 years ago by Sebastian Berg <[email protected]>
In some cases, the replacement is clearly not what is intended,
in those (where setup was called...
Not actually sure that setup_module() is what was wanted here, but
it works?
Mention a bit more ...
This makes sure the test is not flaky, but the test now requires
a leak checker (both valgrind o...
343cbafffb68e3dc2c1dca71eea0644751ae924f authored about 2 years ago by Sebastian Berg <[email protected]>
c9f69efd570b74286b94a2aff402b50d465fd497 authored about 2 years ago by Sebastian Berg <[email protected]>
All other operators should have been fixed now, many recently.
0e13f55241064f8733cc4ba520d8308aadb5bd82 authored about 2 years ago by Sebastian Berg <[email protected]>69a39461de4da2bfc0e6aeeff02c73c0972a8614 authored about 2 years ago by Mike Taves <[email protected]>
13d55a3c2f016a58a6e9d6b8086f338e07c7478f authored about 2 years ago by Mike Taves <[email protected]>
a8025694ce4ef23910e5c36def920b90a340b0a5 authored about 2 years ago by Alex <[email protected]>
Signed-off-by: Alex <[email protected]>
569633ed5948cd18aa18293c9a9909be794d7808 authored about 2 years ago by Alex <[email protected]>DOC: fix typo in advanced_debugging.rst [skip ci]
12c2b7dd62fc0c14b81c8892ed5f4f59cc94d09c authored about 2 years ago by Sebastian Berg <[email protected]>30e1917f1c2d8e05556a47af1130c149bab7d783 authored about 2 years ago by Tony Newton / Teng Liu <[email protected]>
MAINT: remove code specific to Python 2
6a5086c9b875ea06fe5c6411cdc225188f10a7bb authored about 2 years ago by Sebastian Berg <[email protected]>36d75387ea974daa41667e22b4ac255709cfc61a authored about 2 years ago by Sebastian Berg <[email protected]>
BUG: Fix boundschecking for random.logseries
8d61ebc25a117337d148f1e3d96066653bd6419a authored about 2 years ago by Charles Harris <[email protected]>7a98e6c18c2985dceca0667693f570864e85c159 authored about 2 years ago by Dimitri Papadopoulos <[email protected]>
MAINT: Ensure that fmin loops do not show up multiple times
c679644b0bc074ca27d9cd26b2aea7cbf4c6f60c authored about 2 years ago by Charles Harris <[email protected]>DOC: remove reference to Python 2
2cbd21f24d4b399cd5f223b66ce60fdb6d69b855 authored about 2 years ago by Charles Harris <[email protected]>ENH: Allow all allocated operands in nditer/NpyIter
6df495ceb8ccf5b32bc208a92a249d5d189e571b authored about 2 years ago by Charles Harris <[email protected]>
This is not problematic for NumPy, because fmin/fmax have a custom
type resolver, however, Numba...
MAINT: refactor mandatory npymath functions to #define macros
5ecbc1445544bf04e6ce5f9dce6cda27c041660b authored about 2 years ago by Sebastian Berg <[email protected]>DEP: Proposal to deprecate the `msort` convenience function
df92d35d711c1f9201132285bde36cd2ca468d42 authored about 2 years ago by Matti Picus <[email protected]>7a3a0d790c6208210936d03103f25606bb464c32 authored about 2 years ago by Ross Barnowski <[email protected]>
Add date to deprecation in comment
Co-authored-by: Matti Picus <[email protected]>
806a9ecb0d26fd2f08ef6bfe28dda21a8799f071 authored about 2 years ago by Ross Barnowski <[email protected]>
I don't think this has worked in the past 10 years.
Also update because now we do have multilin...
9bde3880d7de3db54e44f29071462bf2dbbee1e7 authored about 2 years ago by mattip <[email protected]>
BUG: Do not allow nditer to reduce the mask
09a375b09cb56dfc0f4ee037b0f6d41b89302f38 authored about 2 years ago by Matti Picus <[email protected]>
This allows all operands to be allocated, it is necessary to
provide the dtype in this case, if...
ENH: Remove AVX related functions from non x86 based builds
7dd4684ac9fe0917690f12397a74106f72e66eee authored about 2 years ago by Matti Picus <[email protected]>e240dc8989b7b51b4adeb4435a78f0ae0a87f581 authored about 2 years ago by Ross Barnowski <[email protected]>
8ca9221ec58e65dbf2ac9d669de216c0366088c1 authored about 2 years ago by Ross Barnowski <[email protected]>
bdc12d124e5cfa02d7f0bd544d39117da051d87c authored about 2 years ago by Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>
4730b6f33f5c699ae1a49471e7e60f81ed5494b5 authored about 2 years ago by Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>
ce057d29087f93fe3eafd96fcd7e9a2d0c46ddd4 authored about 2 years ago by Ross Barnowski <[email protected]>
Improve docstring to clarify the relationship between np.round and np.around
Co-authored-by: ...
7776bc6166915322bc61c4be988fc99727bc2f9a authored about 2 years ago by Inessa Pawson <[email protected]>Before:
>>> field = unstructured_to_structured(np.zeros((20, 2)), dtype=[('x', float), ('y', ...
a8449b52163f871b75a4873a9543db6612d38ccf authored about 2 years ago by LeonaTaric <[email protected]>* DEV: Update key for gh CLI
* ENH - Remove deprecated syntax
* DEV - Replace deprecated s...
527c6e13ae65de08c6d998342b6a836a663c66b4 authored about 2 years ago by Tania Allard <[email protected]>DOC: Update NEP 50 text since integer conversion errors now exist.
386c4ac0d0558840f7cdb70a9302a1e964fd86eb authored about 2 years ago by Charles Harris <[email protected]>f5811453bfb29a299334ec316322a947b917e146 authored about 2 years ago by Sebastian Berg <[email protected]>
ENH: Implement correct scalar and integer overflow errors for NEP 50
aed648cceed90b4ae8850ca8d17202578eac654c authored about 2 years ago by Matti Picus <[email protected]>
Logseries previously did not enforce bounds to be strictly exclusive
for the upper bound, where ...
Remove reference to Visual Studio version required by old versions
of Python. Python >= 3.5 is b...
38fe698843d8d13fcdbcdce13b186aa66623a324 authored about 2 years ago by Chiara Marmo <[email protected]>
TYP: Spelling alignment for array flag literal
ac39f38987387307ca099ee69fabf33050e10b33 authored about 2 years ago by Charles Harris <[email protected]>00a6691c472caf65e3a28fde2fb26c88cf15fc35 authored about 2 years ago by Adam Knapp <[email protected]>
DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme
ceeb995bf2efa4f0e421cbb48d935a06845b5cef authored about 2 years ago by Sebastian Berg <[email protected]>
Co-authored-by: Inessa Pawson <[email protected]>
Co-authored-by: Pamphile Roy <roy.pamphil...
MAINT: Update versioneer 0.19 → 0.26
947d83b337d4ac4bffda2c3b5be8e3ccfb7a49f9 authored about 2 years ago by Charles Harris <[email protected]>MAINT,DOC: Revert "MAINT: fix typo in f2c_lapack.c"
c111f3d5a384d1443c220395fc9285a06571d51a authored about 2 years ago by Charles Harris <[email protected]>This reverts commit 5d6b8b0d5658418919fbaef0e843655262291dbc.
fdd43155e21814144473ca77c4c660cca6df7db4 authored about 2 years ago by Rohit Goswami <[email protected]>https://github.com/python-versioneer/python-versioneer/pull/342
2172528b7b196e470cf4d39b61e1067bdb7e0a9f authored about 2 years ago by Dimitri Papadopoulos <[email protected]>
We patch the LICENSE file for both sdist and wheel releases, making them
all "dirty", i.e., cont...
Keep classic vendored mode.
This update will shut up this codespell warning:
unparseable ==> u...
MAINT: fix typo in f2c_lapack.c
0075d59ce1991814f0589a6c9450d9e41306da1e authored about 2 years ago by Rohit Goswami <[email protected]>inifinity -> infinity
5d6b8b0d5658418919fbaef0e843655262291dbc authored about 2 years ago by Ikko Ashimine <[email protected]>MAINT: always use sys.base_prefix, never use sys.real_prefix
6094eff95c19c433648593f3cb6bca489396f9ae authored about 2 years ago by Sebastian Berg <[email protected]>This pull request add the changelog for #22046.
6d56ebb7c66673dd7121100fb36b85dce1d6b3e6 authored about 2 years ago by Chiara Marmo <[email protected]>7a85f04e06d87440fe9a33f95eea2860917ddbbc authored about 2 years ago by Chiara Marmo <[email protected]>
MAINT: Update main after 1.23.4 release.
6db3236cd81c107d752d8ef5fb411f26bf8b7255 authored about 2 years ago by Charles Harris <[email protected]>
`sys.base_prefix` was introduced in Python 3.3, so it will always be
available in supported vers...
DOC: Remove documentation specific to Python 2
22c540ca17cf2e9a837cb543d581c13a71481fb3 authored about 2 years ago by Sebastian Berg <[email protected]>19bbafa21d9196ef9f95eefbe66eaa5568f78ccc authored about 2 years ago by Charles Harris <[email protected]>
ee3c20b9eafa840232ae3e4bfa85ec262fcfa578 authored about 2 years ago by Sebastian Berg <[email protected]>
MAINT: Remove PyCObject from the SWIG interface
db7414b7f74e63f1ed5e415d1fa6cb22a3597086 authored about 2 years ago by Sebastian Berg <[email protected]>d9da02df4389a250fa1b54192700b15c84052034 authored about 2 years ago by Sebastian Berg <[email protected]>
This should be fixed in `choose` to not do the unnecessary cast,
see gh-22237.
0a0f96fe86cea5009730def695c27b5a334bd6c1 authored about 2 years ago by Sebastian Berg <[email protected]>
0375d16f2fa8b5d8c68ef7ec641613c0a1b80658 authored about 2 years ago by Sebastian Berg <[email protected]>
The new weak promotion preserves the original type, this makes the
`//= 2**32` fail for certain ...
d47b09c047c2128e820f4d4f27f10b3fd7d8b05b authored about 2 years ago by Sebastian Berg <[email protected]>
d894650a624234bd1bc7fb20d74a58b44715622c authored about 2 years ago by Sebastian Berg <[email protected]>
c4f1419c0484e2772f181210bfc7a9b86267a5d3 authored about 2 years ago by Sebastian Berg <[email protected]>
Especially adding coverage also for the power operator which
does not share its code perfectly.
This is the *actual* correct fix for the test adaptations. The test
adaptations should only be ...
2143ccae68b71754381ac5b95349520d0b505275 authored about 2 years ago by Sebastian Berg <[email protected]>
This requires adding a path that uses the "normal" Python object
to dtype conversion (setitem) f...
9c82567d76f96691633b6ab7a8e46e4405a18675 authored about 2 years ago by Sebastian Berg <[email protected]>
f6f73c05934d439917f5a27b02f3f9500c80da37 authored about 2 years ago by Sebastian Berg <[email protected]>
2179be29c2d921422bf48f7f2375ea12fe07333e authored about 2 years ago by Sebastian Berg <[email protected]>
53040310b61f8161c2fe2835f9ae77f305ae09f1 authored about 2 years ago by Sebastian Berg <[email protected]>
ba69ac666a7c6c4cb933b425cd707c38b246da7a authored about 2 years ago by Sebastian Berg <[email protected]>
The API here designed is "future" in the sense that it implementes
NEP 50 and exposes loop speci...
Also add links to this document from the functions' docstrings.
6fac305a8b62e40aa7a353d4cf72688939c0e0a4 authored about 2 years ago by melissawm <[email protected]>TST, BLD: Fix failing aarch64 wheel builds.
241c905c464a29c7b25858d57ea1a43131848530 authored about 2 years ago by Charles Harris <[email protected]>DEP: Deprecate conversion of out-of-bound Python integers
226f9c537ff9c0da56884f5ef5b5220c6c3629e9 authored about 2 years ago by Matti Picus <[email protected]>
The aarch64 wheel build tests are failing with OOM. The new test for
complex128 dot for huge vec...
This PR is partially addressing #22269
Added examples for ma.round and ma.round_
Co-authored-by: Matti Picus <[email protected]>
5f1102429b0602e9ed6ad644295dc8f3f7a43b95 authored about 2 years ago by Sebastian Berg <[email protected]>Addresses #22069. As discussed in the existing issue @seberg stated that it would be best to sup...
4d19f55dd94eb16e02a605ce963d02c51411057d authored about 2 years ago by Jordy Williams <[email protected]>DOC: Replace CObject with Capsule consistently
1ed87fa09d5a5887e2ef47b31e6fe2fefff9882a authored about 2 years ago by Matti Picus <[email protected]>Co-authored-by: Matti Picus <[email protected]>
6d8670ac4577d2e1b13e6c53b829b2dadb69a463 authored about 2 years ago by Rohit Goswami <[email protected]>eec7fdf0c35babf65c808ca7d96b50efa3b4888c authored about 2 years ago by Rohit Goswami <[email protected]>
72f573c9c71092ff3ed59f7818f1b178cb5c6deb authored about 2 years ago by Rohit Goswami <[email protected]>
98280920ba3983cf3937d8afd2ed32bba926ed17 authored about 2 years ago by Rohit Goswami <[email protected]>