NumPy 1.24.0 release
  1. 8cec820 Merge pull request #22813 from charris/prepare-1.24.0-release by Charles Harris · 2 years, 8 months ago v1.24.0
  2. 8d33e68 REL: Prepare for the NumPy 1.24.0 release. by Charles Harris · 2 years, 8 months ago
  3. 5ac09da Merge pull request #22815 from charris/backport-22814 by Charles Harris · 2 years, 8 months ago
  4. df2d26f BLD: use newer version of delocate by mattip · 2 years, 8 months ago
  5. e18104e Merge pull request #22805 from charris/backport-22804 by Charles Harris · 2 years, 8 months ago
  6. 6d44424 REV: revert change to `numpyconfig.h` for sizeof(type) hardcoding on macOS by Ralf Gommers · 2 years, 8 months ago
  7. c484593 Merge pull request #22795 from charris/backport-22791 by Charles Harris · 2 years, 8 months ago
  8. 0904c01 Change argument to npy_floatstatus_..._barrier() functions to ensure it by Peter Hawkins · 2 years, 8 months ago
  9. 34653f9 Merge pull request #22793 from charris/backport-22789 by Charles Harris · 2 years, 8 months ago
  10. 21f7096 BUG: Fix infinite recursion in longdouble/large integer scalar ops by Sebastian Berg · 2 years, 8 months ago
  11. 6205f3f Merge pull request #22743 from seberg/issue-22733 by Charles Harris · 2 years, 9 months ago
  12. 34e068c Merge pull request #22760 from charris/backport-22751 by Charles Harris · 2 years, 9 months ago
  13. 1ad784d Merge pull request #22761 from charris/backport-22753 by Charles Harris · 2 years, 9 months ago
  14. f067efe Merge pull request #22759 from charris/backport-22750 by Charles Harris · 2 years, 9 months ago
  15. 8560895 Merge pull request #22758 from charris/backport-22747 by Charles Harris · 2 years, 9 months ago
  16. 509c934 DOC: Fix release note link to out-of-bounds integer deprecation by Sebastian Berg · 2 years, 9 months ago
  17. 5059477 BUG: Fix deepcopy cleanup on error by Sebastian Berg · 2 years, 9 months ago
  18. 3de5a9f CI, SIMD: Add workflow to test default baseline features only by Sayed Adel · 2 years, 9 months ago
  19. 246e996 BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2 by Sayed Adel · 2 years, 9 months ago
  20. 3fb0ace DOC: Some updates to the array_api compat document (#22747) by Aaron Meurer · 2 years, 9 months ago
  21. 7f5f12e Merge pull request #22757 from charris/backport-22752 by Charles Harris · 2 years, 9 months ago
  22. 2f7cc02 CI: fix CIRRUS_TAG check when tagging. Closes #22730. by Andrew Nelson · 2 years, 9 months ago
  23. 9fd9804 Merge pull request #22749 from charris/backport-22738 by Charles Harris · 2 years, 9 months ago
  24. b02f07e Merge pull request #22748 from charris/backport-22721 by Charles Harris · 2 years, 9 months ago
  25. 8f58773 Merge pull request #22746 from charris/backport-22724 by Charles Harris · 2 years, 9 months ago
  26. 199c77c MAINT: check if PyArrayDTypeMeta_Spec->casts is set by Nathan Goldbaum · 2 years, 9 months ago
  27. 6641739 BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `numpy.percentile()`, and `numpy.quantile()`. by Roy Smart · 2 years, 9 months ago
  28. e9d843d BUG: Fix some valgrind errors (and probably harmless warnings) by Sebastian Berg · 2 years, 9 months ago
  29. 754e59d Merge pull request #22729 from charris/prepare-1.24.0rc2 by Charles Harris · 2 years, 9 months ago v1.24.0rc2
  30. fd9e053 REL: Prepare for the NumPy 1.24.0rc2 release. by Charles Harris · 2 years, 9 months ago
  31. 7401ccd Merge pull request #22716 from charris/add-cirrus-for-1.24.x by Charles Harris · 2 years, 9 months ago
  32. 0abd451 Merge pull request #22719 from charris/backport-22694 by Charles Harris · 2 years, 9 months ago
  33. 06e3260 Merge pull request #22717 from charris/backport-22713 by Charles Harris · 2 years, 9 months ago
  34. 292a5f3 CI: Make benchmark asv run quick to only check that benchmarks work by Sebastian Berg · 2 years, 9 months ago
  35. f054cf5 TST: Skip when numba/numpy compat issues cause SystemError by Sebastian Berg · 2 years, 9 months ago
  36. 66e5508 BLD, CI: Use cirrus for building aarch64 wheels by Charles Harris · 2 years, 9 months ago
  37. bd5a220 Merge pull request #22702 from charris/backport-22671 by Charles Harris · 2 years, 9 months ago
  38. 0c68003 MAINT: pin ubuntu and python for emscripten by mattip · 2 years, 9 months ago
  39. 6e67701 Merge pull request #22699 from charris/backport-22676 by Charles Harris · 2 years, 9 months ago
  40. b3cc1fb Merge pull request #22697 from charris/backport-22646 by Charles Harris · 2 years, 9 months ago
  41. 56638bf Merge pull request #22698 from charris/backport-22653 by Charles Harris · 2 years, 9 months ago
  42. 885b9a9 Merge pull request #22700 from charris/backport-22679 by Charles Harris · 2 years, 9 months ago
  43. 3ec88c4 BUILD: revert function() -> #define for 3 npymath functions by mattip · 2 years, 9 months ago
  44. d076e98 Update numpy/core/tests/test_dtype.py by Sebastian Berg · 2 years, 9 months ago
  45. 882173a BUG: Ensure string aliases `"int0"`, etc. remain valid for now by Sebastian Berg · 2 years, 9 months ago
  46. cccbc6f [MAINT] check user-defined dtype has an ensure_canonical implementation by Nathan Goldbaum · 2 years, 9 months ago
  47. 27dfe49 Rename symbols in textreading/ that may clash when statically linked. by Peter Hawkins · 2 years, 9 months ago
  48. 43a4319 Merge pull request #22665 from charris/fix-1.24.0-release-note by Sebastian Berg · 2 years, 9 months ago
  49. 975cf99 MAINT: Fix 1.24.0 release note markup. by Charles Harris · 2 years, 9 months ago
  50. 4f0a3eb Merge pull request #22662 from charris/prepare-1.24.0rc1 by Charles Harris · 2 years, 9 months ago v1.24.0rc1
  51. 4f400c4 REL: Prepare for the NumPy 1.24.0rc1 release. by Charles Harris · 2 years, 9 months ago
  52. 04d0e21 ENH: raise TypeError when arange() is called with string dtype (#22087) by Daniel da Silva · 2 years, 9 months ago
  53. 5d32b8d Merge pull request #22316 from seberg/void-strctured-new by Sebastian Berg · 2 years, 9 months ago
  54. f92c90c Merge pull request #22436 from cmarmo/doc-masked-equal by Sebastian Berg · 2 years, 9 months ago
  55. 7404cb6 DOC: Update np.void docs based on Matti's comments by Sebastian Berg · 2 years, 9 months ago
  56. 918f81d Update numpy/ma/core.py by Sebastian Berg · 2 years, 9 months ago
  57. 098dbdd Merge pull request #22639 from seberg/undoc-sigint by Matti Picus · 2 years, 9 months ago
  58. f1a0741 DOC: Remove traces of interrupt handling utilities by Sebastian Berg · 2 years, 9 months ago
  59. 742545f Merge pull request #22607 from seberg/scalar-aliases by Ralf Gommers · 2 years, 9 months ago
  60. d416581 DOC: Adjust comments on deprecated/future scalar alias based on review by Sebastian Berg · 2 years, 9 months ago
  61. 5f0b846 Merge pull request #22636 from charris/increase-travis-timeout by Charles Harris · 2 years, 9 months ago
  62. 743b1f9 CI: Increase travis timeout to 20 minutes (2). by Charles Harris · 2 years, 9 months ago
  63. 73ad4a8 Merge pull request #22634 from charris/increase-travis-timeout by Charles Harris · 2 years, 9 months ago
  64. 2b11e6a CI: Increase travis timeout to 20 minutes. by Charles Harris · 2 years, 9 months ago
  65. dc8b760 Merge pull request #22629 from charris/post-1.23.5-release-update by Matti Picus · 2 years, 9 months ago
  66. af2ebb2 Merge pull request #22630 from charris/fix-aarch64-python3_9-build by Matti Picus · 2 years, 9 months ago
  67. 1932251 BLD: Use cibuildwheel 2.9.0 for Python 3.8 aarch65 builds by Charles Harris · 2 years, 9 months ago
  68. 2a978b4 MAINT: Update main after 1.23.5 release. by Charles Harris · 2 years, 9 months ago
  69. ea57354 Merge pull request #22628 from stefmolin/patch-1 by Charles Harris · 2 years, 9 months ago
  70. 723f0eb DOC: Add example for np.ma.power as part of #22269 by Stefanie Molin · 2 years, 9 months ago
  71. cd75790 Merge pull request #22612 from mattip/macos-11 by Charles Harris · 2 years, 9 months ago
  72. 023587a debugging the CI workflow with the action-tmate did not help: it does not preserve state by mattip · 2 years, 9 months ago
  73. 39c0f29 give up: skip openblas version check on macos-x86_64 by mattip · 2 years, 9 months ago
  74. 6a2bc60 Merge pull request #22620 from WarrenWeckesser/nulps-typo by Sebastian Berg · 2 years, 9 months ago
  75. c6e75fc DOC: testing: Fix typo: nulps -> nulp by warren · 2 years, 9 months ago
  76. 271ed24 aid debugging on the runner by mattip · 2 years, 9 months ago
  77. 05e5de7 aid debugging on the runner by mattip · 2 years, 9 months ago
  78. 93475f5 aid debugging on the runner by mattip · 2 years, 9 months ago
  79. 72fd83e aid debugging on the runner by mattip · 2 years, 9 months ago
  80. 59f2b33 add a debug github action on wheel build failure by mattip · 2 years, 9 months ago
  81. 300a8cc typo by mattip · 2 years, 9 months ago
  82. 7ec4a39 move to macos-12 for wheel building, restore test by mattip · 2 years, 9 months ago
  83. 72af24d BUG: Histogramdd breaks on big arrays in Windows (#22561) by Navpreet Singh · 2 years, 9 months ago
  84. b1dcf1e do not explicitly set MACOSX_DEPLOYMENT_TARGET, disable test for now by mattip · 2 years, 9 months ago
  85. 23328e7 check for openblas version before setting env variables on macos by mattip · 2 years, 9 months ago
  86. c9355a6 explicitly set MACOSX_DEPLOYMENT_TARGET=10.9 before build, cleanup redundant stanza by mattip · 2 years, 9 months ago
  87. eaf0638 TST: Rename setup to setup_method in _locales (#22616) by Stefan van der Walt · 2 years, 9 months ago
  88. 06f986c Merge pull request #22615 from InessaPawson/rounding-autosummary by Charles Harris · 2 years, 9 months ago
  89. 5f5a3ed DOC: Rm round_ from autosummary by Inessa Pawson · 2 years, 9 months ago
  90. e4d8ca5 Merge pull request #22614 from rgommers/numpyconfig-cleanup by Matti Picus · 2 years, 9 months ago
  91. d4de105 MAINT: remove macOS specific long double handling in numpyconfig.h by Ralf Gommers · 2 years, 9 months ago
  92. 441b3de copy LIBRARY_PATH from scipy build by mattip · 2 years, 9 months ago
  93. e0bf73d BUILD: update wheel builds on macos to macos-11 image by mattip · 2 years, 9 months ago
  94. 9e144f7 BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525) by Matti Picus · 2 years, 9 months ago
  95. 4a89f39 Merge pull request #22608 from charris/add-coverage-check by Sebastian Berg · 2 years, 9 months ago
  96. 424cb3f BUG: Fixup warning giving and remove MachAr from docs by Sebastian Berg · 2 years, 9 months ago
  97. c8e8bfd MAINT, CI: Enable coverage checking. by Charles Harris · 2 years, 9 months ago
  98. eead09a Merge pull request #22605 from seberg/silence-update-shape-warning by Charles Harris · 2 years, 9 months ago
  99. 8b13c8c DOC: Document scalar type alias deprecation changes and futurewarning by Sebastian Berg · 2 years, 9 months ago
  100. 49bb24e TYP: Remove newly deprecated scalar type aliases by Sebastian Berg · 2 years, 9 months ago