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

MAINT: Remove PyCObject from the SWIG interface

fbc90df111448cdf7dc6a93856e1bceba6d8950a authored about 2 years ago by Rohit Goswami <[email protected]>
Merge pull request #22407 from cmarmo/fix-sphinx-titles

DOC: Fix title level for release note improvements

c6f8fb2f390f5694501a2a955f232c57a042ce0e authored about 2 years ago by Sebastian Berg <[email protected]>
DOC: Remove documentation specific to Python 2

4e36c1bebdfca23f491c874bb4d97d829e381836 authored about 2 years ago by Dimitri Papadopoulos <[email protected]>
DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme (#22408)

a45f696a28353bb22a6b8179de82f6ffd781a88c authored about 2 years ago by Noritada Kobayashi <[email protected]>
Fix title level for improvements.

b0e70ce37b266b15ffc9e404ac8a5e47bff113c8 authored about 2 years ago by Chiara Marmo <[email protected]>
DOC: fix code comment forward reference (#22401)

3cf2ca1611ecaf1d13c41075a7025b96e54e3ee3 authored about 2 years ago by Dimitri Papadopoulos Orfanos <[email protected]>
Merge pull request #22399 from DimitriPapadopoulos/codespell

MAINT: Fix typos found by codespell

67b2d7398cd7e95b49d39a3ac5691fae438d57b0 authored about 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22398 from rossbar/nep44-update-diataxis-link

DOC: Update broken link to diataxis framework.

1d272bdb68f7cd2a1e99baeef9a4194afebdf783 authored about 2 years ago by Matti Picus <[email protected]>
MAINT,DOC: Fix typo / missing word

49325dd9cbd8de096cd280976c603b6b1872336a authored about 2 years ago by Dimitri Papadopoulos <[email protected]>
MAINT: Fix typos found by codespell

8551018184e16dc76cadb05cfaf73985105a3293 authored about 2 years ago by Dimitri Papadopoulos <[email protected]>
MAINT: Fix typos found by codespell in NEP

b347b4d2043ac97af3583b1038f2c02bdadcf3db authored about 2 years ago by Dimitri Papadopoulos <[email protected]>
DOC: Update broken link to diataxis framework.

4257508c65b6205fb3d24940532d564ec4ab1fef authored about 2 years ago by Ross Barnowski <[email protected]>
Merge pull request #22313 from rossbar/deprecate-fastCopyAndTranspose

DEP: Deprecate fastCopyAndTranspose

ae6a3524acc38edfdc3951622fcc598414cc78ec authored about 2 years ago by Matti Picus <[email protected]>
Merge pull request #22393 from seberg/npy_header

MAINT: Ensure graceful handling of large header sizes

384c13e3fc5e5c9cb6340209f763dc421b4c301b authored about 2 years ago by Matti Picus <[email protected]>
MAINT: rm private, unused linalg function.

06c380cec7d0ffb5ccbc15f43241bee94c287219 authored about 2 years ago by Ross Barnowski <[email protected]>
DEP: fastCopyAndTranspose and PyArray_CopyAndTranspose

Deprecate the fastCopyAndTranspose function from the Python API, and the
underlying PyArray_Copy...

a2cc1c39307c70c073038d79e17346e962720024 authored about 2 years ago by Ross Barnowski <[email protected]>
TST: Further test fixup for python integer conversion warning

94340814c1c32db54f719dc5e825a544ebc6a137 authored about 2 years ago by Sebastian Berg <[email protected]>
DOC: Extend out-of-bound python integer deprecation warning

fb44bd1eb505181a9dffecd4b578e8b5494a298f authored about 2 years ago by Sebastian Berg <[email protected]>
DOC: Add release note about deprecation of out-of-bound python integer conv

0ca3a6d11f27eb1561811c0b72ce1998655e1ee5 authored about 2 years ago by Sebastian Berg <[email protected]>
MAINT: Ensure graceful handling of large header sizes

This ensures graceful handling of large header files. Unfortunately,
it may be a bit inconvenie...

81bc4565b50c6cebb21c95c685285e32e1fb9b65 authored about 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22161 from mattip/simplify-npy_math2

MAINT: simplify complex math function handling in npymath

562c80a9fb6ffae6f8d02abf6687437830bb6615 authored about 2 years ago by Matti Picus <[email protected]>
TST: Add deprecation tests for out-of-bound pyint conversion deprecation

7a951f9d114a574ecfbe049dfb7f58a91884eba8 authored about 2 years ago by Sebastian Berg <[email protected]>
MAINT: Structured MA fill value workaround by adding array cast

This wraps the fill value into an array, the default fill value for all
ointegers is 99999 which...

afcc5608dadb17d7df565f95313cdbc1bd3a399b authored about 2 years ago by Sebastian Berg <[email protected]>
TST: Fixup tests for strict Python integer conversions

eec99b48df9ce782090157b657bf14f3b79c4981 authored about 2 years ago by Sebastian Berg <[email protected]>
ENH: Workaround -1 reduce identity for unsigned integers

This is a temporary solution until such a time where we can have
loop specific identities which ...

0a821c1c1d46247c29e02570000cc6196ee2884c authored about 2 years ago by Sebastian Berg <[email protected]>
DEP: Deprecate out-of-bound Python integer conversions

Any conversion from a Python integer (or subclass) that is stored
into a NumPy dtype but does no...

508722f65995844a130fd6f287ae0503ea60f76e authored about 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #20321 from xor2k/main

ENH: allow NumPy created .npy files to be appended in-place

5ecaf36cd34aff6886e95a6fb10715b27ecdaa3e authored about 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22046 from cmarmo/masked-invalid

BUG: Make `mask_invalid` consistent with `mask_where` if `copy` is set to `False`

02b68f16efaff733e77a12c67ea888dba6827720 authored about 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22372 from rossbar/doc/update-delimiter-descr

DOC: Update delimiter param description.

110d75ddc86ad49b1fc9207b201c93eed431d22b authored about 2 years ago by Sebastian Berg <[email protected]>
DOC: Use versionchanged and add in note about newline chars.

b280eee55a5b93d7d99fa8ae571a1f474837b709 authored about 2 years ago by Ross Barnowski <[email protected]>
Merge pull request #22374 from amagicmuffin/docs-rm-colon

DOC: typo additional colon in beginners tutorial

26d690e5abe9dc7eb74deb807ea2c4842aa91c70 authored about 2 years ago by Sebastian Berg <[email protected]>
DOC: How to partition domains

5c427d6a597f62352e9baf870e1b2edde58bee45 authored about 2 years ago by melissawm <[email protected]>
DOC: typo, see issue 22369

07da5c18b3fae3653949e1a7bdf798ca46aebde1 authored about 2 years ago by amagicmuffin <[email protected]>
Merge pull request #22373 from melissawm/remove-files

DOC, MAINT: Remove unused files

105e2635324718ccc964cfda68a805a0035ffe6d authored about 2 years ago by Matti Picus <[email protected]>
DOC, MAINT: Remove unused files

These files should be deleted, as they were used on the SVD Tutorial which is now hosted at nump...

399e0e859ca7874bd068bc3667e86c8410ca7b53 authored about 2 years ago by melissawm <[email protected]>
DOC: Update delimiter param description.

Explicitly state that only single-character delimiters
are supported.

a1fd7b6a791ff804007d07a4831388837022e1c0 authored about 2 years ago by Ross Barnowski <[email protected]>
Merge pull request #22371 from mattip/ci-permissions2

MAINT: remove permission restrictions for PR labeler [skip ci]

25ed0312cfbbddb60aa8f1491248f03f9eca5caa authored about 2 years ago by Sebastian Berg <[email protected]>
MAINT: remove permission restrictions for PR labeler [skip ci]

f8c433841d67d7c740001a8f090b2441dbf4e509 authored about 2 years ago by mattip <[email protected]>
Merge pull request #22363 from hirwa-nshuti/ma-min-example

DOC: Added examples to `maa.min` function

86cd584b81385508f7d939fc66393a6a27f02659 authored about 2 years ago by Charles Harris <[email protected]>
Merge pull request #22367 from mattip/ci-permissions

BUILD: add permissions to github actions

737016fe18583b69e6c713532a1fb8097e97772a authored about 2 years ago by Charles Harris <[email protected]>
Merge pull request #22359 from BvB93/pyright

TYP,MAINT: Change more overloads to play nice with pyright

3b6abec7a453ca4ff90f43b7231b3f8910b9f875 authored about 2 years ago by Charles Harris <[email protected]>
Merge pull request #22365 from honno/xp-version

BUG: Add `__array_api_version__` to `numpy.array_api` namespace

3abc097759d74fb2baf47aae7cd0c7dba12b7775 authored about 2 years ago by Charles Harris <[email protected]>
add permissions to github actions

423368e53448685aae8a46217d9a92db5e611b6d authored about 2 years ago by mattip <[email protected]>
Merge pull request #22360 from BvB93/mypy

TST,TYP: Bump mypy to 0.981

a5d2c58a55852f6e302e8362e9d703485d27bead authored about 2 years ago by Matti Picus <[email protected]>
Add `__array_api_version__` to `numpy.array_api` namespace

6579448e6c76b2ad4487903688ac9fe3c02ff39c authored about 2 years ago by Matthew Barber <[email protected]>
Merge pull request #22358 from BvB93/index

ENH,TYP: Add special casing for `ndarray`-based indexing

3bfe84acbe5e9fcc87c92365be647c20d6695edd authored about 2 years ago by Matti Picus <[email protected]>
Merge pull request #22302 from shashank140195/GHC22

DOC: Change in the documentation for chebpts2 method

df6c2af5a168a57e3246b233560c27d132931a10 authored about 2 years ago by Charles Harris <[email protected]>
Merge pull request #22357 from BvB93/runtime

TYP,ENH: Mark `numpy.typing` protocols as runtime checkable

5490d8712fb1d6cbcc10aa03e971736ef9d1c064 authored about 2 years ago by Charles Harris <[email protected]>
Added ma.min examples

25ca88c0df737ae5c2b9347707467489f82c9187 authored about 2 years ago by Felix Hirwa Nshuti <[email protected]>
Added ma.min examples

395129e886865c15c72da604ff8f3ee2c9a67060 authored about 2 years ago by Felix Hirwa Nshuti <[email protected]>
REV: Losen `lookfor`'s import try/except again (#22356)

Some BaseExceptions (at least the Skipped that pytest uses) need to
be caught as well. It seem...

b654752c240936596d23b5bfb2e00d2bacbcf50f authored about 2 years ago by Sebastian Berg <[email protected]>
DOC: Update amin/amax return description. (#22362)

Update return description to account for case when axis is a tuple
of integers, noting the shap...

1260b5293f8efacaa902fe33d6dc82d3ddc638bb authored about 2 years ago by Muhammad Jarir Kanji <[email protected]>
DOC: add examples to numpy.char.replace (#22308)

Co-authored-by: Tyler Reddy <[email protected]>
Co-authored-by: Sebastian Berg <sebastia...

9b94c6fed78d8aaf358f7552c17754037b3bf320 authored about 2 years ago by Simran Makandar <[email protected]>
TST,DEP: Ignore an internal mypy deprecation warning for python 3.11

ef852f1259b1a9b9a33fd5fc5dc4e9e548acda98 authored about 2 years ago by BvB93 <[email protected]>
TST,TYP: Bump mypy to 0.981

5d4bba30664f78f7e7b8656be674e519a525f6a7 authored about 2 years ago by BvB93 <[email protected]>
TYP,MAINT: Change more overloads to play nice with pyright

1fcf9778920b600c15f682e315bd74ef52ac86a8 authored about 2 years ago by BvB93 <[email protected]>
ENH,TYP: Add special casing for `ndarray`-based indexing

97465164fe448e394a3cea2ef23ed7ebf9cecb3c authored about 2 years ago by BvB93 <[email protected]>
TYP,ENH: Mark `numpy.typing` protocols as runtime checkable

51c9aa8e35c8200ca8694fc62da1837cdc1cbbff authored about 2 years ago by BvB93 <[email protected]>
Merge pull request #22147 from eelregit/eelregit_tensorsolve_doc_fix

DOC: fix linalg.tensorsolve docstring

17051caef30ad3b99291077c95f5ca9e55f0e082 authored about 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22354 from mattip/sponsor

MAINT: switch sponsor link from numfocus to opencollective

f062589346b52406144ad2d73b7bc969974cba90 authored about 2 years ago by Sebastian Berg <[email protected]>
MAINT: remove redundant community files [skip ci]

4b7d3b266418f80df731e67359c830855507fb53 authored about 2 years ago by mattip <[email protected]>
MAINT: switch sponsor link from numfocus to opencollective

b06b6d0161d558afd94e4176e1a217dbd65838a3 authored about 2 years ago by mattip <[email protected]>
Merge pull request #22343 from gdementen/patch-2

DOC: fixed two more typos in docstrings

6f25c62742571bc91a2e894a7ff7bba1d1255ae0 authored about 2 years ago by Charles Harris <[email protected]>
DOC: Improve `converters` parameter description for loadtxt (#22254)

* DOC: Make converters param description more concise.

A wording proposal to hopefully make t...

1dc42043673584c9cf05dec46c540b1547a2ccbf authored about 2 years ago by Ross Barnowski <[email protected]>
Merge pull request #22344 from gdementen/patch-1

DOC: fixed minor typo in percentile docstring

924a57d18bb98ec7cb3ceb35995b65f0d1cc4903 authored about 2 years ago by Charles Harris <[email protected]>
DOC: fixed two more typos in docstrings

nanpercentile and nanquantile had the same typo I just fixed in percentile

ea25a212110c8a6fb6d78bf5b6d7c351d7c8fa66 authored about 2 years ago by Gaëtan de Menten <[email protected]>
DOC: fixed minor typo in percentile docstring

f2c78678602e6296174a92e2b42f117bb4b5a2b3 authored about 2 years ago by Gaëtan de Menten <[email protected]>
BLD: Add mandatory complex math feature detection with signature

05e213e85d165a74b11fe38a7fb95a48494f8c5f authored about 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22342 from mattip/sde

MAINT: update sde toolkit to 9.0, fix download link

3b8dca3d0588048c425488a5e39ceddf815d9138 authored about 2 years ago by Sebastian Berg <[email protected]>
MAINT: update sde toolkit to 9.0, fix download link

fbac77acfb0c74870d61110a0db7227320c6669a authored about 2 years ago by mattip <[email protected]>
Merge pull request #21955 from r-devulap/fp16-umath

ENH: Vectorize FP16 umath functions using AVX512

2dfd21e22eb0f62b68b208b5ab735e56e9c095c9 authored about 2 years ago by Matti Picus <[email protected]>
Merge pull request #22297 from sanjanamm98/np.prod-example-issue#22266

DOC: Add example to np.prod

4f2bf689cdadaebfdb804674630e4e9eace91cd4 authored about 2 years ago by Sebastian Berg <[email protected]>
DOC: Apply Chuck's suggestion.

Co-authored-by: Charles Harris <[email protected]>

f32c3e61d34235e4bc8833cbc364ac7451b4074e authored about 2 years ago by Ross Barnowski <[email protected]>
DOC: Revert formula change, add note about order.

Co-authored-by: Charles Harris <[email protected]>

275140119bdb548560dc67faf815dde9a5d654e3 authored about 2 years ago by Ross Barnowski <[email protected]>
BUILD: move some never-blocked complex math functions to 'mandatory'

c6366c16844b162749dca5aab5f8541b319d99c9 authored about 2 years ago by mattip <[email protected]>
DOC: Added missing dtype attribute to `iinfo` and `finfo` docstring (#22334)

finfo() and iinfo() both have a dtype attribute, which was undocumented before this commit.

[...

9c5a2b41cc0ade160a01b7423630f7ee1b8e63dc authored about 2 years ago by Matteo Raso <[email protected]>
DOC: Adding examples to `ma.max` function (#22331)

* Add examples to ma.max function

* indent fix

Co-authored-by: Sebastian Berg <sebastian@s...

eed6083381dbcaf7bba4638945a1c06275f56431 authored about 2 years ago by Felix Hirwa Nshuti <[email protected]>
add spare space for growth for .npy files

15cb486664e110dfe73ed70a3b9c68915a69bd88 authored about 2 years ago by Michael Siebert <[email protected]>
BUG: Add memoverlap check

7dfcd39f53e0fad9aa083f64112caa26c4406d7f authored about 2 years ago by Raghuveer Devulapalli <[email protected]>
BENCH: Add benchmarks for fp16 umath functions

6070491623528a648deb067fc5dce709de3631d5 authored about 2 years ago by Raghuveer Devulapalli <[email protected]>
MAINT: Move AVX512 fp16 universal intrinsic to dispatch file

a13006aca6079fdf128556aab854833c82bae796 authored about 2 years ago by Raghuveer Devulapalli <[email protected]>
MAINT: Fix linter error

80f0015c53f25d7b53d362d8b76356f221924c5d authored about 2 years ago by Raghuveer Devulapalli <[email protected]>
ENH: Vectorize FP16 math functions on Intel SkylakeX

8dd67610592c9dea41f1b50de9235dffe0b227fa authored about 2 years ago by Raghuveer Devulapalli <[email protected]>
SIMD: Add universal intrinsic support for SIMD float16 using AVX-512

0e87c993a2ffb1c60693118be551695fd82dc81e authored about 2 years ago by Raghuveer Devulapalli <[email protected]>
DOC: Add copyto example (#22292)

cf2b314a4c5fb7bb05c1d265d2ba3e22bd859203 authored about 2 years ago by dg3192 <[email protected]>
DOC: examples for `np.char.isdecimal` and `np.char.isnumeric` (#22300)

* DOC: examples for np.char.isdecimal and np.char.isnumeric (See #22267)

* DOC: fix formattin...

561a9aae424b32cb85161b5f573997b03f3fe947 authored about 2 years ago by lzha97 <[email protected]>
Merge pull request #22280 from xilin22/histogramdd-doc-update

DOC: updated the description for array-like type in histogramdd (#19823)

664a9f5cad40e958c73d2bc78f9bcd5bd5f818e6 authored about 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22325 from seiko2plus/npyv_speedup_neon_vec_init

SIMD: Improve the performance of NEON vector initializer

c27bb662aa75be518f173b24e0f647248310d0ce authored about 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22336 from rossbar/cleanup-numpydoc-leftovers

MAINT: Rm numpydoc remnant example docstring.

380fbb2b89e43fe6793d0653989b8fbde1b4ddb7 authored about 2 years ago by Charles Harris <[email protected]>
MAINT: Rm numpydoc remnant example docstring.

5a1a35974e742d1497669e532b2ebf925d8b58b6 authored about 2 years ago by Ross Barnowski <[email protected]>
Merge pull request #22326 from seiko2plus/ci_disable_avx512_avx2

CI, SIMD: Test and build without the support of AVX2 and AVX512

128fbbe91e2cfc2952a197376ace3aec3003db91 authored about 2 years ago by Matti Picus <[email protected]>
SIMD: Improve the performance of NEON vector initializer

Using load over stack has a bad impact on the compiler static analysis
compared with direct ...

ee5d890007f8937a49d47cc219cf6013c13bf27f authored about 2 years ago by Sayed Adel <[email protected]>
Merge pull request #22306 from seiko2plus/npyv_new_intrinsics_sep2022_vol0

ENH: Implement essential intrinsics required by the upcoming SIMD optimizations(0)

d66ca35de0cae4e41471dc44793c18511eb45109 authored about 2 years ago by Matti Picus <[email protected]>
Merge pull request #22332 from kasuteru/main

DOC: Minor typo in docs

2ec7a5d917dbeedf28ee4054e73f92ecebb44975 authored about 2 years ago by Sebastian Berg <[email protected]>
Minor typo in docs

4bffb1184cc3646cba459f5430718de1e7e43eed authored about 2 years ago by Thomas Kastl <[email protected]>
Merge pull request #22319 from sjtechdev/21257/add_kron_functional_tests

TST: add functional tests for kron

88c1a4fefa0687193e3944416fea7c311caceb39 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22327 from seberg/issue22262

BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elements

d23050a12984c3d881356f0aea166f579b755de9 authored over 2 years ago by Charles Harris <[email protected]>
BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elements

The iteration was simply using the wrong value, the larger value
might even work sometimes, but ...

a4ae17cf8f576e954591892bf99de1dda7ee5961 authored over 2 years ago by Sebastian Berg <[email protected]>
CI, SIMD: Test and build without the support of AVX2 and AVX512

Most CI nodes have the support of AVX 512, and AVX2 which
leaves the SSE SIMD kernels untest...

73e887aa716abf3854695fd8f930ad8d5d188044 authored over 2 years ago by Sayed Adel <[email protected]>
Merge pull request #22164 from Developer-Ecosystem-Engineering/improve_tanh_for_apple_silicon

ENH: Improve tanh for architectures without efficient gather/scatter …

4a47d49f451de30d72dbcefe87fe141ee7a6e925 authored over 2 years ago by Sebastian Berg <[email protected]>