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

TST: add test (from review)

f79325e70e1a79e1fdda9edfcdebd78048e67d2c authored about 2 years ago
Merge pull request #23168 from hoodmane/update-pyodide

CI: Update pyodide version in emscripten tests

8ace612c3b1bbf0bd23f10556492908afdc97207 authored about 2 years ago
BUG: improve check for 1d operands (from review)

163d3c533d37fa76727ecdee429446ad41aac7f2 authored about 2 years ago
TST Update version of Pyodide used in tests to v0.22.1

4d9a15ff7e9674556983e260dba24e9cb946787e authored about 2 years ago
BUG: fixes from review: use iter->nd and adapt to unary ufuncs

ff97723de0ff365f5d7f2b30be5ac7987511a584 authored about 2 years ago
DOC: Add N-dimensional argmax/argmin example

c6c9f311479666e179ca7877eb47af5a33bf7f38 authored about 2 years ago
Remove unnecessary checks

42a771e776aaa79a6b135fe98d44ab0eaa04122e authored about 2 years ago
BUG: Deal with casting and non-contig/1-D indices

6cf9cc91233e63c2f2aa26166a50cac84574d67c authored about 2 years ago
BUG: Clean up reference handling in `ufunc.at` a little.

f064552773a10f6f2f9600c6c5e01c4424cbe26c authored about 2 years ago
Merge pull request #23164 from kohlerjl/patch-1

BUG: Correct types, add missing functions to c_distributions.pxd

d291e5ef6e24722530ddbe1445a58288c9b473c3 authored about 2 years ago
Merge pull request #23163 from charris/post-1.24.2-release-update

MAINT: Update main after 1.24.2 release.

3624b0628b9f493b7d2339a15ba3004dc90fc943 authored about 2 years ago
Revert type change for random_f

f7d73264121eec05e7eaab442f15510d61d83941 authored about 2 years ago
Correct types, add missing functions to c_distributions.pxd

Correct floating point types on several npyrandom functions exposed for Cython in c_distribution...

e3d9caf9203c5bcb3f5ed0d761df0574cdb633c6 authored about 2 years ago
MAINT: Update main after 1.24.2 release.

fc20fcf5e51f1553a509a42ab768db3135b2df9e authored about 2 years ago
MAINT: rework release note, changes from review

3802b1664706fc71dac6d8932084e8b246e1770d authored about 2 years ago
Merge pull request #23142 from mattip/acrededation

NEP: add a paragraph about accredidation for sponsored work

9d7dca4596d7aeb8f31a261592a33d3b38b93b5f authored about 2 years ago
remove double spaces

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

19867262f5d1be7ddb6a5bef593d18ec9bc5c573 authored about 2 years ago
Fix typo

68ff715959408773d7a991167c13974796c4c7dc authored about 2 years ago
DOC: Fix and expand docs based on Nathan's review

43f2a3109467db32e7bd5cb0c9d96f0d1c518f1e authored about 2 years ago
NEP: changes from review

6b7a5dc8d3585bd5aece6b559e29138e05b43742 authored about 2 years ago
MAINT: And fix final cast warning for missing DTypeMeta cast.

ff7304b6805a10b4f2fd4d123e80ce7a98b6d62f authored about 2 years ago
MAINT: Remove now (currently) unnecessary cast

7c8ec07070d6af6b6868d133152933f561dac486 authored about 2 years ago
MAINT: Add missing includes to descriptor.h (for the extractor API)

276d09e159819e022bc9c0c89fb690b5134eddcc authored about 2 years ago
TST: Test new paths for `arr.astype()` to check it accepts DType classes

a0c154a7f1d29c6d948af90d516c6cbe330d29cd authored about 2 years ago
ENH: Use new converter API for `arr.astype()` allowing DType classes

7dba0e99536d72dfc94abe073b740f373b722058 authored about 2 years ago
MAINT: Make AdaptDescrToArray work with legacy descr OR dtype+descr

7dc47cfbde5c0d023261f86085c3c9e998535431 authored about 2 years ago
ENH: Create new DType class aware converters for `dtype=`

This commit also moves the check for legacy dtypes (but does not
yet delete it).

