- 2640bec Merge pull request #30359 from jorenham/ruff-0.14.7 by Matti Picus · 28 hours ago main
- 24dcae9 Merge pull request #30360 from ngoldbaum/randomstate-critical-sections by Matti Picus · 30 hours ago
- 638b4fb Revert "MAINT: bump minimum required Cython version" by Nathan Goldbaum · 2 days ago
- 258a202 MAINT: try with an RLock instead by Nathan Goldbaum · 2 days ago
- 6c14af1 MAINT: bump minimum required Cython version by Nathan Goldbaum · 2 days ago
- 95e36ee BUG: fix free-threaded races in RandomState by Nathan Goldbaum · 2 days ago
- db92fe8 MAINT: bump ``ruff`` to ``0.14.7`` by jorenham · 2 days ago
- 09aa74e Merge pull request #30355 from numpy/dependabot/github_actions/actions/checkout-6.0.1 by Charles Harris · 2 days ago
- e88edc8 MAINT: Bump actions/checkout from 6.0.0 to 6.0.1 by dependabot[bot] · 2 days ago
- 9b60cc0 Merge pull request #30339 from jorenham/drop-py311 by Charles Harris · 2 days ago
- f7a42fb CI: install the correct python version on freebsd by jorenham · 2 days ago
- 2582fb0 MAINT: update allowed MSVC warnings by jorenham · 2 days ago
- 54ab2c2 MAINT: require python >= 3.12 by jorenham · 2 days ago
- 489c0ea Merge pull request #30340 from mattip/remove-distutils by Charles Harris · 2 days ago
- 69e28ad fixes from review by Ralf Gommers · 2 days ago
- 0248909 BUG: raise BufferError when creating dlpack with wrong device tuple (#30351) by Matti Picus · 2 days ago
- 47b8b3c DOC: remove comparison of meson and distutils, remove warning exclusion by mattip · 3 days ago
- e4eced3 TYPE: remove stubs for f2py._backend._distutils DOC, MAINT: fix doc and f2py by mattip · 3 days ago
- 9ae90b6 DOC, MAINT: fixes, add release note by mattip · 3 days ago
- d0a14ac remove numpy.distutils by mattip · 3 days ago
- fb0578d MAINT: Update circleci python to 3.12. (#30348) by Charles Harris · 3 days ago
- 6b8ad75 MAINT: Bump github/codeql-action from 4.31.5 to 4.31.6 (#30345) by dependabot[bot] · 3 days ago
- 0c6c15b MAINT: Bump int128/hide-comment-action from 1.47.0 to 1.48.0 (#30346) by dependabot[bot] · 3 days ago
- 50997e3 Revert "MAINT: undo change to `fromstring` text signature for 2.4.0" (#30236) by Joren Hammudoglu · 3 days ago
- 7ed9d07 DOC: Fix typos and NumPy branding in 1.11.0 release notes (#30336) by Karan Singh · 4 days ago
- d6fd351 TYP: add overloads for `generic.__getitem__` (#30335) by Nathaniel Starkman · 4 days ago
- 2de293a BEG, MAINT: Begin NumPy 2.5 development (#30333) by Charles Harris · 4 days ago v2.5.0.dev0
- afd1cce BUG: quantile should error when weights are all zeros (#28595) by Tontonio3 · 4 days ago
- 250285f TYP: ``_core._umath_tests`` module stubs (#30327) by Joren Hammudoglu · 6 days ago
- d0a303e TYP: ``ma.mrecords.MaskedRecords`` generic type parameter defaults (#30326) by Joren Hammudoglu · 6 days ago
- 355a1ac DOC, TYP: document the ``numpy.typing`` deprecations from 2.3 (#30325) by Joren Hammudoglu · 6 days ago
- 82a7312 TYP: ``ndenumerate`` generic type parameter default (#30324) by Joren Hammudoglu · 6 days ago
- 0a58406 TYP: ``__numpy_dtype__`` (#30321) by Joren Hammudoglu · 6 days ago
- 3a811fb BUG: Fix misleading ValueError in convolve on empty inputs due to variable swapping (#30277) by Steven Hur · 6 days ago
- 9f0519e BUG: Fix descriptor changes related build/parse value issues and skip test on 32bit (#30314) by Sebastian Berg · 6 days ago
- 51f39f3 fixed documentation issue (#30318) by Faizan-Ul Huda · 6 days ago
- 91f0451 MAINT: Implement some RAII classes and use them in stringdtype/casts.cpp (#30312) by Warren Weckesser · 6 days ago
- e16fc01 MAINT,API: Introduce __numpy_dtype__ and fix dtype attribute recursion (#30179) by Sebastian Berg · 7 days ago
- b8f76dd DOC: record a data -> record a data point [skip azp][skip cirrus][skip actions] (#30313) by Christine P. Chai · 7 days ago
- 2b6c35d ENH: New-style sorting for StringDType (#30266) by Maanas Arora · 8 days ago
- 5306844 MAINT: avoid unused variable warnings in dtype tests (#30310) by Nathan Goldbaum · 8 days ago
- 4e6251a BUG: Fix RecursionError and raise ValueError for unmatched parentheses (#30300) by Rupesh · 8 days ago
- 2c2a0d3 DEP: deprecate ``numpy.lib.user_array.container`` (#30284) by Joren Hammudoglu · 9 days ago
- 1930db7 MAINT: add ``matmul`` to ``_core.umath.__all__`` (#30286) by Joren Hammudoglu · 9 days ago
- 304f5f1 MAINT: Bump actions/setup-python from 6.0.0 to 6.1.0 (#30303) by dependabot[bot] · 9 days ago
- a8ad5e3 Merge pull request #30297 from jorenham/broadcast_shapes-NPY_MAXARGS by Matti Picus · 9 days ago
- 977c7ba Merge pull request #30296 from jorenham/typing/lib-private-stubs by Matti Picus · 9 days ago
- b037570 Merge pull request #30295 from jorenham/remove-lib._shape_base_impl._replace_zero_by_x_arrays by Matti Picus · 9 days ago
- e4235ad MAINT: ``broadcast_shapes``: update presumed ``NPY_MAXARGS`` from 32 to 64 by jorenham · 9 days ago
- 3747387 TYP: ``lib.*``: stubs for some private functions used by ``_function_base_impl`` by jorenham · 9 days ago
- ee10fbb MAINT: remove ``lib._shape_base_impl._replace_zero_by_x_arrays`` by jorenham · 10 days ago
- 863d93a TYP: `_core.*`: stubs for some private functions and constants (#30294) by Joren Hammudoglu · 10 days ago
- 786f92c TYP: move ``vectorize`` stubs to ``lib._function_base_impl`` (#30293) by Joren Hammudoglu · 10 days ago
- 4329d42 TYP: ``lib._function_base_impl._quantile_ureduce_func`` inline annotation fix (#30291) by Joren Hammudoglu · 10 days ago
- 4a24fc4 TYP: move the ``normalize_axis_*`` function definitions from ``lib`` to ``_core`` (#30290) by Joren Hammudoglu · 10 days ago
- c293cee TYP: ``_core.overrides.set_module`` implicit re-export (#30289) by Joren Hammudoglu · 10 days ago
- da394ef Merge pull request #30288 from numpy/dependabot/github_actions/github/codeql-action-4.31.5 by Joren Hammudoglu · 10 days ago
- 41163fd MAINT: Bump github/codeql-action from 4.31.4 to 4.31.5 by dependabot[bot] · 10 days ago
- cd352dd DEP, TYP: ``ndarray.shape`` setter pending deprecation (#30282) by Joren Hammudoglu · 10 days ago
- 3169a79 TYP: fix shape-type of structured array fields (#30261) by Joren Hammudoglu · 10 days ago
- debb9a3 TYP: ``lib._function_base_impl``: many typing improvements (#30246) by Joren Hammudoglu · 10 days ago
- aa6eb42 MAINT: refactor unary temporary elision check (#30279) by Nathan Goldbaum · 12 days ago
- 0957720 BUG: fix np.resize refchk on python 3.14 (#30278) by Nathan Goldbaum · 12 days ago
- dd80e20 Fix race condition in test_printoptions_thread_safety (#30271) by Paresh Joshi · 13 days ago
- 396db9b MAINT: Bump astral-sh/setup-uv from 7.1.3 to 7.1.4 (#30276) by dependabot[bot] · 13 days ago
- 1aa3109 ENH: Use descriptor rather than custom `tp_getattro` (#30270) by Sebastian Berg · 14 days ago
- b8f4461 Merge pull request #30273 from numpy/dependabot/github_actions/actions/checkout-6.0.0 by Joren Hammudoglu · 14 days ago
- 229c017 MAINT: Bump actions/checkout from 5.0.1 to 6.0.0 by dependabot[bot] · 14 days ago
- 598dbf6 TST: scalar fast path multithreaded test (#30263) by Nathan Goldbaum · 2 weeks ago
- a684abe TST: mark tests which call gc.collect() as thread unsafe (#30259) by Kumar Aditya · 2 weeks ago
- 0ecf780 BUG: fix data race in ufunc scalar fast path by Kumar Aditya · 2 weeks ago
- 8eb840a ENH: ``ufunc.__signature__`` (#30211) by Joren Hammudoglu · 2 weeks ago
- a79233c BUG: always ignore FPE when Accelerate is the BLAS backend (#30255) by Matti Picus · 2 weeks ago
- a251f2a Merge pull request #30256 from jorenham/mypy-workflow-paths-ignore by Matti Picus · 2 weeks ago
- 676d6c1 CI: update ``paths-ignore`` for mypy and wheels workflows by jorenham · 2 weeks ago
- eab17dc Merge pull request #30253 from numpy/dependabot/github_actions/github/codeql-action-4.31.4 by Joren Hammudoglu · 2 weeks ago
- 68da3c3 BUG: fix data race in `PyArray_DescrHash` (#30234) by Kumar Aditya · 2 weeks ago
- 4f97a4e MAINT: Bump actions/checkout from 5.0.0 to 5.0.1 (#30252) by dependabot[bot] · 2 weeks ago
- dd69eba TYP: Annotate remaining ``ma.MaskedArray`` methods (#30221) by Joren Hammudoglu · 2 weeks ago
- 6faf123 TYP: Shape-typing in ``lib._twodim_base_impl`` (#30231) by Joren Hammudoglu · 2 weeks ago
- 0c7ddfc MAINT: Bump github/codeql-action from 4.31.3 to 4.31.4 by dependabot[bot] · 2 weeks ago
- 31ea0a3 BUG: fix data race in wrapping_auxdata_freelist by making it thread-local (#30228) by Kumar Aditya · 2 weeks ago
- ac9a28c Merge pull request #30166 from rgommers/check-release-openblas-version by Matti Picus · 2 weeks ago
- e4a68f4 CI: add check for numpy-release version of scipy-openblas by Ralf Gommers · 2 weeks ago
- 195c4b2 Merge pull request #30184 from simolanayak/test-numeric-lines by Simola Nayak · 2 weeks ago
- 8a05bad MAINT: Update main after 2.3.5 release. (#30241) by Ralf Gommers · 2 weeks ago
- 9d23be2 Merge pull request #30248 from mattip/doc-azp by Joren Hammudoglu · 2 weeks ago
- a919539 DOC: remove mention of 'skip azp' since we no longer use azure [skip actions][skip cirrus] by mattip · 2 weeks ago
- 7440ac9 Merge pull request #30247 from athurdekoos/core_math_wordage by Matti Picus · 2 weeks ago
- ab06e8c DOC: Update wording in numpy.coremath by Amelia Thurdekoos · 2 weeks ago
- f1b6878 TYP: ``_core.numeric``: shape-typing and fixed overlapping overloads (#30233) by Joren Hammudoglu · 2 weeks ago
- 6521abc ENH, TYP: transparent ``ma.extras._fromnxfunction`` runtime signatures (#30229) by Joren Hammudoglu · 2 weeks ago
- 25c22b4 TYP, DEP: ``numpy.fix`` pending deprecation (#30168) by Joren Hammudoglu · 2 weeks ago
- a50c9d1 TYP: ``ravel``: less awkward return types (#30224) by Joren Hammudoglu · 2 weeks ago
- a4805c7 Merge pull request #30243 from seberg/fast-path-pyerr by Sebastian Berg · 2 weeks ago
- e684ebb BUG: Add missing `PyErr_Occurred()` check to fast-path by Sebastian Berg · 2 weeks ago
- 02c8c3d CI: removes azure pipelines (#30232) by Andrew Nelson · 2 weeks ago
- 263d295 Merge pull request #30239 from star1327p/numpy-random-pareto by Matti Picus · 2 weeks ago
- 0432a85 Merge pull request #30242 from jcmgray/einsum_bmm_fix by Matti Picus · 2 weeks ago
- 0a0bcdb address review comments by Johnnie Gray · 2 weeks ago