- 9a1fd19 Merge pull request #29445 from charris/update-release-walkthrough by Ralf Gommers · 3 days ago main
- 7f53010 Merge pull request #29444 from charris/update-classifier by Ralf Gommers · 3 days ago
- c1bd73c DOC: Update RELEASE_WALKTHROUGH.rst by Charles Harris · 3 days ago
- 7c00e3e MAINT: Add Python 3.14 to classifier. by Charles Harris · 3 days ago
- 91d3f21 Merge pull request #29436 from zebreus/main by Ralf Gommers · 3 days ago
- 48e8b54 Merge pull request #29441 from charris/post-2.3.2-release-update by Ralf Gommers · 3 days ago
- ec81633 MAINT: Update main after 2.3.2 release. by Charles Harris · 4 days ago
- 9812a3f DOC: Correct more ndarray defaults (#29402) by Marco Edward Gorelli · 4 days ago
- fda7b4c Merge pull request #29435 from sobue-code/fix-test-configtool-pkgconfigdir-path by Matti Picus · 4 days ago
- 8816776 Merge pull request #29431 from ixgbe/rvv_auto_vectorization by Raghuveer Devulapalli · 4 days ago
- a4906a7 BLD: allow targeting webassembly without emscripten by Zebreus · 4 days ago
- 439f763 BUG: fix datetime/timedelta hash memory leak (#29411) by kostayScr · 4 days ago
- 3031083 BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR symlink (#29434) by Aleksandr A. Voyt · 4 days ago
- f45f828 Merge pull request #29432 from numpy/dependabot/github_actions/larsoner/circleci-artifacts-redirector-action-1.2.0 by Charles Harris · 4 days ago
- 435cb02 Merge pull request #29433 from numpy/dependabot/github_actions/pypa/cibuildwheel-3.1.0 by Charles Harris · 4 days ago
- f093acd MAINT: Bump pypa/cibuildwheel from 3.0.1 to 3.1.0 by dependabot[bot] · 4 days ago
- 3702c9a MAINT: Bump larsoner/circleci-artifacts-redirector-action by dependabot[bot] · 4 days ago
- 66ffb4c ci: rerun workflow due to mirror sync issue by ixgbe · 4 days ago
- eecfbc5 ENH: Enable RVV acceleration for auto-vectorization in RISC-V by ixgbe · 4 days ago
- 4b90eeb Merge pull request #29426 from numpy/dependabot/github_actions/github/codeql-action-3.29.4 by Charles Harris · 5 days ago
- 0e631dc Merge pull request #29427 from jorenham/doc/remove-outdated-exceptions-info by Charles Harris · 5 days ago
- 8b2321d TYP: Type ``MaskedArray.reshape`` (#29404) by Marco Edward Gorelli · 5 days ago
- a0bb9ed DOC: Remove outdated `numpy.exceptions` compatibility note. by jorenham · 5 days ago
- 7845ef8 MAINT: Bump github/codeql-action from 3.29.3 to 3.29.4 by dependabot[bot] · 5 days ago
- e766381 TYP: Type ``MaskedArray.view`` (#29383) by Marco Edward Gorelli · 5 days ago
- 436662e TYP: Type ``MaskedArray.__deepcopy__`` and ``MaskedArray.argsort`` (#29418) by Marco Edward Gorelli · 5 days ago
- ea869ec Merge pull request #29419 from danra/fix_take_doc by Charles Harris · 6 days ago
- 1016f8a DOC: Fix index name in notes for np.take by Dan Raviv · 6 days ago
- 8f68377 BUG: Any dtype should call `square` on `arr ** 2` (#29392) by Maanas Arora · 6 days ago
- f13cf6e MAINT/BUG: Followups for PySequence_Fast locking (#29405) by Nathan Goldbaum · 6 days ago
- 778647f Merge pull request #29407 from mattip/pypy7.3.20 by Tyler Reddy · 7 days ago
- d2c0c10 ENH: Show unit information in repr for datetime64("NaT") (#29396) by riku-sakamoto · 7 days ago
- fcb82df use a stable pypy release in CI by Matti Picus · 7 days ago
- 4d06356 Merge pull request #29406 from numpy/dependabot/github_actions/github/codeql-action-3.29.3 by Charles Harris · 7 days ago
- c7a93c1 MAINT: Bump github/codeql-action from 3.29.2 to 3.29.3 by dependabot[bot] · 7 days ago
- ec3ac3d TYP: Type ``MaskedArray.resize``, wrap ``NoReturn`` tests in functions (#29401) by Marco Edward Gorelli · 7 days ago
- 5a031d9 ENH: avoid thread safety issues around uses of `PySequence_Fast` (#29394) by Nathan Goldbaum · 7 days ago
- 73f8bd0 Merge pull request #28970 from DimitriPapadopoulos/PERF by Matti Picus · 8 days ago
- c56f86d STY: taken into account reviewer's comments by Dimitri Papadopoulos Orfanos · 8 days ago
- adedeb0 STY: better solution for PERF102 by Dimitri Papadopoulos · 8 days ago
- 4eeace4 MNT: Enforce ruff/Perflint rules (PERF) by Dimitri Papadopoulos · 8 days ago
- e8d5153 STY: Apply ruff/Perflint rule PERF403 by Dimitri Papadopoulos · 8 days ago
- 96cf781 STY: Apply ruff/Perflint rule PERF102 by Dimitri Papadopoulos · 8 days ago
- bd5cb2a MNT: Cleanup infs handling in np.testing assertion utilities (#29321) by Dan Raviv · 8 days ago
- d02611a Doc: use different data in stacked arrays (#29390) by hannah · 11 days ago
- b5d6eb4 MNT: add linter for thread-unsafe C API uses (#29371) by lvllvl · 12 days ago
- 6e48cff DOC: document `mean` parameter in ``ndarray.std`` and ``ndarray.var`` (#29387) by Marco Edward Gorelli · 12 days ago
- 0fee7d8 TYP: Type `MaskedArray.{sum,std,var,mean,prod}` (#29381) by Marco Edward Gorelli · 12 days ago
- 94af661 Merge pull request #29385 from Verney7/main by Charles Harris · 12 days ago
- 685918f DOC: Fix `PyArrayMapIterObject` document (#29386) by Yuki Kobayashi · 12 days ago
- f37ffca BLD: Add sw_64 support by Verney7 · 12 days ago
- d323705 BUG: Fix repeatability issues in test suite (#29380) by Ben Woodruff · 13 days ago
- c8ec872 Merge pull request #29374 from lucascolley/pkgs-ignore by Ralf Gommers · 13 days ago
- 9a0086b TYP: Fix overloads in ``np.char.array`` and ``np.char.asarray`` for ``unicode`` argument (#29377) by Marco Edward Gorelli · 14 days ago
- 64aaee1 Merge pull request #29375 from sarangjo/patch-1 by Matti Picus · 14 days ago
- 7bb8b9f Fix typo in npy_cpu_dispatch.c by Sarang Joshi · 14 days ago
- 0c203ed DEV: remove "packages" from `.gitignore` by Lucas Colley · 14 days ago
- 9173e54 MNT: Options to catch more issues reported by pytest (#28983) by Dimitri Papadopoulos Orfanos · 2 weeks ago
- 8b43d86 BUG: fix casting issue in center, ljust, rjust, and zfill (#29369) by Nathan Goldbaum · 2 weeks ago
- 81be692 BLD: use github to build macos-arm64 wheels with OpenBLAS and update to 0.3.30 by Matti Picus · 2 weeks ago
- 08916dc BUG: Fix np.testing utils failing for masked scalar vs. scalar (#29317) (#29318) by Dan Raviv · 2 weeks ago
- 3ccbc6c DOC: specify that `numpy.nan_to_num` supports array like arguments (#29362) by Iason Krommydas · 2 weeks ago
- 031377b TST: refactor typing check for @ (#29364) by Dillon Niederhut · 2 weeks ago
- 82bd6ef BUG: Fix reference leakage for output arrays in reduction functions (#29358) by Maanas Arora · 2 weeks ago
- 4816e4d Merge pull request #29356 from markdryan/markdryan/test_npy_uintp_type_enum by Raghuveer Devulapalli · 3 weeks ago
- f685228 BUG: fix test_npy_uintp_type_enum by Mark Ryan · 3 weeks ago
- 8cf1f7d ENH: Let numpy.size accept multiple axes. (#29240) by Carlos Martin · 3 weeks ago
- 26f1c91 Merge pull request #29351 from mgorny/print-long-double by Ralf Gommers · 3 weeks ago
- 7f8e3fb BLD: print long double format used by Michał Górny · 3 weeks ago
- 4ff1cc1 DOC: Fix Resolution Links in NEPs 38 and 49 (#29347) by Toshaksha · 3 weeks ago
- 34776f4 API,BUG: Fix scalar handling in array-interface allowing NULL pointers (#29338) by Sebastian Berg · 3 weeks ago
- 2e93c46 DOC: Add missing `self` in `__array_ufunc__` signature (#29343) by Dan Raviv · 3 weeks ago
- 46c0bff TYP: correct default value of `unicode` in `chararray.__new__` (#29340) by Marco Edward Gorelli · 3 weeks ago
- d4c09df TST: Avoid uninitialized values in test (#29341) by Sebastian Berg · 3 weeks ago
- 67e5848 MAINT: Bump pypa/cibuildwheel from 3.0.0 to 3.0.1 (#29334) by dependabot[bot] · 3 weeks ago
- fdf5f1b MAINT: remove internal uses of assert_warns and suppress_warnings (#29322) by Nathan Goldbaum · 3 weeks ago
- fb83d4c Merge pull request #29329 from clin1234/gcc-16 by Raghuveer Devulapalli · 3 weeks ago
- a63bed4 TYP: Allow passing `dtype=None` to `trace` (#29332) by Marco Edward Gorelli · 3 weeks ago
- 85cb82c ENH: Improve error message in numpy.testing.assert_array_compare (#29112) by polaris-3 · 3 weeks ago
- d844b79 TYP: `svd` overload incorrectly noted `Literal[False]` to be the default for `compute_uv` (#29331) by Marco Edward Gorelli · 3 weeks ago
- 6a6b171 TST: Add test for non-npy files in npz and different names (#29313) by DWesl · 3 weeks ago
- 48bc85a DOC: Clarify assert_allclose differences vs. allclose (#29325) by Dan Raviv · 3 weeks ago
- 2a445f4 BLD: update `highway` submodule to latest master by Charlie Lin · 3 weeks ago
- bf2aefe Merge pull request #29327 from charris/rename-nep-49 by Matti Picus · 3 weeks ago
- c21df31 MAINT: Rename nep-0049.rst. by Charles Harris · 3 weeks ago
- 2273cd8 DOC: Fix spelling (#29320) by Dan Raviv · 3 weeks ago
- 954691d Merge pull request #29316 from ngoldbaum/rm-comment by Matti Picus · 4 weeks ago
- 1dac511 MAINT: remove out-of-date comment by Nathan Goldbaum · 4 weeks ago
- 85708b3 TYP: Type ``MaskedArray.dot`` and ``MaskedArray.anom`` (#29309) by Marco Edward Gorelli · 4 weeks ago
- ec8edce TYP: rename `_T` to `_ScalarT` in `matlib.pyi` for consistency (#29310) by Marco Edward Gorelli · 4 weeks ago
- 8423401 BLD: remove unused github workflow (#29312) by Matti Picus · 4 weeks ago
- 75e86ba DOCS: Fix rendering of ``MaskedArray.anom`` ``dtype`` (#29311) by Marco Edward Gorelli · 4 weeks ago
- 1cc6113 TYP: add explicit types for np.quantile (#29305) by Sachin Shah · 4 weeks ago
- 0578bdf TYP: Type ``MaskedArray.{trace,round,cumsum,cumprod}`` (#29307) by Marco Edward Gorelli · 4 weeks ago
- b934a81 Merge pull request #29301 from seberg/dtype-align by Matti Picus · 4 weeks ago
- b999c61 Merge pull request #29308 from shyok21/fix-hypot-error-grammar by Matti Picus · 4 weeks ago
- a049539 Update numpy/_core/tests/test_deprecations.py by Sebastian Berg · 4 weeks ago
- 99f894a fix: correct singular/plural grammar in ufunc TypeError message by Shyok Mutsuddi · 4 weeks ago
- 34d12a9 test: add regression test for grammar in ufunc TypeError message by Shyok Mutsuddi · 4 weeks ago
- 626e934 Merge pull request #29302 from MarcoGorelli/ma-sort-docs by Matti Picus · 4 weeks ago