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

BUG: Replace assert with correct error

If we cache a promoted version of the loop, that promoted can mismatch
the correct one. This en...

e3bcb6a7e54239ee83e0f9ca80cf71dd8f35bec9 authored over 2 years ago by Sebastian Berg <[email protected]>
TST: ensure `np.equal.reduce` raises a `TypeError`

f4f7595e99fffffe15effdaefe12cb7ef686ec6f authored over 2 years ago by Saransh <[email protected]>
BUG: Fix skip condition for test_loss_of_precision[complex256]

The check code needs to use another constant to check for an affected
GLIBC on PPC.
See #15763
F...

b287cd1cc3b885c8705884debcce7f27f47c0878 authored over 2 years ago by Alexander Grund <[email protected]>
Merge pull request #21954 from r-devulap/fp16-math-tests

TST: Add tests for FP16 umath functions

5028e407bf7c98662bfe247895292087e1372737 authored over 2 years ago by Matti Picus <[email protected]>
PERF: Remove numpy.compat._pep440 from default imports

The submoudle numpy.compat._pep440 is removed from the default import of
numpy to reduce the imp...

4c986e7cedde18530745dca072e06659f1fb20a9 authored over 2 years ago by Pieter Eendebak <[email protected]>
Merge pull request #22060 from eendebakpt/performance/import_time

PERF: Improve import time of numpy

