Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

NumPy

The fundamental package for scientific computing with Python.
Collective - Host: numfocus - https://opencollective.com/numpy - Website: https://numpy.org/ - Code: https://github.com/numpy/numpy

Fix strcmp

github.com/numpy/numpy - 4792b9f539a6362596a1f7ea389a97d364487c65 authored about 1 year ago by Lysandros Nikolaou <[email protected]>
Run f2py's meson backend with the same python that ran f2py

On Debian, we sometimes have multiple Python 3 versions in the archive.
When using f2py3.X, I'd ...

github.com/numpy/numpy - 306600b14c3546f2320208c873bacca81e1c8461 authored about 1 year ago by Stefano Rivera <[email protected]>
Revert "add examples to as_ctypes_type"

This reverts commit 4ac181b2e9133bad11351c7d1b49ca42d912397f.

github.com/numpy/numpy - eb8e73d5fed5e1349ed7f40fbf34b42ac20c6a14 authored about 1 year ago by Linus <[email protected]>
Revert "Update numpy.ctypeslib.py with additional"

This reverts commit 705b7fdec0a6eebf56c7411bfbee25d3fc10a81d.

github.com/numpy/numpy - 3a44d52283314d203920940c5d21ce0d20d2158e authored about 1 year ago by Linus <[email protected]>
Revert "edit"

This reverts commit fd16b06a8664ccc7e5cf8012b5b8c127a7607950.

github.com/numpy/numpy - ef3d02ed1d801047d1b5a24b51ef048b537f3ddb authored about 1 year ago by Linus <[email protected]>
Add examples to numpy char functions

github.com/numpy/numpy - 2bc823468e7f45d5fc862743acfb0b4713c5e10a authored about 1 year ago by Linus <[email protected]>
Update numpy.ctypeslib.py with additional

documentation

github.com/numpy/numpy - 705b7fdec0a6eebf56c7411bfbee25d3fc10a81d authored about 1 year ago by Linus <[email protected]>
add examples to as_ctypes_type

github.com/numpy/numpy - 4ac181b2e9133bad11351c7d1b49ca42d912397f authored about 1 year ago by Linus <[email protected]>
Merge pull request #25315 from ngoldbaum/expose-add-ufunc-from-spec

MAINT: expose PyUFunc_AddPromoter in the internal ufunc API

github.com/numpy/numpy - bcb3463d3e641481c94c43b585b4655eb338cbe7 authored about 1 year ago by Sebastian Berg <[email protected]>
API: Introduce numpy.astype

Co-authored-by: Bas van Beek <[email protected]>

github.com/numpy/numpy - a585d24c567e61a09b30a924c585a5d5b5e68759 authored about 1 year ago by Mateusz Sokół <[email protected]>
Merge pull request #25313 from serge-sans-paille/fix/portable-complex-header-inclusion

Don't use the _Complex extension in C++ mode

github.com/numpy/numpy - 82ba4f400abbc8ef740d57f081d804f8412d231b authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #25316 from andyfaff/spin

