NumPy 2.3.2 release
  1. f78821f BLD: use github to build macos-arm64 wheels with OpenBLAS [wheel build] by Matti Picus · 5 weeks ago
  2. 02f4838 MAINT: fix SPDX license expressions for LAPACK, GCC runtime libs by Ralf Gommers · 3 months ago
  3. caf40e7 BLD: bump OpenBLAS version, use OpenBLAS for win-arm64 [wheel build] by Matti Picus · 3 months ago
  4. 16b9c6f BLD: use sonoma image on Cirrus for [wheel build][skip actions][skip azp] by mattip · 3 months ago
  5. c0e2559 MAINT: Update download-wheels for multiple pages by Charles Harris · 3 months ago
  6. 71faac1 Merge pull request #28765 from DimitriPapadopoulos/B by Joren Hammudoglu · 4 months ago
  7. edb16ca STY: Remove comments about import order by Dimitri Papadopoulos · 4 months ago
  8. af8bb63 STY: Apply ruff/isort rule I001 by Dimitri Papadopoulos · 4 months ago
  9. 6559962 MNT: Better solution for B909 by Dimitri Papadopoulos · 4 months ago
  10. 51c6169 MNT: Apply ruff/flake8-bugbear rule B909 by Dimitri Papadopoulos · 4 months ago
  11. 35872d9 MNT: Apply ruff/Pylint rule PLR1711 by Dimitri Papadopoulos · 4 months ago
  12. ae8b43d ENH: Updgrade Array API version to 2024.12 by Mateusz Sokół · 4 months ago
  13. 81277b3 MNT: clean up free-threaded CI configuration [wheel build] by Nathan Goldbaum · 4 months ago
  14. e23096e alignment by Pieter Eendebak · 4 months ago
  15. 1598eb8 MAINT: Enable ruff E251 by Pieter Eendebak · 4 months ago
  16. 2a083e3 Merge pull request #28836 from HinTak/windows-arm64-support by Charles Harris · 4 months ago
  17. 7e1bc08 MNT: address warnign in SWIG tests by Dimitri Papadopoulos · 4 months ago
  18. 374f477 Merge pull request #28871 from DimitriPapadopoulos/find_deprecated_escaped_characters by Charles Harris · 4 months ago
  19. 99e52b1 DOC: numpy.i will not be included as part of SWIG (#28874) by Dimitri Papadopoulos Orfanos · 4 months ago
  20. eac881a Merge pull request #28872 from DimitriPapadopoulos/wheels_LICENSE by Charles Harris · 4 months ago
  21. 91e9b42 DOC: consistent and updated LICENSE files for wheels by Dimitri Papadopoulos · 4 months ago
  22. e09450f MNT: retire script superseded by ruff rule W605 by Dimitri Papadopoulos · 4 months ago
  23. 180a7a4 MNT: retire old script for SVN repositories by Dimitri Papadopoulos · 4 months ago
  24. 9d2bb78 STY: Partially apply ruff/pycodestyle rule E265 by Dimitri Papadopoulos · 4 months ago
  25. c4a0c6c STY: Partially apply ruff/pycodestyle rule E251 by Dimitri Papadopoulos · 4 months ago
  26. 45be942 STY: Partially apply ruff/pycodestyle rule E241 by Dimitri Papadopoulos · 4 months ago
  27. 625a1b1 ENH: Provide Windows 11 ARM64 wheels (#22530) by Hin-Tak Leung · 4 months ago
  28. df41897 Merge branch 'main' into fstrings by Aditi Juneja · 4 months ago
  29. fb3d4c2 using flynt by Aditi Juneja · 4 months ago
  30. e71a224 STY: Apply ruff/pyupgrade rule UP032 by Dimitri Papadopoulos · 4 months ago
  31. 8391c84 Merge pull request #28744 from DimitriPapadopoulos/RUF by Charles Harris · 4 months ago
  32. 4d81238 MNT: discard Python 2 leftover by Dimitri Papadopoulos · 4 months ago
  33. 84fc644 STY: Apply ruff rule RUF039 by Dimitri Papadopoulos · 4 months ago
  34. 8c6cabc STY: Apply ruff rule RUF015 by Dimitri Papadopoulos · 4 months ago
  35. a3776cd STY: Apply assorted ruff rules (RUF) (#28724) by Dimitri Papadopoulos Orfanos · 4 months ago
  36. b769da9 MAINT: switching from `%i` to `fstrings` (#28719) by Aditi Juneja · 4 months ago
  37. d65c7ed CI: fix cirrus config [wheel build] by Andrew Nelson · 5 months ago
  38. eedb1f8 ENH: Add ARM64 (aarch64) CI testing (#28263) by Abhishek Kumar · 6 months ago
  39. f45c071 Merge branch 'main' into manylinux2_28 by mattip · 6 months ago
  40. 6eaa2bf move to manylinux_2_28 wheel builds [wheel build] by mattip · 6 months ago
  41. c6bc506 BLD: update cibuildwheel and build PyPy 3.11 wheels [wheel build] by mayeut · 6 months ago
  42. db2d183 CI: build Linux aarch64 wheels on GitHub Actions (#28392) by Matthieu Darbois · 6 months ago
  43. d1c7b4a cleanup by Pieter Eendebak · 6 months ago
  44. 3b27641 more suppressions by Pieter Eendebak · 6 months ago
  45. 8e1f08b Merge branch 'nonzero_unit_tests' of github.com:eendebakpt/numpy into nonzero_unit_tests by Pieter Eendebak · 6 months ago
  46. cbc9422 try to suppress by Pieter Eendebak · 6 months ago
  47. 1df3dea attampt to add TSAN suppressions by Pieter Eendebak · 6 months ago
  48. 991ec84 CI: Update FreeBSD base image in `cirrus_arm.yml` (#28328) by Abhishek Kumar · 7 months ago
  49. e2a782d Merge pull request #28058 from mtsokol/spin-lint-fix by Charles Harris · 8 months ago
  50. fbbb20e CI: fix check that GIL remains disabled for free-threaded wheels by Ralf Gommers · 8 months ago
  51. c088f02 MAINT: Update `spin lint` command by Mateusz Sokół · 8 months ago
  52. f9133c4 MAINT: run ruff from the repository root by Dimitri Papadopoulos · 8 months ago
  53. c2331ae MAINT: Apply ruff/flake8-comprehensions rules (C4) (#27975) by Dimitri Papadopoulos Orfanos · 9 months ago
  54. c31e599 CI: pycodestyle → ruff (#27300) by Dimitri Papadopoulos Orfanos · 9 months ago
  55. 934683e MAINT: Fix cirrus MacOs wheel builds [wheel build] by Charles Harris · 9 months ago
  56. f25fc2c Merge pull request #27899 from ngoldbaum/wheel-build-timeouts by Nathan Goldbaum · 9 months ago
  57. 06f8310 TST: add timeouts and durations to cibw wheel build tests by Nathan Goldbaum · 9 months ago
  58. 688669f MAINT: Drop Python 3.10 support. by Charles Harris · 9 months ago
  59. f667782 add raw strings for warnings by Lucas Colley · 9 months ago
  60. 7ff9089 DEV: changelog: make title processing more robust by Lucas Colley · 9 months ago
  61. 850bec3 BUG: Adjust numpy.i for SWIG 4.3 compatibility by Benjamin A. Beasley · 11 months ago
  62. d58f191 Merge pull request #27372 from seberg/cirrus-token by Matti Picus · 12 months ago
  63. 5dd4fb5 CI: Update cirrus nightly token by Sebastian Berg · 12 months ago
  64. 88c68f9 MAINT: increase max line length from 79 to 88 by Dimitri Papadopoulos · 12 months ago
  65. 13e1227 Merge pull request #27297 from DimitriPapadopoulos/RSE by Charles Harris · 12 months ago
  66. 862d800 MAINT: Apply ruff/flake8-comprehensions rule C416 by Dimitri Papadopoulos · 12 months ago
  67. 477d9d1 MAINT: Apply ruff/flake8-raise rule RSE102 by Dimitri Papadopoulos · 12 months ago
  68. 37b3c3c Merge pull request #27284 from andyfaff/gh27283 by Charles Harris · 1 year ago
  69. 0ae8180 MAINT: apply ruff/Pycodestyle rule E713 by Dimitri Papadopoulos · 1 year ago
  70. 563ec5b MAINT: apply ruff/Pycodestyle rule E701 by Dimitri Papadopoulos · 1 year ago
  71. c0e9b53 MAINT: apply ruff/Pycodestyle rule F401 by Dimitri Papadopoulos · 1 year ago
  72. 392baea Merge pull request #27293 from DimitriPapadopoulos/B by Marten van Kerkwijk · 1 year ago
  73. cdd6c09 MAINT: Apply ruff/flynt rule FLY002 by Dimitri Papadopoulos · 1 year ago
  74. c192c09 MAINT: Apply ruff/flake8-bugbear rule B007 by Dimitri Papadopoulos · 1 year ago
  75. 173240a BLD: cp311- macosx_arm64 wheels [wheel build] by Andrew Nelson · 1 year ago
  76. cd87c5c BUILD: improve download script by mattip · 1 year, 1 month ago
  77. e125e3c update bundled licenses: reflect scipy-openblas, remove libquadmath from windows by mattip · 1 year, 1 month ago
  78. 7533a4c Merge pull request #27110 from andyfaff/cp313 by Charles Harris · 1 year, 1 month ago
  79. f3254a4 WHL: macos cp313t [wheel build] by Andrew Nelson · 1 year, 1 month ago
  80. a35a5f0 WHL: pip isolation for cp313t [wheel build] by Andrew Nelson · 1 year, 1 month ago
  81. 4d8c5e0 DEV: make linter.py runnable from outside the root of the repo by Ralf Gommers · 1 year, 1 month ago
  82. d382583 BLD: CIBW_FREE_THREADED_SUPPORT [wheel build] by Andrew Nelson · 1 year, 1 month ago
  83. 78c7fb8 BLD: cp313t for macos<14 (openblas) [wheel build] by Andrew Nelson · 1 year, 1 month ago
  84. 86e3933 BLD: cp313 cp313t linux_aarch64 [wheel build] by Andrew Nelson · 1 year, 1 month ago
  85. bdd3e92 CI: Add xfail for `clip` by Mateusz Sokół · 1 year, 1 month ago
  86. 84ca719 CI: Upgrade `array-api-tests` hash by Mateusz Sokół · 1 year, 1 month ago
  87. cbb14a4 Merge pull request #26981 from ngoldbaum/free-threading-f2py by Matti Picus · 1 year, 1 month ago
  88. 5cf7883 Merge pull request #26766 from mtsokol/rounding-dtypes by Matti Picus · 1 year, 1 month ago
  89. 0c7564d TST: do not set PYTHON_GIL in tests by Nathan Goldbaum · 1 year, 1 month ago
  90. 1ee327c MAINT: re-add environment variable, add import test by Nathan Goldbaum · 1 year, 2 months ago
  91. 0858ae0 MAINT: add freethreading_compatible directive to cython build by Nathan Goldbaum · 1 year, 2 months ago
  92. 4be1b63 Merge pull request #26879 from DimitriPapadopoulos/SIM by Charles Harris · 1 year, 2 months ago
  93. 549e3d6 MAINT: apply ruff/flake8-simplify rule SIM115 by Dimitri Papadopoulos · 1 year, 2 months ago
  94. d7f8f16 MAINT: fix typos found by codespell by Dimitri Papadopoulos · 1 year, 2 months ago
  95. 6c91567 ENH: Support integer & bool dtype inputs in rounding functions. by Mateusz Sokół · 1 year, 2 months ago
  96. 9730ba2 Merge pull request #26680 from ev-br/smoke-docs-followup by Matti Picus · 1 year, 2 months ago
  97. b6fcc19 Add Array API 2023.12 version support by Mateusz Sokół · 1 year, 2 months ago
  98. 4646238 DEV: rip doctesting from refguide-check by Evgeni Burovski · 1 year, 3 months ago
  99. c4c5bf0 rm doctesting by Evgeni Burovski · 1 year, 3 months ago
  100. 1854f26 CI: upgrade FreeBSD Cirrus job from FreeBSD 13.2 to 14.0 (#26672) by Ralf Gommers · 1 year, 3 months ago