d9e22c0fa0c0f5fb30832cfc1c15f71571663669 authored about 2 years ago
MAINT: Use dtype+descr converter for private array params discovery

c5f024d74d9c36637c79919fd086f06da0c7161d authored about 2 years ago
Merge pull request #23143 from seberg/dtype-pickle

ENH: Allow trivial pickling of user DType (classes)

9db4a50c7310744f00ae83f93ac936047d9c9165 authored about 2 years ago
NEP: fold the text into the current paragraph, from review

5cc4d5493d97beba063bf9ffd28cad6b19b99cf0 authored about 2 years ago
Merge pull request #23145 from BvB93/39_typ

TYP,MAINT: Remove typing-related Python <3.9 leftovers

76ee5034d65db555af1052f931225c64c5552307 authored about 2 years ago
Merge pull request #23144 from BvB93/dual

TYP,MAINT: Add a missing explicit `Any` parameter to the `npt.ArrayLike` definition

1e58f02c34c66c06a167e3af31acf6a610e25321 authored about 2 years ago
Fix lint errors

041815853a493641457a2e7473e0e8c4a76a5e41 authored about 2 years ago
Add cpu test features for avx512fp16

493721c40b6fa1e30c24c8fe0782029ab4e53ec6 authored about 2 years ago
BLD: Add compile and runtime checks for AVX512FP16

9a3568488a19a1a0e4b57fdd17c0e5b3851e46e2 authored about 2 years ago
MAINT: Remove the python <3.9 guards for `__class_getitem__`

c1b655fa7d10cb22bee793290b731681afb8b356 authored about 2 years ago
MAINT: Make use of the py39 `__class_getitem__` availability in the standard library

c4c523296cdffb4e5f8c4cf6314d0bb177735e47 authored about 2 years ago
MAINT: Remove `npt._GenericAlias` in favor of py39 `types.GenericAlias`

cc5aaf2cc744dfbc0a16c1d20607853874307333 authored about 2 years ago
TYP,MAINT: Add a missing explicit `Any` parameter to the `npt.ArrayLike` definition

63dff2adfc18be52bc2396890b7e9b67a86145ad authored about 2 years ago
ENH: Allow trivial pickling of user DType (classes)

This also adds a `_legac` attribute, I am happy to rename it, but
I suspect having something lik...

96389f69e298729a33c2c6ad6bf994d338638d60 authored about 2 years ago
NEP: add a paragraph about accredidation for sponsored work

bb15ddabfa19a61acd21d5a454e8dabff2c39ce0 authored about 2 years ago
CI: stop GitHub Actions jobs from running on merge to main

This is fairly pointless, because (a) we just tested this on a PR,
and (b) in case there's a fai...

2a6e24192141264dfcc8f4d0f3f7a921b58a5056 authored about 2 years ago
CI: reduce duplication in Windows jobs on Azure

[skip cirrus] [skip actions] [skip circle]

05a0c6cf44ffd7fb78061b7be3bd76fcaba52012 authored about 2 years ago
Fix azure-pipelines.yml to checkout submodules

774edbd8a572067556e9860d5e5c23f73107421a authored about 2 years ago
DOC: add a performance release note

6541cf5c607a3b9500d04551dc28bfbecd1fc7a6 authored about 2 years ago
MAINT: update EXPERIMENTAL_DTYPE_API_VERSION too

ec1a4345d66992a56de6207e692ae7586fca2042 authored about 2 years ago
MAINT: linting

1db1ffe140b3d5f9dd54ac2dc9e426234e9c7df0 authored about 2 years ago
MAINT, BUG: fixes from review and testing

28706afcbe1bf35413049d0283e6e01ef9abcb1a authored about 2 years ago
Merge pull request #23069 from andyfaff/wheel

BLD: musllinux wheel build

340b3ff2ea6fdfebcb43a83aa8799dffd77ab325 authored about 2 years ago
WHL: musllinux wheels [wheel build]

20d397400d6325cff3decbba3d6195418e873237 authored about 2 years ago
Update to latest commit x86-simd-sort

a5d416bd60ce1067108e99951131768dfd9ee440 authored about 2 years ago
Fetch submodules in macOS and Windows build

