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
If we cache a promoted version of the loop, that promoted can mismatch
the correct one. This en...
f4f7595e99fffffe15effdaefe12cb7ef686ec6f authored over 2 years ago by Saransh <[email protected]>
The check code needs to use another constant to check for an affected
GLIBC on PPC.
See #15763
F...
TST: Add tests for FP16 umath functions
5028e407bf7c98662bfe247895292087e1372737 authored over 2 years ago by Matti Picus <[email protected]>
The submoudle numpy.compat._pep440 is removed from the default import of
numpy to reduce the imp...
PERF: Improve import time of numpy
807e4076730f926804ef68b5b048f075b4310543 authored over 2 years ago by Matti Picus <[email protected]>7c8e1134ae86f8a8c002e1068337bec63ddf7f0d authored over 2 years ago by Ikko Ashimine <[email protected]>
88466d22b64b665b080d703067b0ce8a0e20181b authored over 2 years ago by Pieter Eendebak <[email protected]>
2fcf18fd107a1d2a8d1ecbcf91b5ed5e8cd0a93b authored over 2 years ago by Pieter Eendebak <[email protected]>
87de1cdeb7c8f378a441768207bd49d99911ff58 authored over 2 years ago by Pieter Eendebak <[email protected]>
* Refactor add_newdoc_for_scalar_type
* Eliminate call to platform.system()
BUG/ENH: Allow bit generators to supply their own constructor
918065167a3860c97d52d6292f206101d660be6f authored over 2 years ago by Matti Picus <[email protected]>MAINT: Quiet the anaconda uploads.
950ded32273de4daa941af07bc03acd749227698 authored over 2 years ago by Charles Harris <[email protected]>
The nightly uploads of the aarch64 wheels built on TravisCI are failing
due to the maximum log l...
df168ac05b0bd925f858dec101ddfa1ed29ec973 authored over 2 years ago by Raghuveer Devulapalli <[email protected]>
2fa2e2ee9608ed5e9ecb19dec6e421a3d83d0af2 authored over 2 years ago by Raghuveer Devulapalli <[email protected]>
6e1557900da3c2cc8455449e7e76b07f7c36b32a authored over 2 years ago by Dan Schult <[email protected]>
2d73e10f7a0e0d85247cd2f9c20c6a0b462dc77e authored over 2 years ago by Chiara Marmo <[email protected]>
44c8da9f2caa5e09c78204e487cf74fe53c6d0d4 authored over 2 years ago by Chiara Marmo <[email protected]>
ENH: reorder includes for testing on top of system installations of NumPy
45bc13e6d922690eea43b9d807d476e0f243f836 authored over 2 years ago by Sebastian Berg <[email protected]>ff6ea60a553070db5b5c92b98076e03089875e74 authored over 2 years ago by Bas van Beek <[email protected]>
Fix misspelling in masked_print_option data entry and add explanation on how to
change the valu...
BUG: Revert using __array_ufunc__ for MaskedArray
606fa1fb6d4ff573675ca146f880c7aa012b42c8 authored over 2 years ago by Sebastian Berg <[email protected]>0723ee83deb5b130dee2cf7f88b8e610797e01c2 authored over 2 years ago by mattip <[email protected]>
This reverts commit e2efced9bdfc773f5aca2487f12ab1cb2bd11833.
a346e6d483483751b95915267b655e06889c9b1a authored over 2 years ago by mattip <[email protected]>This reverts commit 6b8d55e66e532d66e1701ad039b4cda306839b3f.
20bd00b0bfef5de4046d31a04b84f0a5a4007cdf authored over 2 years ago by mattip <[email protected]>This reverts commit 8cd6f4ca00b6e0da3833fc267d50067b2ddbc069.
3321bc59ca5e47a8d8677fa4d1a9af37d570a835 authored over 2 years ago by mattip <[email protected]>This reverts commit fe8b171965d23fc79bd9fc80838debc588e4f376.
57d9f0ac15932aabe6c80788c3f9c1147a0acc88 authored over 2 years ago by mattip <[email protected]>This reverts commit db1a98bf194771a677dbc0c2e06bc47f4a9947a8.
acaf2556ba23d73ec2e855d1f5fdd05166e5b5a4 authored over 2 years ago by mattip <[email protected]>This reverts commit b8c6d09208ecb7f0d83a8b06ab9e15e720f03730.
6d4a6fc870902e5a6ee0f7fb76d8638475370694 authored over 2 years ago by mattip <[email protected]>DOC: Add versionchanged for converter callable behavior.
25bcff17a58e942fbeaaba65902157b0f070376a authored over 2 years ago by Sebastian Berg <[email protected]>adbb4cbc32350dd6581cb8f24e6f68cc0cfa8245 authored over 2 years ago by Kevin Sheppard <[email protected]>
Allow bit generators to supply their own constructors to enable Generator
objects using arbitrar...
Includes formatting fixes, example code corrections (not covered by refguide-check),
and update...
Better organize and improve cross referencing between the various transpose
functions/methods.
...
c6d4774b9b7a10247dc33b6bcf18c88dd7cd8a69 authored over 2 years ago by Ross Barnowski <[email protected]>
MAINT: remove unneeded `__future__` imports
fe2bb380fd9a084b622ff3f00cb6f245e8c1a10e authored over 2 years ago by Sebastian Berg <[email protected]>Add links to `linalg` explaining BLAS
92680b65331c44e4bdcdc9d0c593bc4d509a3981 authored over 2 years ago by Petar Mlinarić <[email protected]>DEP: Finalize ragged array creation deprecation
64707310d563a81434778cfc4e57d95aac6a77a7 authored over 2 years ago by Matti Picus <[email protected]>ebf80efcc04503a4a5f174d0f979e6e7bb1abc1e authored over 2 years ago by Sebastian Berg <[email protected]>
This finalizes all DeprcationWarnings related to the creation of object
arrays from nested lists...
Addresses concerns raised in the two linked issues by:
Casting NULL objects to Py_None within...
0762342935ac615d08eaf86e47b3ade3d105b045 authored over 2 years ago by Jon Cusick <[email protected]>b1a8ff8fa73b744416e12cdd4bb70594717b5336 authored over 2 years ago by M. Eric Irrgang <[email protected]>
b9f1d23cfbb170a4daaaf4042a6b9032ca7a4501 authored over 2 years ago by Jake Bowhay <[email protected]>
Shorten some lines.
01438a848b029b4fb3d3509c7fd313bc0588bd38 authored over 2 years ago by M. Eric Irrgang <[email protected]>
* Improve comments/docs.
* Improve descriptiveness of variable names.
* Add additional test expr...
Remane `npy_mul_with_overflow_intp` to `npy_mul_sizes_with_overflow` as it only allows positive ...
4156ae2606a3143b8b3147bddf5291d679172c02 authored over 2 years ago by Meekail Zain <[email protected]>
Fixed issue that occurs when trying to take the median of a list of masked arrays.
Added a chec...
MAINT: rm old warning
7a93aa6b55af024d8116ea4ffd376eac15b9db59 authored over 2 years ago by Matti Picus <[email protected]>BUG: fix ma.minimum.reduce with axis keyword
a87031f25e4fa990d28414829a59d2b430e09146 authored over 2 years ago by Matti Picus <[email protected]>MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons
af44af78f0b83afc0a77643eafb003a5988367d5 authored over 2 years ago by Matti Picus <[email protected]>DOC: cross-reference descriptions of frombuffer and ndarray.tobytes
41b56579ee53ffb543a5fedef027cfa8ca4576a5 authored over 2 years ago by Matti Picus <[email protected]>Thanks for suggestions from @mattip .
91ab215ad2b6380bb7d93e43819958147d008a56 authored over 2 years ago by Noritada Kobayashi <[email protected]>5651445944bce163a2c3f746d6ac1acd9ae76032 authored over 2 years ago by M. Eric Irrgang <[email protected]>
Fix a false mismatch. Separate dtype objects, even if equivalent,
cause distinct array views to ...
81b97607339ac68b27cf72ba7923345d58e2895e authored over 2 years ago by M. Eric Irrgang <[email protected]>
Use the correct API call to actually set the base object.
45281b8a0f88b39b9444032578559a25e62763ec authored over 2 years ago by M. Eric Irrgang <[email protected]>78cd6b0780ee11b0952988baf688061e931815b0 authored over 2 years ago by M. Eric Irrgang <[email protected]>
a3eedb0ca339d2d98d5b54698fcf24b2587ac59b authored over 2 years ago by M. Eric Irrgang <[email protected]>
For `asarray` and for the `dtype` equality operator,
equivalent dtype aliases were considered ex...
Fixes the problem reported at
https://github.com/numpy/numpy/pull/21977#issuecomment-1186082534
...
Adapted from the problem reported at
https://github.com/numpy/numpy/pull/21977#issuecomment-1186...
* if you believe the comments that this warning suppression
should be safe to remove after `1.16...
3c500f550294ed3053dbcd0561f14a7549b8c19e authored over 2 years ago by Noritada Kobayashi <[email protected]>
MAINT: Remove two unused imports
bdec32181605c8179fd79624d14c1cf019de75af authored over 2 years ago by Sebastian Berg <[email protected]>1b77e996d801b0f89378ac528d71804f6ca303f9 authored over 2 years ago by Callum O'Riley <[email protected]>
559219ca1f5d3a1901b9d7543bb1985bf4ebba82 authored over 2 years ago by Satish Mishra <[email protected]>
a8736253b69ac81153f209cdbd4d5d9350b169a2 authored over 2 years ago by Satish Mishra <[email protected]>
28c73af1b8d909e7d7b9df4ffc395609c68d02a2 authored over 2 years ago by Bas van Beek <[email protected]>
ENH: Adding __array_ufunc__ capability to MaskedArrays
cb28cd17d01a6a867517a3b8b3ea4fbb0370be10 authored over 2 years ago by Matti Picus <[email protected]>TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes
b8192d168315f463d96174625fd3fac92dfcc73b authored over 2 years ago by Matti Picus <[email protected]>MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` attribute
2d7559243a3474b58950336b5159afa085acf473 authored over 2 years ago by Matti Picus <[email protected]>79a895d6be4da326a1d7c5a018ed3ba62adaf8e7 authored over 2 years ago by Bas van Beek <[email protected]>
BUG: Fix experimental dtype slot numbers
93b7320fbfdafd243cf2eef7d1061668e48cd678 authored over 2 years ago by Matti Picus <[email protected]>Adapt to the 3.11b4 changes introduced in https://github.com/python/cpython/pull/93754
d95c4285c4b8dbb8cf57b1ad5a887c8e924dc924 authored over 2 years ago by Bas van Beek <[email protected]>
Unfortunately, I forgot to move them around when introducing ensure_canonical,
but the code reli...
db1a98bf194771a677dbc0c2e06bc47f4a9947a8 authored over 2 years ago by Ruth Comer <[email protected]>
fe8b171965d23fc79bd9fc80838debc588e4f376 authored over 2 years ago by Greg Lucas <[email protected]>
This test makes sure that a MaskedArray defers properly to another
class if it doesn't know how ...
This enables any ufunc numpy operations that are called on a
MaskedArray to use the masked versi...
DOC: Document expectation for object array initialization
37846563156b3ed8287fc94d6a7d107a316c5ecf authored over 2 years ago by Charles Harris <[email protected]>BUG: Fix subarray to object cast ownership details
b9061328b6c5c49b3f92b4e9793bb8c3ac11b544 authored over 2 years ago by Charles Harris <[email protected]>ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncs
a878789ef79abe402340c50a47429367800fe49a authored over 2 years ago by Charles Harris <[email protected]>MAINT, TYP: Fix `np.angle` dtype-overloads
0845fbfd0abfeba617a4d087d750c4f93c11e8a9 authored over 2 years ago by Charles Harris <[email protected]>f1f9834d84a3508aa10cc01157011b5349ec3903 authored over 2 years ago by Sebastian Berg <[email protected]>
DOC: correct docstring for numpy.correlate()
a069ca164c8eb6f16e8edef504cd6526aba0d335 authored over 2 years ago by Matti Picus <[email protected]>eb24897ae5a5a844a59693804e9d809b105a566f authored over 2 years ago by Bas van Beek <[email protected]>
b4f0b47563b04f2a36576e664b1b5fe5d2538090 authored over 2 years ago by Ari Cooper Davis <[email protected]>
DOC, MAINT: Document the C-API incompatibility error and point the error message to this doc.
c85634901cbdffab7b0c1ed174135a939eb5cf0e authored over 2 years ago by Matti Picus <[email protected]>BUG: Use `Popen` to silently invoke f77 -v
0d0e255514a55943438b522dcf6c3dc255ba0e3f authored over 2 years ago by Ralf Gommers <[email protected]>7f10f741af4d26612b3f7ac0421c83c17a280cd8 authored over 2 years ago by Satish Kumar Mishra <[email protected]>
5ccd10a679351c8bc4154f0dc169d6cbdc6c0e15 authored over 2 years ago by Satish Mishra <[email protected]>
Co-authored-by: Inessa Pawson <[email protected]>
e3e54a14fd0ade84422cd46b1b37772e27be1011 authored over 2 years ago by Satish Kumar Mishra <[email protected]>Co-authored-by: Inessa Pawson <[email protected]>
6155690f9e344d0702e33d34f51b3ae407172092 authored over 2 years ago by Satish Kumar Mishra <[email protected]>70d9253f7ac1d6d4969e358647ddd04b4f79f8b6 authored over 2 years ago by Bas van Beek <[email protected]>
607f671f5e3ece629ba80a30ca879d246b008778 authored over 2 years ago by Satish Mishra <[email protected]>
64fef8fd6f771baceac5472303e279cac3325de0 authored over 2 years ago by joaopfg <[email protected]>
BLD: remove outdated pin for `packaging` on macOS arm64
3da5da966d4518f7312bda4872b51f9f21de50a9 authored over 2 years ago by Tyler Reddy <[email protected]>Why we don't need this anymore:
- This pin for `packaging` 20.5 was added in gh-18538.
- `setup...
f33dd34885fafbe2c5f466ccf05953bfdc73f56d authored over 2 years ago by Pamphile Roy <[email protected]>