COMMITS
May 22, 2026
S
ENH: Use radixsort also for descending sorts (#31476)
Sebastian Berg committed
May 21, 2026
M
BENCH: Update sort benchmarks to use new-style args and smaller dtypes (#31480)
Maanas Arora committed
J
BUG: Fix np.nextafter(-0.0, +0.0) to return +0.0 for float16 (#31475)
Juniper Tyree committed
May 20, 2026
A
BUG: Fix np.abs(nan) returning negative NaN on wasm32/Pyodide (#31433)
AnkitAhlawat committed
May 19, 2026
P
BUG: Do not forward descending unless explicitly passed (#31458)
P. L. Lim committed
C
MAINT: Update main after 2.4.6 release. (#31464)
Charles Harris committed
J
Merge pull request #31466 from numpy/dependabot/github_actions/egor-tensin/cleanup-path-5.0.2
Joren Hammudoglu committed
D
MAINT: Bump egor-tensin/cleanup-path from 5.0.1 to 5.0.2
dependabot[bot] committed
May 18, 2026
S
DOC: Update reshape docstring to clarify it returns a new array (#31440)
Shubham Rathod committed
W
BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#31456)
Warren Weckesser committed
May 17, 2026
C
MAINT: Update main after 2.4.5 release. (#31445)
Charles Harris committed
S
MAINT: Add tests for conj and make NPY_DT_is_ helpers static inline (#31454)
Sebastian Berg committed
May 15, 2026
C
D
MAINT: Bump actions/dependency-review-action from 4.9.0 to 5.0.0
dependabot[bot] committed
May 14, 2026
J
Merge pull request #31438 from numpy/dependabot/github_actions/github/codeql-action-4.35.4
Joren Hammudoglu committed
D
MAINT: Bump github/codeql-action from 4.35.3 to 4.35.4
dependabot[bot] committed
S
ENH: Create a path for legacy dtypes to transition to new DType API (#31302)
Sebastian Berg committed
M
Merge pull request #31430 from lphuc2250gma/docs/fix-to-to-typo-in-nditer-comment
Matti Picus committed
N
TST: fix duplicated word 'to to' in nditer test comment
Noa Levi committed
May 13, 2026
S
STY: Fixup test marking slow PR (#31429)
Sebastian Berg committed
R
TST: add a lot of missing `slow` markers (#31420)
Ralf Gommers committed
C
Merge pull request #31425 from jorenham/typing/_HasNumPyDType/runtime_checkable
Charles Harris committed
M
DOC: Fix indented table (#31422)
M Bussonnier committed
M
ENH: Descending sorts with built-in dtype implementations (#31345)
Maanas Arora committed
J
TYP: Fix `DTypeLike` runtime type-checker support
jorenham committed
Z
BUG: interp returns empty array for empty x input (#31339)
Zamuldinov Nikita committed
P
TST: suppress shape deprecation warning in test_recarray_conflict_fields (#31418)
Pieter Eendebak committed
C
Merge pull request #31417 from rgommers/tst-suppress-osfork-warning
Charles Harris committed