a2f048f4886ef3bde2caef134a89c73a84163764 authored about 2 years ago
Add x86 simd sort dispatch files to meson.build

e7240dcaf24aebca83c3f642a12fa070a557b9c4 authored about 2 years ago
BENCH: fix benchmark

8bfaaf35c80a02657c353b641652de9fa4719daa authored about 2 years ago
ENH: update and sync the public API

be6417316c19eb59ce2d844cb93b331007430a72 authored about 2 years ago
MAINT: fix linting

888bba25582aaae35bbfdcdd9d632580f1a8be16 authored about 2 years ago
Merge pull request #21056 from seiko2plus/replace_raw_arithmfp

ENH: re-implement SIMD kernels of complex operations

d352270849b3cbff4fcf5511551a247065474f01 authored about 2 years ago
Merge pull request #23130 from charris/update-dependency-versions

MAINT, BLD: Update wheel and GitPython versions.

b30653165c4a44b40be733217b26ac9a936772a5 authored about 2 years ago
Fix linter errors'

f4c835332426d518c9e99bd00b45e8f5f453d6c8 authored about 2 years ago
TST: Add test for float16 quicksort

47ed2780364a270a427d74f0db642bcd4a37e6f5 authored about 2 years ago
BUG: Use log2 instead a builtin

6f2ea90d4d7f69ccc3c6389ef70d50652f3064b7 authored about 2 years ago
Adding x86-simd-sort as submodule

7c6615a229ec303b504dcacc695dabb4502e28b4 authored about 2 years ago
ENH: Use AVX-512 qsort for half precision float

df915b889125948cb2461c3bacf892b6143515f0 authored about 2 years ago
MAINT: Fix linter errors

e9b39401f51351fc05712c207a78fecaac6c02fa authored about 2 years ago
BENCH: Add float16 to sort benchmarks

361a1a649b298e44e4233f2fec8276674248956d authored about 2 years ago
TST: Add quicksort test coverage for all 16, 32, 64 bit dtypes

73aa5ea217818b93631cdf61ae0530b75e27303e authored about 2 years ago
BUG: Do not use a global static const __m512 variable

37c52d4757e71e4ce33483181302807d5f72340a authored about 2 years ago
Revert "ENH: Add AVX-512 based 16-bit dtype sort"

This reverts commit 225c8bab83d239d8888bc7b688efed97ab2284cf.

9edebc521b13bc2aa5a3367635730a4c4b4efac4 authored about 2 years ago
MAINT: Use loadu intrinsic instead of set1_epi16

gcc-8 is missing the _mm512_set1_epi16 intrinsic

e91610af8ed4b9ba200086c7edea2f9a1a4ca280 authored about 2 years ago
MAINT: Disable AVX-512 qsort on macOS and WIN32

92bd9902d4233d9f5befe05fd47bfb8b2d4e102a authored about 2 years ago
ENH: Use npyv_* for missing intrinsics in gcc-6

fba06e75e4865168f5c3b6637c8a792fc1d9a2d7 authored about 2 years ago
MAINT: Force inline bitonic network functions

73280879df00c9542909779bc9fbd99747681be7 authored about 2 years ago
ENH: Add AVX-512 based 64-bit dtype sort

ae978b8a2bc4e7b219d796519f9327feb08fe4e7 authored about 2 years ago
BUG: Ensure long/longlong is 8 bytes for 64-bit qsort

57215f84ce60653908b99179338416dd7c2bbd36 authored about 2 years ago
MAINT: Fix comment

c71352232164ab7ddc4142ebc1db694493b34ff9 authored about 2 years ago
BUG: Use longlong when NPY_SIZEOF_LONG is 4

1b5f40c89634d9399c1f3a7906dedc153b202b69 authored about 2 years ago
ENH: Add AVX-512 based 16-bit dtype sort

882503ac9383b3fff0ecf5423e732e64469347ba authored about 2 years ago
ENH: Add AVX-512 based 16-bit dtype sort

This reverts commit 138ba7583253e7540a206e7f0df3edcd5e26c518.

