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

WIP: Move traversal and simplify signature

7b15e26c8b246095cdd8800d0e065be74ee85447 authored almost 2 years ago
Merge pull request #23186 from seberg/random-ints-boundschecking

MAINT: Fixup random bounds checking code

86450a0cd79a8107453f1b9aeb629e52c388efcc authored almost 2 years ago
Merge pull request #22051 from r-devulap/spr-support

BLD: Add compile and runtime checks for AVX512_SPR

cfef4c030bfc18126fff156cbd3670b2ee0b18c0 authored almost 2 years ago
Merge pull request #23173 from peytondmurray/nep42-pyarray-arrfunc-compare

ENH: Add PyArray_ArrFunc compare support for NEP42 dtypes

b8feb4247af42cb0a27ddc7414d4a112e84d8d64 authored almost 2 years ago
Merge pull request #23241 from r-devulap/releasenote-simd-sort

DOC: Add release note for AVX-512 quicksort

14265704f6fb3b77ca2739329d35ff49293d26df authored almost 2 years ago
STY: Fix spelling.

05c238dcf74138178859da7cd8db0b3d8fbe4162 authored almost 2 years ago
Merge pull request #23237 from ngoldbaum/wrapping-error

MAINT: Add debug information to ufunc wrapping error

883cc2e91b8630b04170a34b7dff4434f1ed2b81 authored almost 2 years ago
DOC: Add release note for AVX-512 quicksort

9c87b8adf88839554056b40736027cf872704d8c authored almost 2 years ago
Merge pull request #23239 from ngoldbaum/logo-fix

DOC: update link for logo in the readme

73e53a75d1243a65d957c44edee305cd930fdabd authored almost 2 years ago
ENH: Add PyArray_ArrFunc compare support for NEP42 dtypes

2d0853d4a454b198e91c20eec705e7bc8ae148d5 authored almost 2 years ago
DOC: update link for logo in the readme

e77f9c4f7cc91add739c4b65edb1e15ca442bdf7 authored almost 2 years ago
MAINT: Add debug information to ufunc wrapping error

cae4b64361393746982eae3ccbf551750f4021cd authored almost 2 years ago
Merge pull request #23233 from ganesh-k13/config_raw_str

BUG: Use raw strings for paths `__config__.py.in`

a9395b87873215ec6ca2748e83e710dc130fd859 authored almost 2 years ago
Merge pull request #23228 from ngoldbaum/simd-qsort-gitignore

MAINT: add new simd_qsort files to .gitignore

4f742e0f6815deae3368009dff52bc2031f67a82 authored almost 2 years ago
MAINT: add gitignore pattern for C++ simd dispatch

ef4059138d31e2e9e6538fc7fc6c77a68a448474 authored almost 2 years ago
Merge pull request #23232 from FrancescElies/cesc-set-generic-parameters-to-any

TYP,MAINT: Add a missing explicit Any parameter to scalars

5db543e7acf8f45e55af104b0ae139d4475c7224 authored almost 2 years ago
Merge pull request #23227 from WarrenWeckesser/gitpod-dockerfile-submodule

CI: Include x86-simd-sort in submodules in gitpod.Dockerfile

af4e2b605fa6fcaa1cc218627b9d78572ad7dbcc authored almost 2 years ago
TYP,MAINT: Add a missing explicit Any parameter to scalars

1a4a2adffb5ebc0f6b12a77a940bfcb2ebaa86bb authored almost 2 years ago
BUG: Use raw strings for paths

* `\U` leads to strings being treated as unicode, hence we escape it
with raw strings
* Change...

1633a49760b0c90f3ea607795f2503cde38c4c80 authored almost 2 years ago
ENH: add _is_numeric attribute for DType classes

39d88df7c961f4d3bbd978c944673d3a9e9e12f4 authored almost 2 years ago
CI: Include x86-simd-sort in submodules in gitpod.Dockerfile

[skip ci]

54c367b6fc61e547f40f32994eb9b92c59c1a7ab authored almost 2 years ago
Merge pull request #23224 from WarrenWeckesser/gitpod-submodule

CI: Ensure submodules are initialized in gitpod.

891ab8ee00755a539bd118b1bbe4e0a237a2d844 authored almost 2 years ago
Merge pull request #23225 from WarrenWeckesser/doc-skip-cirrus

DOC: Add notation for skipping Cirrus to dev docs.

0cb575b1b99571c4a9dfb6e51a118580e4ff9a4c authored almost 2 years ago
DOC: Add notation for skipping Cirrus to dev docs.

[skip ci]

cfd03f3a0a9c3b45811d83a36fd5cf4ec38ed2f1 authored almost 2 years ago
CI: Ensure submodules are initialized in gitpod.

