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
[skip actions] [skip azp] [skip cirrus]
0aa6042a0f85dc51d92d6e32acf5409a8587b0eb authored over 1 year agoMAINT: Bump actions/setup-python from 4.7.0 to 4.7.1
4a709238b22ece2d01de5e429ad11ae0f2611f7b authored over 1 year ago
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Re...
54ef467261d2a7cceb515be474a1c074af47c5f6 authored over 1 year ago
DOC: Update debugging section
877522813effd8b052a3a3db8a51e5bad93d7540 authored over 1 year ago34a5a2046539554b518fcb5013b0edc98a67577c authored over 1 year ago
00229cf6a533b44d23e1f4144ade2156062527e7 authored over 1 year ago
ENH: add parameter `strict` to `assert_equal`
5ca26b1b9df5e8c89923a2bb723a5ab95b6fe09b authored over 1 year agoBUG: Fix DATA statements for `f2py`
b3102531b4921d058f84556d60ae85c39c4aa47e authored over 1 year agoDOC: Fix reference warning in some rst files
6bddc31c157944a0b1f4ec393b726dbc9d0b4faf authored over 1 year agoENH: Vectorize np.partition and np.argpartition using AVX-512
ac5c664f5f2f9cd4c1fe367e76b07d93d3758430 authored over 1 year ago241d67678189872a25ebc0e56a07ad4254bcef9b authored over 1 year ago
ef5e545b5e3a21d524fa15eb256d603698596f05 authored over 1 year ago
077ed9f3b0eb869b1ea3207c37e8ad63b71e8b2a authored over 1 year ago
[skip actions][skip cirrus][skip azp]
c236e694d222ae6b812cb8dab54471bc4c912f0f authored over 1 year ago* BUG, SIMD: use scalar cmul on bad Apple clang x86_64
Apple clang 14.0.0 outputs code with n...
f2a9b50cd33c11ee95373e465e1089acf3e25378 authored over 1 year agoBUG: Fix weak promotion with some mixed float/int dtypes
eabefa4e041617d4fcd867a147aef15189f1de56 authored over 1 year agoCo-authored-by: Matti Picus <[email protected]>
3cd5d35108fb304b8886df7b18d5d78fee9129ee authored over 1 year agoENH: Added `bitwise_count` UFuncs
5d4d05a3bb3515d9702d8fc39a0eaff31cfff150 authored over 1 year agoDOC: Fix docstring of matrix class
49858fc0ee0de32695209dfed8ffc7a8e0c02572 authored over 1 year ago[skip cirrus] [skip azp] [skip actions]
Fixed an autosummary entry of ``matrix`` (ref: https://...
e12ed8e8e3faaee95a2a02311510f92baf52d3b8 authored over 1 year ago4886a7a2f10f399e8446eb48c73c7c06667e4b33 authored over 1 year ago
e8c8824b43d618d717e53b8f65282d4ebc093e8a authored over 1 year ago
fcfeb45c0ce3beec304c2ca8803981c3a9ecdd51 authored over 1 year ago
* Added return type for integer inputs
* Refined release note
* Refined external references for ...
* Changed popcount -> bitwise_count
* Added comment on why we remove certain function in float64...
8cc17a71d742cbebd626e14b1ffafd9f57add52d authored over 1 year ago
5d299c4df803dff236237cee6b291ac09e2731be authored over 1 year ago
b2158f96bf224d1dae73c614c53bade2bad467d1 authored over 1 year ago
WIP: Fix the typing
8867a455420ddface2b4aef32bf3d48df8f43523 authored over 1 year agoENH, DOC: Added countbits (popcount)
ENH: Popcount implementation
ENH: Add popcount to umath
...
350b27c35de9a91e0f497adcc39e2d2774a23142 authored over 1 year agoMAINT: remove `wheel` as a build dependency
214cbeaad8384858721f1d957d2a9f88e0844202 authored over 1 year agoAfter correct the lower bound on Cython in INSTALL.rst
[skip cirrus]
e5c521a27766af80b92cda7fca739e2cde4718d2 authored over 1 year agoCo-authored-by: jncots <[email protected]>
1e6a322a9514c0050f4cc656aead1aeffba0b1b5 authored over 1 year agoCo-authored-by: jncots <[email protected]>
7cc52e30dfc518d2f7bb2cd8e6448713c390ecdb authored over 1 year agoDOC: Fix markups for emphasis
9d4c1484b96ed2b7dff49c479e9d0822a4b91f80 authored over 1 year agoMAINT: Upgrade to spin 0.7
020d3c974ffd3fabbea446ef3ca958e9bc71f7dc authored over 1 year ago[skip cirrus] [skip azp] [skip actions]
a19ec108692517c028134d0d0e2a96647e5edca8 authored over 1 year agoe7021fe776f4035333a40f9855b09e18aee3afb0 authored over 1 year ago
* DOC: explain why we avoid string.ascii_letters
5c46c11882946b07bcecff4c3557de17d7c68e9a authored over 1 year agoMAINT: Bump pypa/cibuildwheel from 2.16.0 to 2.16.1
d01e7d89091eccfff59445d9b579ef8798c0c4f7 authored over 1 year ago
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.0 to 2.16.1.
- [Releas...
Co-authored-by: jncots <[email protected]>
67127e4f2dc7d4d97cb7de072ea9f99447e40d6d authored over 1 year agoMany small array assignments releasing the GIL can cause slowdowns, and in multithreaded environ...
a4120979d216cce00dcee511aad70bf7b45ef6e0 authored over 1 year agoENH: fix printing structured dtypes with a non-legacy dtype member
26d15fffd15ae49b90668181e148f796a5cef1f9 authored over 1 year agoBLD: updated vendored-meson/meson for mips64 fix
3988a0fa0fe97985e9797bb7904521458b869d01 authored over 1 year agoSee https://github.com/numpy/meson/pull/1 for details
4723d6f97419e2d234da76cb8a0ad2ad7c9f12cb authored over 1 year agod50991b46b493df54727a6e1c2264dc893af64db authored over 1 year ago
DOC: Replace http:// by https://
a0ceb15d79f4f44f1dc853d888889b52b227b1ef authored over 1 year agoMAINT, DOC: fix typos found by codespell
87146b8dbea350b9e89da70e6a65880160a8c2be authored over 1 year agoDOC: Closes issue #24730, 'sigma' to 'signum' in piecewise example
83061481e125050eb9f90df29f51f42260325d44 authored over 1 year agoTYP,DOC: Document the `np.number` parameter type as invariant
ae935d2519362b7cc252fe2c87b110b9c8c4526e authored over 1 year agoBUG : fix spelling mistake for "imaginary" param in _read closes #24797
0c476bcc2c61fe4fdba49bae34f25656cf83222a authored over 1 year agoMAINT: Bump actions/checkout from 4.0.0 to 4.1.0
843d718d2f00a9439492b25ca91b155318c877a6 authored over 1 year agoMAINT: Bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0
c43d77b6a411d42012749a9d30b960f62613f062 authored over 1 year agoMAINT: fix licence path win
49538641cdd6f3c6b04be33f40d761547300f816 authored over 1 year agoBumps [maxim-lobanov/setup-xcode](https://github.com/maxim-lobanov/setup-xcode) from 1.5.1 to 1....
df4e2e4b09b14618b4d23f7b5c1430d2df0eacf2 authored over 1 year ago
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release no...
d6a70ac5d68a027fe46d32f0584cff3d6c3b5f27 authored over 1 year ago
b3077714d5bc5f686dfa985f999dd521401532db authored over 1 year ago
46e2de0b498c78658fc47ea5ca5fe54f850fee94 authored over 1 year ago
fbbd6374cd7454c5d21f3a30b3848fdf428061ca authored over 1 year ago
14bebd11f2941051ba5860eb179485fdec28a2bc authored over 1 year ago
0ee39d347977b09f79fe5bcfdfcba97c842a7f2b authored over 1 year ago
* BUG: Fix order of Windows OS detection macros.
- The order should be `__MINGW32__/__MINGW...
03d3eb158918650c2a44b1f8ba233ad29e2a91cc authored over 1 year agobf66afaa47785b2ef10597c1b5932cd9088393e1 authored over 1 year ago
d41572ca41c1c8d247ef0eb1bb6e47ee0e4f8314 authored over 1 year ago
Update a few links in the process.
57fbc869cb10a65da0793ed3aebe00e7f595c0b1 authored over 1 year agoc3b2845528103ae333e47761b513a4942a3c2041 authored over 1 year ago
f54c3879bd73e84bd73c98225a08491e62786fce authored over 1 year ago
00f92ccf338fee42c33be4b63ff4d877c053d1d9 authored over 1 year ago
ae28b2183a6851bc076eb14faa77fc37397ecc74 authored over 1 year ago
[skip travis] [skip azp] [skip circle] [skip cirrus]
b8257e597a92eed91a2b2227d692f4bcad860f17 authored over 1 year agoMAINT: align test_dispatcher s390x targets with _umath_tests_mtargets
12ea98b6845487d9f1ae8cb05a96e11d6df31105 authored over 1 year ago
This adds the parameter strict to np.testing.assert_array_less.
With strict=True, the shape and ...
DOC: Fix reference warning in some rst files
7f7dac722149c5c171e614aeb50e986ac4c2c2f6 authored over 1 year ago[skip actions][skip cirrus][skip azp]
3c99c6fbcf996580badd5e04d6eb4cf968b56731 authored over 1 year ago01b83b4d4e54881f68eb6edca6fb65b133825002 authored over 1 year ago
This adds the parameter strict to np.testing.assert_equal. With strict=True, the shape and dtype...
cef697048094a4456b0005537f24d3eb74da0c5a authored over 1 year ago08fbb43cbbd751ffd8fac4c7b1948f97464f8e3f authored over 1 year ago
[skip ci]
Co-authored-by: Sebastian Berg <[email protected]>
8741c01c2327bfa8d7c4edf3dc8d16787f8caf13 authored over 1 year ago98c9fc19019d614a57c5ff3bae4e5365ee9df520 authored over 1 year ago
Other improvements:
- use SPDX short specifiers, fixes from review
- only use `openblas_supp...
MAINT: Remove cibuildwheel pin in cirrus_wheels
7a23a5406e8b503d60ad811cdae8eb0f4b36fc6d authored over 1 year agoENH: add parameter `strict` to `assert_allclose`
224b28f5dc34a3a1a9858d3fc7788ecd22c1df0e authored over 1 year ago[skip actions] [skip cirrus] [skip azp]
9dc586592dececf9818910fc19859506e4c98ee5 authored over 1 year agoDOC: add a note on the ``.c.src`` format to the distutils migration page
95d35dc56d553b024d58680538f7fbf283c86151 authored over 1 year agoBLD, BUG: Fix build failure for host flags e.g. `-march=native` on unsupported architectures
d0c6cdf8da4db4a2240dbbc6baa64bc01f27e05b authored over 1 year ago
Detailed migration guidance should probably be out of scope here,
since this is a rarely used fe...
62eec147f77a163dfd319b19b70161a6d449da26 authored over 1 year ago
API: Remove `ptp`, `itemset` and `newbyteorder` from `np.ndarray` class
07db5becf57373b0962483ecaf3452b075183e1f authored over 1 year ago6cd06c0baed414d59cb1c6d424b59e347e49254a authored over 1 year ago
4a8aa1861c1d026f6ec14c78d465e41cf99443db authored over 1 year ago
156ad80278391895cbbc2650b77c14ddcaa786aa authored over 1 year ago
MAINT: Update RELEASE_WALKTHROUGH
c64da5f6e3cbc417992a453e99eeb1b8f1cd2edc authored over 1 year agob711cd6abc49831bb1ae377cb0a53f4890e654e9 authored over 1 year ago
Change default values for domain and window
parameters for all convenience classes in
numpy.poly...
MAINT: Bump pypa/cibuildwheel from 2.15.0 to 2.16.0
7d4acf9afdea6871695586c868d6db6ba772b995 authored over 1 year ago
This allows the latest version of cibuildwheel to be used without
configuring dependabot to mana...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15.0 to 2.16.0.
- [Releas...