0d3feb0a829ea53d525487ea351055442b467c2c authored about 2 years ago
ENH: Add x86-simd-sort source files

49278b961b7254bc6a4aee478587c69682a3827e authored about 2 years ago
ENH: use an indexed loop if possible in ufunc_at

eb21b25093c79ac0bc135aed3d192c06079c5bbf authored about 2 years ago
refactor ufunc_at to first get the inner loop, then create the iterators

3ba259d20ec57052ee8df915eab308370e4a7bae authored about 2 years ago
ENH: add indexed lower loops and connect them to ufuncs

7910e2bf14b8bef95c3180fbf667458e29426a0e authored about 2 years ago
ENH: add indexed loops

90243f53f8efa200e22ee13ef1f0a8e1120b1c3a authored about 2 years ago
MAINT, BLD: Update wheel and GitPython versions.

This is motivated by Dependabot security alerts.

5b49ecab4e5d1298122994a9a7158876dd366037 authored about 2 years ago
Merge pull request #23111 from seberg/dlpack-bool

MAINT: Allow export/import of bools in dlpack

c662a712a30b1b640a80421619bb97556ffe965b authored about 2 years ago
Merge pull request #23127 from andyfaff/anc

BLD: use conda to install anaconda-client for upload

137670c5a76994ed045784431f8be3ea1b489864 authored about 2 years ago
Merge pull request #23073 from DWesl/patch-2

CI: Rebase NumPy compiled extension test modules on Cygwin

9d2c0197b1b7171be722c9cb2642e438c472edcc authored about 2 years ago
Merge pull request #23128 from hawkinsp/tt

BUG: Add missing <type_traits> header.

243c42e5d2ede60fd07d5df126ace216683d4783 authored about 2 years ago
Add missing <type_traits> header.

`std::is_scalar` is defined in `type_traits`, which is missing from the
includes.

5c738e79e60aeb655e992b861191b913fa029597 authored about 2 years ago
CI: Rebase numpy DLLs in runtests.py.

This assumes NumPy is rebased before tests run,
but does not assume the locations are in the dat...

2293a623b9deebdd284336e223ac175a7baa77b0 authored about 2 years ago
CI: Unsplit the Cygwin tests.

Ideally this works nicely and I can change the PR name.
If not, I put the split back, then the ...

bb1b2128a827e6ee8cadc9e537a75e4b875b225a authored about 2 years ago
BLD: dont upload sdist to nightly [wheel build]

25c9b78ccaabe3e99c749354a825dee0abfe620a authored about 2 years ago
BLD: initialise bash properly [wheel build][skip azp][skip circle]

4afd4d476bf7207faecb90239903281a25b39c45 authored about 2 years ago
BLD: use conda to install anaconda-client for upload [wheel build][skip azp][skip circle]

5aa99fb05d5e9845f20b03bd9d5698fb8c56f239 authored about 2 years ago
Merge pull request #23090 from seberg/complex128-weak

BUG: Fix crash when using complex double scalars with NEP 50

2ce11750cbdba4d81fa8b3b8856c5b40aee75d45 authored about 2 years ago
BUG: Fix crash when using complex double scalars with NEP 50

Not adding a test since there is already a test that crashes due to
this, it just isn't used wit...

fa5d1af7bb0842e62a8c5625212d2c7721816d78 authored about 2 years ago
TST: Rebase F2Py-built extension modules.

Also adjust CI so they don't immediately collide with NumPy.
I forgot to do that last time, whic...

2fa4441529747b2ff9c712f5c102267888da1f80 authored about 2 years ago
Merge pull request #23124 from mattip/musl

BUILD: use GITHUB_REF_NAME in musllinux merge CI run [skip ci], add more conditions to CI runs

86f2e1a98372336523974d6e20ee286d912d7a33 authored about 2 years ago
ENH: re-implement SIMD kernels of complex operations

New kernels provides better performance for non-contiguous
memory access and don't requi...

e103fa37ec8caafb966f592dd57dcb296842a29e authored about 2 years ago
BENCH, SIMD: Add strides in/out for complex benchmark

c35f97f964a5ba263e5387ae0cc0a4393cb1da43 authored about 2 years ago