[skip travis] [skip azp] [skip circle]

d07f69207be8971273a1361e9630ac6f601cc3f4 authored almost 2 years ago
Merge pull request #23223 from WarrenWeckesser/utils-cleanup

MAINT: testing: Fix some whitespace and minor code issues in utils.py

97f5ece19966d8b6f5e5eb0684f20dfc97072fda authored almost 2 years ago
MAINT: testing: Fix some whitespace and minor code issues in utils.py

abfaac73be054db5b3555315d56825d2e683e02f authored almost 2 years ago
Merge pull request #23216 from seberg/refguide-mac-submodule

CI: Ensure submodules are initialized on MacOS CI

51ecf84013a6c8325f9dd0571a48794fc0e448a4 authored almost 2 years ago
ENH: Improve performance of finfo and _commonType (#23088)

The finfo contains a cache for dtypes, but the np.complex128 dtype does not end up in the cache....

4aca866c292eec899f75475ff14f7d5c1025e394 authored almost 2 years ago
Merge pull request #23141 from rgommers/reduce-azp-jobs

CI: reduce CI load - two fewer Azure Windows jobs, and no GHA jobs on merge

da6cf855a5fa332781f1637775ab3cff1e12b86a authored almost 2 years ago
CI: Ensure submodules are initialized on MacOS CI

For some reason this didn't show up on the original PR or was missed
but is now making CI fail a...

de208a0e38b1e0dc5b537033e1e6e3b3f1e15702 authored almost 2 years ago
Merge pull request #22315 from r-devulap/avxsort

ENH: Vectorize quicksort for 16-bit and 64-bit dtype using AVX512

0bd56e7ec12f8ceeb8d082340e71e60b873d5c57 authored almost 2 years ago
TEST: remove very slow test, add it as a comment to the code snippet it tests

6ef6233d5493dc2e18232304e1c3b8b0ae6f27c8 authored almost 2 years ago
ENH: Add some unit tests for finfo and iinfo (#23109)

* ENH: Add some unit tests for finfo and iinfo

* make tests more specific

* refactor

* ...

a5f4e8e417d815cb577a8f2f9414b07a689d69b1 authored almost 2 years ago
Merge pull request #23211 from seberg/experimental-dtype-header-cleanup

MAINT: Merge public and private dtype API as much as possible

13b50ed28a980aad7ab212432c6d8b35b4aa9522 authored almost 2 years ago
MAINT: Merge public and private dtype API as much as possible

This merges header definitions that are private (enough) so that
we use the same definitions wit...

1bbe5821cc6afa134221367640380f403fa8d011 authored almost 2 years ago
API: Add `rng.spawn()`, `bit_gen.spawn()`, and `bit_gen.seed_seq`

This makes the seed sequence interface more public facing by:
1. Adding `BitGenerator.seed_seq` ...

c1fa0d981258063e00e8976c41d34a6b94b12516 authored almost 2 years ago
DOC: Try to add Generator spawning to parallel generation and link it

4e6f77d6f9a0cef98158af167a80862205662c0f authored almost 2 years ago
DOC: Refer to bitgenerator and rename bitgen

a42c01c11b7cbe03cb7933ac45a89d0923104e3a authored almost 2 years ago
DOC: Improve docs around generator spawning

Trying to address Robert Kerns review comments.

e390f6772766c3b27711ef3ab5df498dd7494d45 authored almost 2 years ago
DOC: Add release note and versionadded tags

6f1d159cb711fcbd8240abd7fd68415d8319c4d9 authored almost 2 years ago
DOC: Fix matpltolib error in documentation (#23212)

As noted by Kyle Sunden, this was deprecated and has been removed,
using the method is the corr...

482d3fadbfe23a1d2a2bb179e90369e0d08b11be authored almost 2 years ago
BUG: datetime64/timedelta64 comparisons return NotImplemented (#23201)

* BUG: datetime64/timedelta64 comparisons return NotImplemented

* typo fixup

* Update nump...

80d5aeb986a885b8cc43b27839477a15677bcac8 authored almost 2 years ago
TST: Add a random integers bounds checking test that previously failed

31faeb8c8fa12f0604a4906410921909034d2c81 authored almost 2 years ago
MAINT: Fixup random bounds checking code

7ab6ba4c94896c13094e476612b05fcf6616e822 authored almost 2 years ago
Merge pull request #23202 from DimitriPapadopoulos/codespell

DOC: Fix typos found by codespell in NEPs

829a43f044528389de4a80438aa419a283d435cb authored almost 2 years ago
Merge pull request #23167 from pmvz/main

DOC: Add N-dimensional argmax/argmin example

c7493213203d41eb3f5d521357ed585405919e2f authored almost 2 years ago
DOC: Fix typos found by codespell in NEPs

* NEP 0051 is recent
* NEP 0021 is older, I don't know why the typo hadn't been previously caught

897ff26b60e7bf31277f7f7df59f1af93f50695f authored almost 2 years ago
Merge pull request #23089 from seberg/numpy2-flag

API: Add environment variable for behavior planned in a 2.0

5c7fde654c7cc9d9f32f29f82f5cb034c3c3ccaa authored almost 2 years ago
Merge pull request #23200 from DimitriPapadopoulos/codespell

Fix typos found by copdespell

9dde0a930aa568bbdd3ba176b12d1d46c72d3d4e authored almost 2 years ago
fix annotation

45a338110685bb7e600d6a446480e5f79bf9296f authored almost 2 years ago
try suggestion

62dfdfe56d5b20b57c044fa232bd4d67110ec453 authored almost 2 years ago
add NUMPY_API to comments, revert includes

9ccf321082e2c2e725f25161c93ba78969df21b7 authored almost 2 years ago
ENH: expose datetime.c functions to cython

32442574d27c555f5b7ab868b8f110d027532019 authored almost 2 years ago
tests

843cf595b69cf895e7c09cba65d06a3ea71ba7f9 authored almost 2 years ago
salvage bis of #16364

0e9ef3b18f509ffc765af387ee5293348e2b6f9d authored almost 2 years ago
Fix typos found by copdespell

e1e487acf1d820cbab8a6f97986bf2fb451dfa8e authored almost 2 years ago
Merge pull request #20064 from DimitriPapadopoulos/str

MAINT, DOC: get rid of unicode, unicode_, string_

671de61aeaf2b4ec25f058f60f629f412d7df653 authored almost 2 years ago
BUG: fix for f2py string scalars (#23194)

in previous version, any string scalar was converted to a string array of dimension len, i.e., a...

8daec0ecf11f9d2633d133f2d2b7d6c39f157f4b authored about 2 years ago
DOC: Limit line lengths

96e07907e3bb44afd46187d4e4b2c16745b24299 authored about 2 years ago
Apply suggestions from code review

Co-authored-by: Mukulika <[email protected]>

baa84cfa9c0b68d9d540be749da77a7c9928980e authored about 2 years ago
MAINT: Use `np._using_numpy2_behavior()` and initialize it in C

9d5eafe596e75e30a85c01ed62bb5bea9389adc8 authored about 2 years ago
API: Add environment variable for behavior planned in a 2.0

The idea of the flag is not to allow to change it right now, since
there may be some things wher...

624b18090ae567f3cfd528a8ae156b2ae7db6d82 authored about 2 years ago
API: Modify `gradient` to return a tuple rather than a list

This change is staged for NumPy 2.0, I assume we could get away with
it otherwise, but it is a n...

c03e84044a05f0b2358a1cbfc4158e83cba4b835 authored about 2 years ago
CI: Convert no-array-func test to also run NumPy 2.0 feature flag

0d9d10dd6d23d874701bcff951510a178f6836be authored about 2 years ago
Merge pull request #23174 from Developer-Ecosystem-Engineering/fix-simd-multiply-and-divide-on-apple-silicon

BUG: Fix Apple silicon builds by working around clang partial load bug in …

6dadb8c40451e934075904f6acdfe341d3b8762e authored about 2 years ago
Merge pull request #23193 from eltociear/patch-7

MAINT: fix typo in overrides.py

16ddf1979c6d139c714cad99838c4b5d2180e3db authored about 2 years ago
MAINT: fix typo in overrides.py

overriden -> overridden

8710fa6cb2144f100b250e6181d75ac711c64610 authored about 2 years ago
@vectorize now requires arguments to specify keywords

This reverses commit 7a2ded1522305

4b82e29a18cd2c17b258bab0e2d937ab2157377b authored about 2 years ago
DOC: string → str

9a18e8b9586b4f8c3c46e265e1424ddd6fdb643b authored about 2 years ago
DOC: unicode → str

ac6e66b9b22adcf1d72750ccb8ffe70be87c3679 authored about 2 years ago
MAINT, DOC: string_ → bytes_ and unicode_ → str_

75af40548eb85cfa25cb4074e9e4ebc5d5196b4e authored about 2 years ago
Merge pull request #23181 from mhvk/ufunc-at-complex-add-subtract-multiply

ENH: enable fast indexed loops for complex add, subtract, multiply

be52f19259d47cd27095e186a7974710c60169ee authored about 2 years ago
ENH: enable fast indexed loops for complex add, subtract, multiply

b862e4f4ec4b5d02b30a2f1b2ec9d1c9478b9977 authored about 2 years ago
Merge pull request #23188 from mattip/release-note

DOC: update release blurb

85166f1cd98dc35783828c9a1606c10b289cc344 authored about 2 years ago
DOC: update release blurb

8a4692f98d57cfa246199bd77f6cc7d1f15014e4 authored about 2 years ago
ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177)

Continuation of the ufunc.at optimizations:

add indexed loops for maximum, minimum, fmax, fmi...

11a7e2d4aa85e902384bcb9459a83045fab602b4 authored about 2 years ago
Merge pull request #23184 from seberg/f2py-no-test-print

TST: Comment out spurious print in f2py test

a91a31e2ff22c3c6cbbc4bacca2d6d7a8fe6bdff authored about 2 years ago
Merge pull request #23172 from jfbu/latex_missingchars

DOC: LaTeX/PDF: add support for a few needed Chinese characters

684aa6b4999c5f5a61b89344d651d3d51340f183 authored about 2 years ago
CI: check env in wheel uploader (#23183)

* CI: check env

* CI: check env

* CI: only upload cirrus if schedule

* CI: enable numpy...

7774bc88b29fe9906bc32b3ca6c2cd91f9459bdf authored about 2 years ago
TST: Comment out spurious print in f2py test

Matti was wondering where it came from, so lets comment it out.

c7661e8ee47f8c94bb5ba060bb4af49468dfda40 authored about 2 years ago
Merge pull request #23179 from mhvk/ufunc-at-fix-scalar-value

BUG/ENH: Fix fast index loops for 1-el array / allow scalar value

3aa60665601efdcbc49c54841a599e69a2cbd1bc authored about 2 years ago
Added a test for positional args (PR-23061)

7a2ded1522305cfbab4e34a18198f3cbcae7755c authored about 2 years ago
BUG/ENH: Fix fast index loops for 1-el array / allow scalar value

3b3d035eb6ec52353020ad2a76de1326795276e7 authored about 2 years ago
Update cpu_features.inc and compilers-diff.inc

6b470186a16044aea06a33a4d9295f87dcd651f5 authored about 2 years ago
Disable on CYGWIN

d07d5584fc63df10025190a4ea38c4863c1b1723 authored about 2 years ago
Merge pull request #23136 from mattip/indexed-loopos

ENH: create and use indexed inner loops

c4c0bbd36e597f24c481ffd736527cc48309e481 authored about 2 years ago
Fix Apple silicon builds by working around clang partial load bug in SIMD multiply and divide

bc6c53f0903373e2f3ebc3758453b3ee881cad00 authored about 2 years ago
DOC: add texlive-lang-chinese package dependency to CI

But build of PDFs not activated (in devdocs job).

At my locale, success when executing in doc/
...

b4a9ab4d88b547524ce6627c02f0789f91c55f12 authored about 2 years ago
DOC: LaTeX: Use FandolSong-Regular OpenType font for Chinese characters

Unfortunately, there is no mechanism provided by (Xe)LaTeX to
automatically fall-back on some re...

ef55d645d27c593d0c92a1dfbfb37485fcd8a50b authored about 2 years ago
TST, BUG: add a test for unary ufuncs, fix condition for indexed loops

790426e16466af4ef05ed295a27cbf5e7ff76a14 authored about 2 years ago
No need for add x86-simd-sort as global directory

472a47f8ea9aa9ffe933c15ac4c0c148570b1781 authored about 2 years ago
fix up up meson

344fe0587ba0ed48e75eb358a3dfbbb27a013354 authored about 2 years ago
fix up meson

3e84a70000f27487f2cc680795620d92f2d9b3a4 authored about 2 years ago
ENH, SIMD: removes #NPY_ENABLE_AVX512_QSORT and use #directives instead

7ddb5daa866984caa78e3fa4b5cd4869f4ee94cf authored about 2 years ago
ENH, SIMD: include npy_cpu_dipatch.h by npy_config.h

To guarantee of having #defs NPY_HAVE_[CPU features] in the scope

ba157435ab5c26350bb992149ae6a644a96ff06b authored about 2 years ago
ENH, SIMD: reimplement CPU dispatching of qsort

For a Few C++ More

6d26364d4ca94f86acf7c813d3a69431a75455d0 authored about 2 years ago
ENH: Towards modern C++

This patch initializes new C++ headers and also brings new
namespace `np::` to break away from...

b358ba4fb3c42f296466d5a6271d253e7abb7db0 authored about 2 years ago
DOC: improve release snippet (from review)

26978d72e795dc6cd2f31150e1f9d016b41dcf5c authored about 2 years ago
ENH: fixes from review

b80bc2d324ddbbb1fae7e690c641b62c3923ddcf authored about 2 years ago