Begin NumPy 1.25.0 development
- b05ee6e REL: Begin NumPy 1.25.0 development by Charles Harris · 2 years, 9 months ago v1.25.0.dev0
- 04d0e21 ENH: raise TypeError when arange() is called with string dtype (#22087) by Daniel da Silva · 2 years, 9 months ago
- 5d32b8d Merge pull request #22316 from seberg/void-strctured-new by Sebastian Berg · 2 years, 9 months ago
- f92c90c Merge pull request #22436 from cmarmo/doc-masked-equal by Sebastian Berg · 2 years, 9 months ago
- 7404cb6 DOC: Update np.void docs based on Matti's comments by Sebastian Berg · 2 years, 9 months ago
- 918f81d Update numpy/ma/core.py by Sebastian Berg · 2 years, 9 months ago
- 098dbdd Merge pull request #22639 from seberg/undoc-sigint by Matti Picus · 2 years, 9 months ago
- f1a0741 DOC: Remove traces of interrupt handling utilities by Sebastian Berg · 2 years, 9 months ago
- 742545f Merge pull request #22607 from seberg/scalar-aliases by Ralf Gommers · 2 years, 9 months ago
- d416581 DOC: Adjust comments on deprecated/future scalar alias based on review by Sebastian Berg · 2 years, 9 months ago
- 5f0b846 Merge pull request #22636 from charris/increase-travis-timeout by Charles Harris · 2 years, 9 months ago
- 743b1f9 CI: Increase travis timeout to 20 minutes (2). by Charles Harris · 2 years, 9 months ago
- 73ad4a8 Merge pull request #22634 from charris/increase-travis-timeout by Charles Harris · 2 years, 9 months ago
- 2b11e6a CI: Increase travis timeout to 20 minutes. by Charles Harris · 2 years, 9 months ago
- dc8b760 Merge pull request #22629 from charris/post-1.23.5-release-update by Matti Picus · 2 years, 9 months ago
- af2ebb2 Merge pull request #22630 from charris/fix-aarch64-python3_9-build by Matti Picus · 2 years, 9 months ago
- 1932251 BLD: Use cibuildwheel 2.9.0 for Python 3.8 aarch65 builds by Charles Harris · 2 years, 9 months ago
- 2a978b4 MAINT: Update main after 1.23.5 release. by Charles Harris · 2 years, 9 months ago
- ea57354 Merge pull request #22628 from stefmolin/patch-1 by Charles Harris · 2 years, 9 months ago
- 723f0eb DOC: Add example for np.ma.power as part of #22269 by Stefanie Molin · 2 years, 9 months ago
- cd75790 Merge pull request #22612 from mattip/macos-11 by Charles Harris · 2 years, 9 months ago
- 023587a debugging the CI workflow with the action-tmate did not help: it does not preserve state by mattip · 2 years, 9 months ago
- 39c0f29 give up: skip openblas version check on macos-x86_64 by mattip · 2 years, 9 months ago
- 6a2bc60 Merge pull request #22620 from WarrenWeckesser/nulps-typo by Sebastian Berg · 2 years, 9 months ago
- c6e75fc DOC: testing: Fix typo: nulps -> nulp by warren · 2 years, 9 months ago
- 271ed24 aid debugging on the runner by mattip · 2 years, 9 months ago
- 05e5de7 aid debugging on the runner by mattip · 2 years, 9 months ago
- 93475f5 aid debugging on the runner by mattip · 2 years, 9 months ago
- 72fd83e aid debugging on the runner by mattip · 2 years, 9 months ago
- 59f2b33 add a debug github action on wheel build failure by mattip · 2 years, 9 months ago
- 300a8cc typo by mattip · 2 years, 9 months ago
- 7ec4a39 move to macos-12 for wheel building, restore test by mattip · 2 years, 9 months ago
- 72af24d BUG: Histogramdd breaks on big arrays in Windows (#22561) by Navpreet Singh · 2 years, 9 months ago
- b1dcf1e do not explicitly set MACOSX_DEPLOYMENT_TARGET, disable test for now by mattip · 2 years, 9 months ago
- 23328e7 check for openblas version before setting env variables on macos by mattip · 2 years, 9 months ago
- c9355a6 explicitly set MACOSX_DEPLOYMENT_TARGET=10.9 before build, cleanup redundant stanza by mattip · 2 years, 9 months ago
- eaf0638 TST: Rename setup to setup_method in _locales (#22616) by Stefan van der Walt · 2 years, 9 months ago
- 06f986c Merge pull request #22615 from InessaPawson/rounding-autosummary by Charles Harris · 2 years, 9 months ago
- 5f5a3ed DOC: Rm round_ from autosummary by Inessa Pawson · 2 years, 9 months ago
- e4d8ca5 Merge pull request #22614 from rgommers/numpyconfig-cleanup by Matti Picus · 2 years, 9 months ago
- d4de105 MAINT: remove macOS specific long double handling in numpyconfig.h by Ralf Gommers · 2 years, 9 months ago
- 441b3de copy LIBRARY_PATH from scipy build by mattip · 2 years, 9 months ago
- e0bf73d BUILD: update wheel builds on macos to macos-11 image by mattip · 2 years, 9 months ago
- 9e144f7 BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525) by Matti Picus · 2 years, 9 months ago
- 4a89f39 Merge pull request #22608 from charris/add-coverage-check by Sebastian Berg · 2 years, 9 months ago
- 424cb3f BUG: Fixup warning giving and remove MachAr from docs by Sebastian Berg · 2 years, 9 months ago
- c8e8bfd MAINT, CI: Enable coverage checking. by Charles Harris · 2 years, 9 months ago
- eead09a Merge pull request #22605 from seberg/silence-update-shape-warning by Charles Harris · 2 years, 9 months ago
- 8b13c8c DOC: Document scalar type alias deprecation changes and futurewarning by Sebastian Berg · 2 years, 9 months ago
- 49bb24e TYP: Remove newly deprecated scalar type aliases by Sebastian Berg · 2 years, 9 months ago
- 0758592 DEP: Next step in scalar type alias deprecations/futurewarnings by Sebastian Berg · 2 years, 9 months ago
- 5170119 Merge pull request #22598 from charris/update-to-focal by Sebastian Berg · 2 years, 9 months ago
- 58afc35 MAINT: (array-coercion) Silence invalid read warning in some gcc versions by Sebastian Berg · 2 years, 9 months ago
- c5e30a8 DOC: Add compatibility release note. by Charles Harris · 2 years, 9 months ago
- f30af6a Merge pull request #22601 from seberg/issue-22599 by Charles Harris · 2 years, 9 months ago
- d428d45 Merge pull request #22422 from seberg/expose-dtype-resolution-get-loop by Matti Picus · 2 years, 9 months ago
- 2119533 Merge pull request #22571 from DanielHabenicht/patch-1 by Sebastian Berg · 2 years, 9 months ago
- 54c0096 Merge pull request #22588 from rossbar/doc/row_stack-is-vstack by Sebastian Berg · 2 years, 9 months ago
- 22e683d Merge pull request #22548 from juztamau5/cleanup-order by Sebastian Berg · 2 years, 9 months ago
- 2df493a Merge pull request #22589 from ngoldbaum/gdb-docs by Sebastian Berg · 2 years, 9 months ago
- f0bba1c MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly` by Sebastian Berg · 2 years, 9 months ago
- cf59f6c DOC: Update parameter descriptions for np.pad (#22519) by Miki Watanabe · 2 years, 9 months ago
- 6736c78 CI: Update to Ubuntu 18.04 to 20.04 by Charles Harris · 2 years, 9 months ago
- a7abbee Merge pull request #21895 from hoodmane/emscripten-ci by Ralf Gommers · 2 years, 9 months ago
- 9a9a4c6 CI: add concurrency and permissions control to the Emscripten job by Ralf Gommers · 2 years, 9 months ago
- 8fff8ce Merge pull request #22587 from BvB93/typing by Charles Harris · 2 years, 9 months ago
- 6eaa513 Update numpy/core/src/umath/ufunc_type_resolution.c by DanielHabenicht · 2 years, 9 months ago
- 9d2a5fb DOC: expand docs on debugging with gdb by Nathan Goldbaum · 2 years, 9 months ago
- 06e413f DOC: Clarify relationship between row_stack and vstack. by Ross Barnowski · 2 years, 9 months ago
- fbe1b65 Merge pull request #22583 from charris/create-f2c_blas-patch by Ralf Gommers · 2 years, 9 months ago
- b780d8b TYP,DEP: Remove `msort` annotations by BvB93 · 2 years, 9 months ago
- 6df49a3 TYP,ENH: Add annotations for `np.show_runtime` by BvB93 · 2 years, 9 months ago
- 473b80f TYP,ENH: Improve the `dtype`-overload of `stack`, `hstack` and `vstack` by BvB93 · 2 years, 9 months ago
- 8205e5d TYP,DEP: Remove all reference to the removed `MaskedArray.mini` method by BvB93 · 2 years, 9 months ago
- a566f81 TYP,ENH: Add annotations for the new `ABCPolyBase.symbol` property by BvB93 · 2 years, 9 months ago
- 2b5328c Merge pull request #22586 from rossbar/maint/arrayprint-type-cleanup by Sebastian Berg · 2 years, 9 months ago
- d66bb7c MAINT: Rm unnecessary checks in determining typeless data. by Ross Barnowski · 2 years, 9 months ago
- d9baab4 MAINT: Patch to remove ncola variable from f2c_blas.c by Charles Harris · 2 years, 9 months ago
- 56ef10f Merge pull request #22580 from rgommers/fix-lapacklite-build-warnings by Matti Picus · 2 years, 9 months ago
- 6f3c56d BLD: remove unused `ncola` variables from lapack-lite by Ralf Gommers · 2 years, 9 months ago
- 6bfa33a Merge pull request #22578 from rgommers/fix-dlpack-includes by Sebastian Berg · 2 years, 9 months ago
- 6b89500 Merge pull request #22579 from rgommers/use-c99-restrict by Sebastian Berg · 2 years, 9 months ago
- 305f842 MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict` by Ralf Gommers · 2 years, 9 months ago
- a8c69b9 BLD: fix issue with header includes in dlpack.c by Ralf Gommers · 2 years, 9 months ago
- 2204bfe Merge pull request #22576 from rgommers/fix-assert by Charles Harris · 2 years, 9 months ago
- 3a6d290 BUG: fix issue with broken assert statement in `templ_common.h.src` by Ralf Gommers · 2 years, 9 months ago
- dec3947 BUG: add quotes to error message by DanielHabenicht · 2 years, 9 months ago
- e42f6cc BUG: fix misleading error message by DanielHabenicht · 2 years, 9 months ago
- fddb8a3 ENH, CI: Add emscripten to CI by Hood Chatham · 2 years, 9 months ago
- 1a397b3 BLD, BUG: Fix math feature detection with musl libc by Hood Chatham · 2 years, 9 months ago
- 08c6e9c TST: Skip tests that are not currently supported in wasm by Hood Chatham · 2 years, 9 months ago
- 2ad596f Merge pull request #22566 from seberg/ObjectType-fixup by Charles Harris · 2 years, 9 months ago
- 6aacc51 Merge pull request #22567 from rossbar/ci-add-pr-write-permissions-to-artifact-redirector by Matti Picus · 2 years, 10 months ago
- 866fed5 CI: Add PR write permissions to artifact redirector. by Ross Barnowski · 2 years, 10 months ago
- 62df7a8 Merge pull request #22552 from juztamau5/fix-temp-address by Sebastian Berg · 2 years, 10 months ago
- 2ce5416 Merge pull request #22540 from seberg/finalize-dtype-depr by Charles Harris · 2 years, 10 months ago
- e3db792 Fix taking address of temporary array by juztamau5 · 2 years, 10 months ago
- 7c317d9 MAINT: Ensure that datetime dot, correlate, and vdot cannot happen by Sebastian Berg · 2 years, 10 months ago
- eae88ff BUG: Fix use and errorchecking of ObjectType use by Sebastian Berg · 2 years, 10 months ago
- f1fb58b MAINT: Update doc/release/upcoming_changes/22540.expired.rst by Charles Harris · 2 years, 10 months ago