NumPy 2.2.1 release
  1. 77fff6b ENH: Refactor ``__qualname__`` across API (#27877) by Mateusz Sokół · 9 months ago
  2. b459f58 Merge pull request #27891 from mtsokol/mtrand-dunder-module by Mateusz Sokół · 9 months ago
  3. 88cbe51 ENH: Refactor `__module__` attribute across API by Mateusz Sokół · 9 months ago
  4. 6a3f10f Merge pull request #27307 from DimitriPapadopoulos/W by Charles Harris · 12 months ago
  5. 486ad9b MAINT: Apply ruff/flake8-comprehensions rule C419 by Dimitri Papadopoulos · 12 months ago
  6. 96a8ca8 Apply ruff/pycodestyle rule W291 by Dimitri Papadopoulos · 12 months ago
  7. c0e9b53 MAINT: apply ruff/Pycodestyle rule F401 by Dimitri Papadopoulos · 12 months ago
  8. 286606c MAINT: apply ruff/flake8-simplify rule SIM103 by Dimitri Papadopoulos · 1 year, 2 months ago
  9. 30e4f69 TST: skip conftest.py in test_warnings by Evgeni Burovski · 1 year, 3 months ago
  10. 03fd9f3 TST: add a test that the `np.version` public content is as expected by Ralf Gommers · 1 year, 5 months ago
  11. 2ea7ce0 TST: update public API test/listing to reflect actual 2.0.x state by Ralf Gommers · 1 year, 5 months ago
  12. 304612a MAINT: remove the experimental `numpy.array_api` module for 2.0 by Ralf Gommers · 1 year, 6 months ago
  13. e1e0e84 TST: Skip irrelevant tests on WASM platforms by Agriya Khetarpal · 1 year, 6 months ago
  14. e8b5571 Merge branch 'main' into move-np-char by Lysandros Nikolaou · 1 year, 7 months ago
  15. 1551a9d ENH: add a pkg-config file and a `numpy-config` script by Ralf Gommers · 1 year, 7 months ago
  16. 01357d0 Fix tests that verify that methods are exposed from one place by Lysandros Nikolaou · 1 year, 7 months ago
  17. 644d0be TST: Fix test_warning_calls on Python 3.12 by Elliott Sales de Andrade · 1 year, 7 months ago
  18. 8e8da65 ENH: Add fft optional extension submodule to numpy.array_api (#25317) by Aaron Meurer · 1 year, 7 months ago
  19. c06fb9f Fix failing tests after np.strings addition by Lysandros Nikolaou · 1 year, 8 months ago
  20. 189da15 ENH: Add np.strings namespace by Lysandros Nikolaou · 1 year, 8 months ago
  21. 2118506 MAINT: Add missing modules to refguide test by Mateusz Sokół · 1 year, 8 months ago
  22. 7f9549b API: Add a batch of Array API aliases by Mateusz Sokół · 1 year, 9 months ago
  23. 505d631 API: Reintroduce numpy.bool by Mateusz Sokół · 1 year, 9 months ago
  24. a547936 Merge pull request #24950 from mtsokol/test-public-functions-one-location by Nathan Goldbaum · 1 year, 10 months ago
  25. 06e9e12 Apply review changes by Mateusz Sokół · 1 year, 10 months ago
  26. e55b39b MAINT: Move scimath and user_array implementations by Mateusz Sokół · 1 year, 10 months ago
  27. ccd9835 TEST: Add test for checking functions' one location rule by Mateusz Sokół · 1 year, 10 months ago
  28. 4c0bc26 MAINT: Python API cleanup nitpicks by Mateusz Sokół · 1 year, 10 months ago
  29. 7d4f488 MAINT: Adjustments after numpy._core rename by Mateusz Sokół · 1 year, 10 months ago
  30. 4a7191c MAINT: Expand numpy.core shims by Mateusz Sokół · 1 year, 10 months ago
  31. 47b70cb MAINT: Update numpy.core paths to numpy._core by Mateusz Sokół · 1 year, 10 months ago
  32. 5312b6e Apply review comments by Mateusz Sokół · 1 year, 11 months ago
  33. 2391866 API: Remove chararray, compare_chararrays, recarray and format_parser from main namespace by Mateusz Sokół · 1 year, 11 months ago
  34. 52db499 API: Add lib.array_utils namespace by Mateusz Sokół · 2 years ago
  35. 2f0bd6e API: Cleaning `numpy/__init__.py` and main namespace - Part 4 [NEP 52] (#24445) by Mateusz Sokół · 2 years ago
  36. 5ffeef1 SIMD: Introduce tracer for enabled CPU targets on each optimized function (#24420) by Sayed Adel · 2 years ago
  37. 86c63b3 API: Update lib.index_tricks namespace by Mateusz Sokół · 2 years ago
  38. 63d9da8 API: Update `lib.polynomial` and `lib.npyio` namespaces (#24578) by Mateusz Sokół · 2 years ago
  39. e03d8ff API: Update lib.shape_base namespace by Mateusz Sokół · 2 years ago
  40. ace4445 API: Update lib.arraypad lib.arraysetops lib.ufunclike lib.utils namespaces by Mateusz Sokół · 2 years ago
  41. 932edf6 API: Update lib.twodim_base namespace by Mateusz Sokół · 2 years ago
  42. 4e1f7cf API: Update lib.type_check namespace by Mateusz Sokół · 2 years ago
  43. e865b33 API: Update `lib.function_base` namespace (#24538) by Mateusz Sokół · 2 years ago
  44. 220f957 Merge pull request #24376 from mtsokol/overhaul-of-main-namespace-part-3 by Nathan Goldbaum · 2 years ago
  45. ecb6a66 API: Update lib.nanfunctions namespace by Mateusz Sokół · 2 years ago
  46. 67d8d2c API: Remove cfloat usage by Mateusz Sokół · 2 years ago
  47. 89a6f3e API: Update lib.histograms namespace (#24513) by Mateusz Sokół · 2 years ago
  48. ceb78f2 DEP: Remove deprecated numpy.who (#24321) by Pieter Eendebak · 2 years ago
  49. 50e9062 CI/BUG: add Python 3.12 CI job and fix `numpy.distutils` AttributeError by Ralf Gommers · 2 years ago
  50. 250e147 API: Cleaning `numpy/__init__.py` and main namespace - Part 2 [NEP 52] (#24357) by Mateusz Sokół · 2 years ago
  51. be896c9 MAINT: Remove versioneer (#24196) by Stefan van der Walt · 2 years ago
  52. c8e2343 API: Cleaning `numpy/__init__.py` and main namespace - Part 1 [NEP 52] (#24316) by Mateusz Sokół · 2 years, 1 month ago
  53. b7dc58d DEP: Expire copyandtranspose (C and Python) and ScalarFromObject by Sebastian Berg · 2 years, 1 month ago
  54. 21fac69 TST: enable test that checks for `numpy.array_api` entry point by Ralf Gommers · 2 years, 1 month ago
  55. c929d62 TST: remove usages of `numpy.distutils` from tests for py312 by Ralf Gommers · 2 years, 2 months ago
  56. 15cfdec TST: put back xfail for array-api entrypoint temporarily by Ralf Gommers · 2 years, 2 months ago
  57. e3cb66a BLD: default to using meson-python as build backend by Ralf Gommers · 2 years, 2 months ago
  58. 12efa8e DEP: deprecate compat and selected lib utils (#23830) by Mateusz Sokół · 2 years, 2 months ago
  59. 200fa4b MAINT: removing all mentions of umath_tests by Brigitta Sipőcz · 2 years, 3 months ago
  60. 569f7bc MAINT: Move module to be `np.dtypes` and add release note by Sebastian Berg · 2 years, 4 months ago
  61. 03e5cf0 API: Add `numpy.types` module and fill it with DType classes by Sebastian Berg · 2 years, 4 months ago
  62. d3d6da4 MAINT: Remove numpy.dual from API check by Charles Harris · 2 years, 5 months ago
  63. b4f6b0b Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2 by Sebastian Berg · 2 years, 6 months ago
  64. fccb005 ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy. by yamadafuyuka · 2 years, 6 months ago
  65. da6eeb8 TST: xfail api entry point test when building with meson by mattip · 2 years, 6 months ago
  66. 04823c1 BLD: Meson `__config__` generation (#22769) by Ganesh Kathiresan · 2 years, 7 months ago
  67. d62280de DEP: Remove the deprecated utils.py shim. by Charles Harris · 2 years, 7 months ago
  68. f75bb0e MAINT: Remove all nose testing support. by Charles Harris · 2 years, 7 months ago
  69. 2df41fd TST: ignore more np.distutils.log imports by Ben Greiner · 2 years, 8 months ago
  70. 928a7b4 API: Hide exceptions from the main namespace by Sebastian Berg · 2 years, 9 months ago
  71. e877ba9 Merge pull request #22731 from HaoZeke/maBenchCleanup by Matti Picus · 2 years, 9 months ago
  72. 9cf2cef MAINT: Kill old hand-written benchmarks by Rohit Goswami · 2 years, 9 months ago
  73. ea2f2d6 ENH: Add an InvalidPromotion exception by Sebastian Berg · 2 years, 9 months ago
  74. b0f318b API: Add new exceptions module and move exception exposed via numeric by Sebastian Berg · 2 years, 9 months ago
  75. 2cf8c40 Merge pull request #22533 from ngoldbaum/ufunc-and-function-listing by Sebastian Berg · 2 years, 9 months ago
  76. 4002a7d BLD: enable building NumPy with Meson by Ralf Gommers · 2 years, 9 months ago
  77. 1a8d3ca API: Add numpy.testing.overrides to aid testing of custom array containers by Nathan Goldbaum · 2 years, 9 months ago
  78. 08c6e9c TST: Skip tests that are not currently supported in wasm by Hood Chatham · 2 years, 10 months ago
  79. a2cc1c3 DEP: fastCopyAndTranspose and PyArray_CopyAndTranspose by Ross Barnowski · 2 years, 11 months ago
  80. 5a2a84a TST: Added show_runtime to test_public_api by ganesh-k13 · 3 years ago
  81. 6e15579 ENH: allow importlib.LazyLoader to work with numpy and add test of this (#22045) by Dan Schult · 3 years, 1 month ago
  82. d4d5771 MAINT: Python <3.8 related cleanups by Brigitta Sipőcz · 3 years, 3 months ago
  83. af0c674 MAINT: Kill unused file by Rohit Goswami · 3 years, 4 months ago
  84. d0248e9 Merge pull request #20416 from ARCCA/armcompiler by Matti Picus · 3 years, 8 months ago
  85. 8120e2c ENH: Generate the docstrings of umath into a separated C header by Sayed Adel · 3 years, 8 months ago
  86. 1cfdac8 Update test_public_api.py by Thomas Green · 3 years, 9 months ago
  87. a181350 ENH: Add the linalg extension to the array_api submodule (#19980) by Aaron Meurer · 3 years, 9 months ago
  88. 112e63e Merge pull request #20284 from WarrenWeckesser/fix-name-dups by Ralf Gommers · 3 years, 10 months ago
  89. 5702b51 xfail `test_array_api_entry_point` on python-dbg by Matthew · 3 years, 10 months ago
  90. d887db4 Use ep.load() instead of import_module() to get xp by Matthew Barber · 3 years, 10 months ago
  91. 2d60182 Clearer test logic by Matthew Barber · 3 years, 10 months ago
  92. 0ae911c Make test compatible with Python >=3.10 by Matthew Barber · 3 years, 10 months ago
  93. f7a392d Test array_api entry point exists and points to numpy.array_api by Matthew Barber · 3 years, 10 months ago
  94. eb5e7c6 BUG: Fix duplication of names in 'numpy.__all__'. by warren · 3 years, 10 months ago
  95. ae3c219 DEP: Deprecate the `np.core.machar` module by Bas van Beek · 3 years, 10 months ago
  96. 83d8df9 Merge pull request #17530 from BvB93/fspath by Charles Harris · 3 years, 11 months ago
  97. 96e63aa Add new module numpy.f2py.symbolic by Pearu Peterson · 4 years ago
  98. 098f874 Merge pull request #18585 from data-apis/array-api by Charles Harris · 4 years ago
  99. dfc25f5 MAINT: Cleanup code after dropping Python 3.7. by Charles Harris · 4 years ago
  100. 22cb4f3 Make sure array_api is included in the public API tests by Aaron Meurer · 4 years ago