807e4076730f926804ef68b5b048f075b4310543 authored over 2 years ago by Matti Picus <[email protected]>
MAINT: fix typo in test_array_object test description (#22071)

7c8e1134ae86f8a8c002e1068337bec63ddf7f0d authored over 2 years ago by Ikko Ashimine <[email protected]>
fix typo

88466d22b64b665b080d703067b0ce8a0e20181b authored over 2 years ago by Pieter Eendebak <[email protected]>
revert lookup table

2fcf18fd107a1d2a8d1ecbcf91b5ed5e8cd0a93b authored over 2 years ago by Pieter Eendebak <[email protected]>
fix pylint

87de1cdeb7c8f378a441768207bd49d99911ff58 authored over 2 years ago by Pieter Eendebak <[email protected]>
PERF: Improve import time of numpy

* Refactor add_newdoc_for_scalar_type
* Eliminate call to platform.system()

27ad8ad5f9b6499fb80eb8fc96c376bf64794906 authored over 2 years ago by Pieter Eendebak <[email protected]>
Merge pull request #22014 from bashtage/change-reduce

BUG/ENH: Allow bit generators to supply their own constructor

918065167a3860c97d52d6292f206101d660be6f authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #22053 from charris/quiet-anaconda-upload

MAINT: Quiet the anaconda uploads.

950ded32273de4daa941af07bc03acd749227698 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: Quiet the anaconda uploads.

The nightly uploads of the aarch64 wheels built on TravisCI are failing
due to the maximum log l...

9c379a1e0bd1099d371417d5f6cc3ed3d47deecc authored over 2 years ago by Charles Harris <[email protected]>
TST: Add accuracy tests for FP16 umath functions

df168ac05b0bd925f858dec101ddfa1ed29ec973 authored over 2 years ago by Raghuveer Devulapalli <[email protected]>
TST: Add special FP tests for FP16 umath

2fa2e2ee9608ed5e9ecb19dec6e421a3d83d0af2 authored over 2 years ago by Raghuveer Devulapalli <[email protected]>
ENH: allow importlib.LazyLoader to work with numpy and add test of this (#22045)

6e1557900da3c2cc8455449e7e76b07f7c36b32a authored over 2 years ago by Dan Schult <[email protected]>
Fix lint.

2d73e10f7a0e0d85247cd2f9c20c6a0b462dc77e authored over 2 years ago by Chiara Marmo <[email protected]>
Make mask_invalid consistent with mask_where when copy is set to False. Add test for type erroring.

44c8da9f2caa5e09c78204e487cf74fe53c6d0d4 authored over 2 years ago by Chiara Marmo <[email protected]>
Merge pull request #22017 from mattip/include-order

ENH: reorder includes for testing on top of system installations of NumPy

45bc13e6d922690eea43b9d807d476e0f243f836 authored over 2 years ago by Sebastian Berg <[email protected]>
MAINT,TYP: Allow the `squeeze` and `transpose` method to take `None` as argument (#22022)

ff6ea60a553070db5b5c92b98076e03089875e74 authored over 2 years ago by Bas van Beek <[email protected]>
DOC: updated masked_print_option and added explanation (#22013)

Fix misspelling in masked_print_option data entry and add explanation on how to
change the valu...

f1e50253a3b56375e795ee72032cca90a3832cd4 authored over 2 years ago by Miki Watanabe <[email protected]>
Merge pull request #22016 from mattip/revert21977

BUG: Revert using __array_ufunc__ for MaskedArray

606fa1fb6d4ff573675ca146f880c7aa012b42c8 authored over 2 years ago by Sebastian Berg <[email protected]>
ENH: reorder includes for system installations

0723ee83deb5b130dee2cf7f88b8e610797e01c2 authored over 2 years ago by mattip <[email protected]>
Revert "TST: add a test for ma.minimum.reduce with axis keyword"

This reverts commit e2efced9bdfc773f5aca2487f12ab1cb2bd11833.

a346e6d483483751b95915267b655e06889c9b1a authored over 2 years ago by mattip <[email protected]>
Revert "BUG: Fix masked median multiple masked arrays (#21999)"

This reverts commit 6b8d55e66e532d66e1701ad039b4cda306839b3f.

20bd00b0bfef5de4046d31a04b84f0a5a4007cdf authored over 2 years ago by mattip <[email protected]>
Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."

This reverts commit 8cd6f4ca00b6e0da3833fc267d50067b2ddbc069.

3321bc59ca5e47a8d8677fa4d1a9af37d570a835 authored over 2 years ago by mattip <[email protected]>
Revert "DOC: Adding improvement note for MaskedArray ufunc"

This reverts commit fe8b171965d23fc79bd9fc80838debc588e4f376.

57d9f0ac15932aabe6c80788c3f9c1147a0acc88 authored over 2 years ago by mattip <[email protected]>
Revert "nomask in nomask out" from 21977

This reverts commit db1a98bf194771a677dbc0c2e06bc47f4a9947a8.

acaf2556ba23d73ec2e855d1f5fdd05166e5b5a4 authored over 2 years ago by mattip <[email protected]>
Revert "BUG: fix ma.minimum.reduce with axis keyword"

This reverts commit b8c6d09208ecb7f0d83a8b06ab9e15e720f03730.

6d4a6fc870902e5a6ee0f7fb76d8638475370694 authored over 2 years ago by mattip <[email protected]>
Merge pull request #22010 from rossbar/doc/add-version-changed

DOC: Add versionchanged for converter callable behavior.

25bcff17a58e942fbeaaba65902157b0f070376a authored over 2 years ago by Sebastian Berg <[email protected]>
TST: Fix spelling

adbb4cbc32350dd6581cb8f24e6f68cc0cfa8245 authored over 2 years ago by Kevin Sheppard <[email protected]>
BUG/ENH: ALlow bit generators to supply their own ctor

Allow bit generators to supply their own constructors to enable Generator
objects using arbitrar...

95e3e7f445407e4f355b23d6a9991d8774f0eb0c authored over 2 years ago by Kevin Sheppard <[email protected]>
DOC: some improvements in the NumPy/MATLAB comparison (#22000)

Includes formatting fixes, example code corrections (not covered by refguide-check),
and update...

5ba36b700284a8392af5be542f65ecd262fd2568 authored over 2 years ago by Petar Mlinarić <[email protected]>
DOC: unify `np.transpose`, `np.ndarray.transpose`, and `np.ndarray.T` (#21997)

Better organize and improve cross referencing between the various transpose
functions/methods.
...

14c92e414cb5c5ab77aa8af9eb9e6d810b28ff4d authored over 2 years ago by Petar Mlinarić <[email protected]>
DOC: Add versionchanged for converter callable behavior.

c6d4774b9b7a10247dc33b6bcf18c88dd7cd8a69 authored over 2 years ago by Ross Barnowski <[email protected]>
Merge pull request #22008 from j-bowhay/remove_future

MAINT: remove unneeded `__future__` imports

fe2bb380fd9a084b622ff3f00cb6f245e8c1a10e authored over 2 years ago by Sebastian Berg <[email protected]>
DOC: add links to `linalg` in docs of `dot` and `matmul` (#22002)

Add links to `linalg` explaining BLAS

92680b65331c44e4bdcdc9d0c593bc4d509a3981 authored over 2 years ago by Petar Mlinarić <[email protected]>
Merge pull request #22004 from seberg/ragged-dep-finalize

DEP: Finalize ragged array creation deprecation

64707310d563a81434778cfc4e57d95aac6a77a7 authored over 2 years ago by Matti Picus <[email protected]>
NEP: Mark NEP 34 as final

ebf80efcc04503a4a5f174d0f979e6e7bb1abc1e authored over 2 years ago by Sebastian Berg <[email protected]>
DEP: Finalize ragged array creation deprecation

This finalizes all DeprcationWarnings related to the creation of object
arrays from nested lists...

189eb6e38e78a06d86292b5d503de12fe2bebe38 authored over 2 years ago by Sebastian Berg <[email protected]>
BUG: Avoid errors on NULL during deepcopy (#21996)

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]>
Add release note and further clarify tests.

b1a8ff8fa73b744416e12cdd4bb70594717b5336 authored over 2 years ago by M. Eric Irrgang <[email protected]>
remove unneeded future imports

b9f1d23cfbb170a4daaaf4042a6b9032ca7a4501 authored over 2 years ago by Jake Bowhay <[email protected]>
Lint.

Shorten some lines.

01438a848b029b4fb3d3509c7fd313bc0588bd38 authored over 2 years ago by M. Eric Irrgang <[email protected]>
Expand test_asarray.py.

* Improve comments/docs.
* Improve descriptiveness of variable names.
* Add additional test expr...

e286f461b54c43e2a16b3f6fc6d829936ea28c27 authored over 2 years ago by M. Eric Irrgang <[email protected]>
ENH,MAINT: Add overflow handling for negative integers scalar multiplication (#21793)

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]>
BUG: Fix masked median multiple masked arrays (#21999)

Fixed issue that occurs when trying to take the median of a list of masked arrays.
Added a chec...

6b8d55e66e532d66e1701ad039b4cda306839b3f authored over 2 years ago by Brigitta Sipőcz <[email protected]>
Merge pull request #21991 from tylerjereddy/treddy_rm_old_warning

MAINT: rm old warning

7a93aa6b55af024d8116ea4ffd376eac15b9db59 authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #21993 from rcomer/ma-minimum-fix

BUG: fix ma.minimum.reduce with axis keyword

a87031f25e4fa990d28414829a59d2b430e09146 authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #21984 from BvB93/comparison

MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons

af44af78f0b83afc0a77643eafb003a5988367d5 authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #21992 from noritada/crossreference-frombuffer-and-tobytes

DOC: cross-reference descriptions of frombuffer and ndarray.tobytes

41b56579ee53ffb543a5fedef027cfa8ca4576a5 authored over 2 years ago by Matti Picus <[email protected]>
DOC: clarify `frombuffer` and `ndarray.tobytes` are inverse operations

Thanks for suggestions from @mattip .

91ab215ad2b6380bb7d93e43819958147d008a56 authored over 2 years ago by Noritada Kobayashi <[email protected]>
Update comment and obey formatting requirements.

5651445944bce163a2c3f746d6ac1acd9ae76032 authored over 2 years ago by M. Eric Irrgang <[email protected]>
Don't regenerate the descriptor unnecessarily.

Fix a false mismatch. Separate dtype objects, even if equivalent,
cause distinct array views to ...

871a1f9e7ac791acde6664498cf374ed88b0c850 authored over 2 years ago by M. Eric Irrgang <[email protected]>
Add unit testing.

81b97607339ac68b27cf72ba7923345d58e2895e authored over 2 years ago by M. Eric Irrgang <[email protected]>
Get the base object.

Use the correct API call to actually set the base object.

45281b8a0f88b39b9444032578559a25e62763ec authored over 2 years ago by M. Eric Irrgang <[email protected]>
Coerce the returned pointer type.

78cd6b0780ee11b0952988baf688061e931815b0 authored over 2 years ago by M. Eric Irrgang <[email protected]>
Use the correct pointer type.

a3eedb0ca339d2d98d5b54698fcf24b2587ac59b authored over 2 years ago by M. Eric Irrgang <[email protected]>
BUG: Distinguish exact vs. equivalent dtype for C type aliases.

For `asarray` and for the `dtype` equality operator,
equivalent dtype aliases were considered ex...

45357de4cf83340bd05d279673f68a7fd42b2308 authored over 2 years ago by M. Eric Irrgang <[email protected]>
BUG: fix ma.minimum.reduce with axis keyword

Fixes the problem reported at
https://github.com/numpy/numpy/pull/21977#issuecomment-1186082534
...

b8c6d09208ecb7f0d83a8b06ab9e15e720f03730 authored over 2 years ago by Ruth Comer <[email protected]>
TST: add a test for ma.minimum.reduce with axis keyword

Adapted from the problem reported at
https://github.com/numpy/numpy/pull/21977#issuecomment-1186...

e2efced9bdfc773f5aca2487f12ab1cb2bd11833 authored over 2 years ago by Ruth Comer <[email protected]>
MAINT: rm old warning

* if you believe the comments that this warning suppression
should be safe to remove after `1.16...

7ed97763c00d37591b5d298ffcbc2be407aff68c authored over 2 years ago by Tyler Reddy <[email protected]>
DOC: cross-reference descriptions of `frombuffer` and `ndarray.tobytes`

3c500f550294ed3053dbcd0561f14a7549b8c19e authored over 2 years ago by Noritada Kobayashi <[email protected]>
Merge pull request #21986 from callumoriley/cleaned-imports

MAINT: Remove two unused imports

bdec32181605c8179fd79624d14c1cf019de75af authored over 2 years ago by Sebastian Berg <[email protected]>
Removed two unused imports

1b77e996d801b0f89378ac528d71804f6ca303f9 authored over 2 years ago by Callum O'Riley <[email protected]>
updated required field as false

559219ca1f5d3a1901b9d7543bb1985bf4ebba82 authored over 2 years ago by Satish Mishra <[email protected]>
updated required field as False

a8736253b69ac81153f209cdbd4d5d9350b169a2 authored over 2 years ago by Satish Mishra <[email protected]>
MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons

28c73af1b8d909e7d7b9df4ffc395609c68d02a2 authored over 2 years ago by Bas van Beek <[email protected]>
Merge pull request #21977 from greglucas/masked_ufunc

ENH: Adding __array_ufunc__ capability to MaskedArrays

cb28cd17d01a6a867517a3b8b3ea4fbb0370be10 authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #21983 from BvB93/einsum

TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes

b8192d168315f463d96174625fd3fac92dfcc73b authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #21982 from BvB93/alias

MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` attribute

2d7559243a3474b58950336b5159afa085acf473 authored over 2 years ago by Matti Picus <[email protected]>
TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes

79a895d6be4da326a1d7c5a018ed3ba62adaf8e7 authored over 2 years ago by Bas van Beek <[email protected]>
Merge pull request #21979 from seberg/fix-dtype-slots

BUG: Fix experimental dtype slot numbers

93b7320fbfdafd243cf2eef7d1061668e48cd678 authored over 2 years ago by Matti Picus <[email protected]>
MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` attribute

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]>
BUG: Fix experimental dtype slot numbers

Unfortunately, I forgot to move them around when introducing ensure_canonical,
but the code reli...

b1d2335618e51382de5da9d7cf7832062236e7d8 authored over 2 years ago by Sebastian Berg <[email protected]>
nomask in nomask out

db1a98bf194771a677dbc0c2e06bc47f4a9947a8 authored over 2 years ago by Ruth Comer <[email protected]>
DOC: Adding improvement note for MaskedArray ufunc

fe8b171965d23fc79bd9fc80838debc588e4f376 authored over 2 years ago by Greg Lucas <[email protected]>
TST: Adding a test that MaskedArrays respect ufunc deferral heirarchy

This test makes sure that a MaskedArray defers properly to another
class if it doesn't know how ...

a8b0893fc6762bef65e07a699060e015d5e98a98 authored over 2 years ago by Greg Lucas <[email protected]>
ENH: Adding __array_ufunc__ capability to MaskedArrays.

This enables any ufunc numpy operations that are called on a
MaskedArray to use the masked versi...

8cd6f4ca00b6e0da3833fc267d50067b2ddbc069 authored over 2 years ago by Greg Lucas <[email protected]>
Merge pull request #21837 from seberg/note-objects-null

DOC: Document expectation for object array initialization

37846563156b3ed8287fc94d6a7d107a316c5ecf authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21925 from seberg/subarray-object-cast

BUG: Fix subarray to object cast ownership details

b9061328b6c5c49b3f92b4e9793bb8c3ac11b544 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21968 from BvB93/array_ufunc2

ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncs

a878789ef79abe402340c50a47429367800fe49a authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21974 from BvB93/angle

MAINT, TYP: Fix `np.angle` dtype-overloads

0845fbfd0abfeba617a4d087d750c4f93c11e8a9 authored over 2 years ago by Charles Harris <[email protected]>
DOC: Add release note mentioning change to subarray->object cast

f1f9834d84a3508aa10cc01157011b5349ec3903 authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #21973 from aricooperdavis/correlate-doc

DOC: correct docstring for numpy.correlate()

a069ca164c8eb6f16e8edef504cd6526aba0d335 authored over 2 years ago by Matti Picus <[email protected]>
MAINT, TYP: Fix `np.angle` dtype-overloads

eb24897ae5a5a844a59693804e9d809b105a566f authored over 2 years ago by Bas van Beek <[email protected]>
DOC: correct docstring for numpy.correlate()

b4f0b47563b04f2a36576e664b1b5fe5d2538090 authored over 2 years ago by Ari Cooper Davis <[email protected]>
Merge pull request #21943 from joaopfg/fix/error-message

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]>
Merge pull request #21959 from michaelosthege/issue-21942

BUG: Use `Popen` to silently invoke f77 -v

0d0e255514a55943438b522dcf6c3dc255ba0e3f authored over 2 years ago by Ralf Gommers <[email protected]>
Update bug-report.yml

7f10f741af4d26612b3f7ac0421c83c17a280cd8 authored over 2 years ago by Satish Kumar Mishra <[email protected]>
removed priority dropdown

5ccd10a679351c8bc4154f0dc169d6cbdc6c0e15 authored over 2 years ago by Satish Mishra <[email protected]>
Update .github/ISSUE_TEMPLATE/bug-report.yml

Co-authored-by: Inessa Pawson <[email protected]>

e3e54a14fd0ade84422cd46b1b37772e27be1011 authored over 2 years ago by Satish Kumar Mishra <[email protected]>
Update .github/ISSUE_TEMPLATE/bug-report.yml

Co-authored-by: Inessa Pawson <[email protected]>

6155690f9e344d0702e33d34f51b3ae407172092 authored over 2 years ago by Satish Kumar Mishra <[email protected]>
ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncs

70d9253f7ac1d6d4969e358647ddd04b4f79f8b6 authored over 2 years ago by Bas van Beek <[email protected]>
Added priority in bug-report issue-template

607f671f5e3ece629ba80a30ca879d246b008778 authored over 2 years ago by Satish Mishra <[email protected]>
Fixing formatting problem

64fef8fd6f771baceac5472303e279cac3325de0 authored over 2 years ago by joaopfg <[email protected]>
Merge pull request #21963 from rgommers/remove-packaging-dep

BLD: remove outdated pin for `packaging` on macOS arm64

3da5da966d4518f7312bda4872b51f9f21de50a9 authored over 2 years ago by Tyler Reddy <[email protected]>
BLD: remove outdated pin for `packaging` on macOS arm64

Why we don't need this anymore:

- This pin for `packaging` 20.5 was added in gh-18538.
- `setup...

ff3935eab76273e5a6ba240ee2c4f79d941f269b authored over 2 years ago by Ralf Gommers <[email protected]>
MAINT: multiline condition. [skip actions] [skip travis] [skip azp] [skip circle]

f33dd34885fafbe2c5f466ccf05953bfdc73f56d authored over 2 years ago by Pamphile Roy <[email protected]>