CI: remove no-blas=true from spin command on macos_arm64 ci [skip act…

github.com/numpy/numpy - 6e1ef3216860c3fc1bb3fc29366636727dbb2a88 authored about 1 year ago by Nathan Goldbaum <[email protected]>
CI: remove no-blas=true from spin command on macos_arm64 ci [skip actions][skip azp]

github.com/numpy/numpy - 6ea1c247e3ccb28a9a5172168e87e44fef79efab authored about 1 year ago by Andrew Nelson <[email protected]>
DOC: Improve documentation for fill_diagonal (#25310)

Improve clarity of statement involving indices vs. the array values that
the indices refer to.
...

github.com/numpy/numpy - 5b28b29bfa6a0b87098654c9f4b7fbd4adb3165f authored about 1 year ago by Linus <[email protected]>
MAINT: Update environment.yml package versions(#25308)

`pycodestyle` matches the version in `linter_requirements.txt`

github.com/numpy/numpy - 742920aef552b27806094f8ed6462d3cf1744785 authored about 1 year ago by Melissa Weber Mendonça <[email protected]>
MAINT: expose PyUFunc_AddPromoter in the internal ufunc API

github.com/numpy/numpy - c91472027b9e0e33369d22a2fe74cfa6cfaf642c authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25314 from numpy/dependabot/github_actions/actions/setup-python-4.8.0

MAINT: Bump actions/setup-python from 4.7.1 to 4.8.0

github.com/numpy/numpy - 675fc56aa1e09b7a4f927c4ea97b74cf97c89614 authored about 1 year ago by Charles Harris <[email protected]>
Merge pull request #25101 from mtsokol/array-api-outer

API: Add `outer` to `numpy.linalg` [Array API]

github.com/numpy/numpy - f7effb8e4290ed156929c3e514fae9f5f83158e0 authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25299 from florath/polyutils_opt

MAINT: Performance improvement of polyutils.as_series

github.com/numpy/numpy - 9fe5ee8afb1e3140ba841b79eef78797f4ca46df authored about 1 year ago by Nathan Goldbaum <[email protected]>
MAINT: Bump actions/setup-python from 4.7.1 to 4.8.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0.
- [Re...

github.com/numpy/numpy - d58cd9a2ebd7d645b887a2bffe8cac77d605ce07 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge branch 'main' into array-api-outer

github.com/numpy/numpy - e726718c4606fb5068b4b72594888dac0c23012e authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #24940 from mtsokol/array-api-svdvals

API: Add `svdvals` to `numpy.linalg` [Array API]

github.com/numpy/numpy - 544e54f3094deb3ce794f8c10abd0d3ca189ec60 authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25152 from lysnikolaou/string-ufuncs-strip-v2

ENH: Add strip/lstrip/rstrip ufuncs for unicode and bytes

github.com/numpy/numpy - cb461ba8d52195cfca7224a67801446643d49e58 authored about 1 year ago by Nathan Goldbaum <[email protected]>
API: Add outer to numpy.linalg

github.com/numpy/numpy - 66f8518be4d5a84c8b9b69fe4d809992514b07ac authored about 1 year ago by Mateusz Sokół <[email protected]>
Address feedback

github.com/numpy/numpy - ffcb2f039d88ed6b1ca5b4ff1fb00ac902b01b39 authored about 1 year ago by Lysandros Nikolaou <[email protected]>
API: Add svdvals to numpy.linalg

github.com/numpy/numpy - 49fccbc1f11b952486131f8cb4f8007b64211260 authored about 1 year ago by Mateusz Sokół <[email protected]>
Merge pull request #25088 from mtsokol/array-api-setops

API: Add Array API setops [Array API]

github.com/numpy/numpy - 0d288824a50885e3e8e75f008b893e69b32804aa authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25145 from mtsokol/array-api-cross

API: Add `cross` to `numpy.linalg` [Array API]

github.com/numpy/numpy - be4e25fdc3316772df4e7bbb1f2c041738899b50 authored about 1 year ago by Nathan Goldbaum <[email protected]>
In C++ mode _Complex is a compiler extension, better not rely on it

Using <ccomplex> is deprecated in C++17, and relying solely on
<complex.h> as portability issue,...

github.com/numpy/numpy - e65d100cfdd6f82a47e42d4488d5469445d258f2 authored about 1 year ago by serge-sans-paille <[email protected]>
Merge pull request #25295 from ngoldbaum/refactor-dtype-classes

MAINT: expose and use dtype classes in internal API

github.com/numpy/numpy - eabb962d38d8a871b2d76a9198846b49897365eb authored about 1 year ago by Sebastian Berg <[email protected]>
MAINT: attempt tp fix windows CI

github.com/numpy/numpy - 50b82f7330eaff0a056b59784d490333537b2c03 authored about 1 year ago by Nathan Goldbaum <[email protected]>
MAINT: expose DType aliases in internal API

github.com/numpy/numpy - 8876cb879b4173fd9a8f9e8b9d95b7a2ccecd3d5 authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25259 from lysnikolaou/empty-array-decode-output-type

BUG: Fix output dtype when calling np.char methods with empty array

github.com/numpy/numpy - 023c65180cccd53108e1f2dc19fd44dd397ff655 authored about 1 year ago by Nathan Goldbaum <[email protected]>
DOC: Fix path to svg logo files (#25309)

[skip cirrus][skip azp]

github.com/numpy/numpy - 0fb66160031e13bb480b9921de30b5177186ffae authored about 1 year ago by Melissa Weber Mendonça <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#516)

updates:
- [github.com/psf/black: 744d23b34800c06e10272149b70752396e90eeb8 → 2a1c67e0b2f81df602...

github.com/numpy/numpydoc - 3a1341c5f5182ae4a8dc76b43924c17fbd6976f8 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Merge pull request #25045 from r-devulap/avx2-sort

ENH: Vectorize np.sort and np.partition with AVX2

github.com/numpy/numpy - 794f4740cc618e3abf9e2e870ac1145e6232ae68 authored about 1 year ago by Sayed Adel <[email protected]>
Revert to NPY_OBJECT as sentinel

github.com/numpy/numpy - 45c5c634f07c6cb0212c210530bf50181879cb73 authored about 1 year ago by Lysandros Nikolaou <[email protected]>
Add strip_chars and strip_whitespace ufuncs to avoid type resolver hack

github.com/numpy/numpy - 1a402754af2d069f539a4b290b59912a695aa41a authored about 1 year ago by Lysandros Nikolaou <[email protected]>
Merge branch 'main' into string-ufuncs-strip-v2

github.com/numpy/numpy - a61addfd6285ca58c19a21702d34948dbb9b334a authored about 1 year ago by Lysandros Nikolaou <[email protected]>
Merge pull request #25300 from timhoffm/doc-check-dtype

DOC: Document how to check for a specific dtype

github.com/numpy/numpy - 15211edc733c6e94286a93544a1ac0765e2dac0f authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25297 from andrea-bia/f2py-link-libraries

BUG: enable linking of external libraries in the f2py Meson backend

github.com/numpy/numpy - 7c6f814902ef4c125db8dee5f2f29b2137793135 authored about 1 year ago by Rohit Goswami <[email protected]>
BUG: Add external library handling for meson [f2py]

github.com/numpy/numpy - 8afdac98ef85f77760521784a09052cc3005c9c2 authored about 1 year ago by Andrea <[email protected]>
Merge pull request #25280 from markdryan/riscv64-fix-tests

TST: Fix fp_noncontiguous and fpclass on riscv64

github.com/numpy/numpy - fb3b03205e5efbeebd03be0b87f1f0d24d441282 authored about 1 year ago by Matti Picus <[email protected]>
Merge pull request #25253 from andyfaff/sonoma

CI: streamline macos_arm64 test

github.com/numpy/numpy - 7e80fd83adddfeb25275364ffcd8bada3d6883da authored about 1 year ago by Andrew Nelson <[email protected]>
DOC: Document how to check for a specific dtype

Closes #25289.

github.com/numpy/numpy - e5afee7e776df15894425c09e2f377fc59c93112 authored about 1 year ago by Tim Hoffmann <[email protected]>
Performance improvement of polyutils.as_series

This small patch provides a (small) performance improvement: For the
normal (straight / no error...

github.com/numpy/numpy - ee89bdbb4f66e232154a8329ce0d7c0a45e6dc5c authored about 1 year ago by Andreas Florath <[email protected]>
Merge pull request #25287 from HaoZeke/gh25286

BUG: Handle .pyf.src and fix SciPy [urgent]

github.com/numpy/numpy - 44570a8fe8263c8de2463c969324643b9af2feec authored about 1 year ago by Tyler Reddy <[email protected]>
Add x86_qsort/qselect functions inside anonymous namespace

github.com/numpy/numpy - 675cb07bf88fa9e63020484853239524e327fe6e authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
MAINT: Overwrite compiled extensions with meson

Address https://github.com/numpy/numpy/issues/24874#issuecomment-1835632293

github.com/numpy/numpy - 722b09c024419dbeffcd25cb0be2604d1e09afe1 authored about 1 year ago by Rohit Goswami <[email protected]>
Merge pull request #25230 from lgeiger/einsum-errors

BUG: Raise error in `np.einsum_path` when output subscript is specified multiple times

github.com/numpy/numpy - b72c24ef8fd84092540bbd0a0ac0c9df74932a80 authored about 1 year ago by Nathan Goldbaum <[email protected]>
BUG: Don't autogenerate untitled modules [f2py]

github.com/numpy/numpy - 7e7e457c429fbb80f0b430d3510906d8b24fca05 authored about 1 year ago by Rohit Goswami <[email protected]>
TST: Add a test mimicing some flapack checks

github.com/numpy/numpy - cf70d72899252e415770c13a61746cf1ba3703bf authored about 1 year ago by Rohit Goswami <[email protected]>
BUG: Don't lower .pyf files

github.com/numpy/numpy - 8d47e18dba4ba6af703d6bcb84846d8519daafe8 authored about 1 year ago by Rohit Goswami <[email protected]>
Add optional hasnan arguement to avx sorting

github.com/numpy/numpy - b28ed787bc6ce941f1250b2fc152d7dfc5b246b2 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Merge pull request #25291 from ngoldbaum/initdtype-refactor

MAINT: Allow initializing new-style dtypes inside numpy

github.com/numpy/numpy - b4ba8e51cb30eb92edf350371b19490899fdda93 authored about 1 year ago by Sebastian Berg <[email protected]>
Remove distutils related dispatch code and create new namespace for highway

github.com/numpy/numpy - 9bde4ae368cc29a55274b667a73e82eda0d1aef9 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
MAINT: Allow initializing new-style dtypes inside numpy

github.com/numpy/numpy - 7a78dbe5a1d6a3d69e2e1d2d6e23c75aab82430b authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25161 from seberg/remove-cast

API: Remove `PyArray_GetCastFunc` and any guarantee that `->castfuncs` are defined

github.com/numpy/numpy - 198f339c859d87e68dfe92c2a79429ac6e5074c1 authored about 1 year ago by Nathan Goldbaum <[email protected]>
BUG: Ensure defines are on newlines [f2py]

github.com/numpy/numpy - 3bf06f0866365039e6cd214c5a3670efc6d9b0c0 authored about 1 year ago by Rohit Goswami <[email protected]>
Revert "BUG: Handle .pyf.src again"

This reverts commit 9240ebacb7fab1cbafbe94c2d60d26d0cde46bca.

github.com/numpy/numpy - 3d2ec8f626c0696c9d6ac5a6456d9ec6dc0fa4e1 authored about 1 year ago by Rohit Goswami <[email protected]>
TST: Fix fp_noncontiguous and fpclass on riscv64

Modify fp_noncontiguous and fpclass so that they pass on riscv64.
The subtests that verify that ...

github.com/numpy/numpy - 8660f34f3396ae93aaa740482b85aaad2b11d6ef authored about 1 year ago by Mark Ryan <[email protected]>
BUG: Fix descr refcount in redesigned scalar cast functions

github.com/numpy/numpy - 3660a77b1a67c8e5a10670926ff6688b6acc1197 authored about 1 year ago by Sebastian Berg <[email protected]>
MAINT: Cleanup unused cast functions

github.com/numpy/numpy - 250c574cd1c5372c4915ac525071caef81fe1693 authored about 1 year ago by Sebastian Berg <[email protected]>
DOC: Add release note snippet for `PyArray_GetCastFunc` removal

github.com/numpy/numpy - 369d3d4b07fa512dc1951debc32593134ad11a20 authored about 1 year ago by Sebastian Berg <[email protected]>
API: Remove `PyArray_GetCastFunc` and mostly stop using it internally

We still support legacy user DTypes to use this functions and also
still use a few of them inter...

github.com/numpy/numpy - 0879a6086ee57fe8db44b11701f7a16f7c89c22d authored about 1 year ago by Sebastian Berg <[email protected]>
MAINT: Migrate pyf.src from distutils [skip-ci]

github.com/numpy/numpy - 6aceaa9b5535f4a69ec946c118ebf4ffee28806c authored about 1 year ago by Rohit Goswami <[email protected]>
Merge pull request #25243 from seiko2plus/issue_25231

BUG: Fix non-contiguous 32-bit memory load when ARM/Neon is enabled

github.com/numpy/numpy - f20986968fce95a7c42400dfb36a5555f0498603 authored about 1 year ago by Charles Harris <[email protected]>
Merge pull request #25254 from matoro/main

BUG: mips doesn't use REAL(10)

github.com/numpy/numpy - eba61c730a6d0ceee8ea469361e75a6d660f4620 authored about 1 year ago by Charles Harris <[email protected]>
BUG: Handle .pyf.src again

Closes gh-25286

github.com/numpy/numpy - 9240ebacb7fab1cbafbe94c2d60d26d0cde46bca authored about 1 year ago by Rohit Goswami <[email protected]>
Include highway/x86-simd-sort at compile time

github.com/numpy/numpy - a3ca84b0575f46845a566567bf01cdc08fbb2e49 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Update x86-simd-sort to latest

Perf improvements to AVX2 sorting: see
https://github.com/intel/x86-simd-sort/pull/104

github.com/numpy/numpy - 0cb29a2ccc4b3098bafe76a680b79b8893e3bed6 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Split highway and x86-simd-sort dispatch to separate files

github.com/numpy/numpy - c9588ca08f00d2085fc63b98683257b5b864c4d0 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Fix rebase bug in meson.build

github.com/numpy/numpy - 190e80ea6f13b293cd330002fb766f0e7088b9cd authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Disable test_shape_base.py::TestTakeAlongAxis::test_argequivalent for partition

github.com/numpy/numpy - 3b6643d84ff10a4244a02199cfbd29285b287bd6 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
update x86-simd-sort to latest

github.com/numpy/numpy - 7c39472a3b0e1eddc967c40fc215da5d514e6c1a authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Linter fixes

github.com/numpy/numpy - fb69b5bd1d1f6d170d669edc42199c8182cb247f authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Update x86-simd-sort to latest

github.com/numpy/numpy - d729a49558359970f6a64a9509baab589b58c312 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Update x86-simd-sort to latest

github.com/numpy/numpy - 05000e1ecb4c8204b2f9df6fd36eeb6cb53e5861 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Update x86-simd-sort to latest

github.com/numpy/numpy - c2bdc0e9f117ae72ea2f471e602bb920f8582978 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Separate testing np.partition and np.argpartition

github.com/numpy/numpy - 9f1faa191cc927bd229207b25d9edbfe24b2f14d authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Dispatch AVX2 qsort and partition

github.com/numpy/numpy - d4169da420229de5ddb7825e81e5af37de8b1b20 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
avx512 qsort for fp16, fp32 and fp64 require an explicit flag to sort NAN

github.com/numpy/numpy - 9a7e109302ebdeb3b939966d64653535cb46391c authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Update x86-simd-sort to latest

github.com/numpy/numpy - a303128c8eaa11eee39fa1b895a051d89a20d507 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Update x86-simd-sort to latest

github.com/numpy/numpy - 95f6158b19fb3b2f7240a34c114e23bccd1c6602 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Enable np.partition and np.argpartition on 32-bit

github.com/numpy/numpy - 77278fe88d1397b08c9d643b45d78ffe76b9c71b authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Dont include arg methods on 32-bit platforms

github.com/numpy/numpy - 125017eaa05232a67e51d0079a2fa70ff63cd1d8 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Update x86-simd-sort to latest

github.com/numpy/numpy - 65d650639cc199f1b48fc4102b52e8a36586ae7f authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Revert "Dont include arg methods on 32-bit platforms"

This reverts commit 76d55349130b9510750f17b26eed6c80e3d4f570.

github.com/numpy/numpy - 2766e9be73494e613892404cd5cd0030bfe87c48 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Merge pull request #25282 from numpy/dependabot/github_actions/conda-incubator/setup-miniconda-3.0.1

MAINT: Bump conda-incubator/setup-miniconda from 3.0.0 to 3.0.1

github.com/numpy/numpy - 904412ec8ca9d93f907812e5f7bdf32d48b758b5 authored about 1 year ago by Charles Harris <[email protected]>
Merge pull request #25284 from DWesl/patch-5

CI: Install Lapack runtime on Cygwin.

github.com/numpy/numpy - 9ec14f76eda2717a7b9516005835b3e3bbd807d8 authored about 1 year ago by Nathan Goldbaum <[email protected]>
CI: Install Lapack runtime on Cygwin.

Missed dependency on the new version: this should be a short-term workaround.

github.com/numpy/numpy - 766ffa710569c65629ab0b7ff522981fcae937dd authored about 1 year ago by DWesl <[email protected]>
MAINT: Bump conda-incubator/setup-miniconda from 3.0.0 to 3.0.1

Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from...

github.com/numpy/numpy - 85ddfe99ce028b8900563ed3babb4852e9910d01 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #25246 from markdryan/enable-riscv64-ci

CI: Add CI test for riscv64

github.com/numpy/numpy - 8216139d9200aea5f93e5d775a011526387ffb47 authored about 1 year ago by Sebastian Berg <[email protected]>
BUG: Fix module name bug in signature files [urgent] [f2py] (#25267)

* TST: Add one for gh-25263

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

*...

github.com/numpy/numpy - be0589e36a902859eb350fb10edb43879afd6150 authored about 1 year ago by Rohit Goswami <[email protected]>
Merge pull request #25272 from ngoldbaum/threadpoolctl-bug-template

DOC: Mention installing threadpoolctl in issue template [skip ci]

github.com/numpy/numpy - fa27a669df1cca2b1d7a58959b5af2c8321807f8 authored about 1 year ago by Charles Harris <[email protected]>
MAINT: split show_runtime() and version checks in issue template [skip ci]

also mention to install threadpoolctl

github.com/numpy/numpy - 729e4a1931db75dff7f537709ad6d63d9bb2e704 authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25276 from numpy/dependabot/github_actions/actions/checkout-4

MAINT: Bump actions/checkout from 3 to 4

github.com/numpy/numpy - e8a1917843c574feb2b97b2058da50ed9bc7c5b2 authored about 1 year ago by Charles Harris <[email protected]>
Merge pull request #25248 from Mousius/highway-release-note

Add release note for Highway VQSort on AArch64

github.com/numpy/numpy - db008b1aa87bb62d76809446d8ede4a1f6d6f81f authored about 1 year ago by Charles Harris <[email protected]>
Merge pull request #25250 from wjandrea/patch-1

DOC: fix typo (alignment)

github.com/numpy/numpy - 8b9d57429e6d1cc34422247c3c44e56c6fe7cb1c authored about 1 year ago by Charles Harris <[email protected]>