NumPy 2.2.1 release
  1. e0b53c0 TEST: cleanups [skip cirrus][skip azp] (#27943) by Matti Picus · 9 months ago
  2. 77fff6b ENH: Refactor ``__qualname__`` across API (#27877) by Mateusz Sokół · 9 months ago
  3. fc7cc1e Merge pull request #27800 from seberg/issue-25635 by Charles Harris · 9 months ago
  4. 13d8c5d Merge pull request #27802 from seberg/issue-27269-27580 by Charles Harris · 9 months ago
  5. 236cda1 DOC: Adapt to changes in docs (and fix typo/style nit) by Sebastian Berg · 9 months ago
  6. 792b7f8 BUG: Ensure that same-kind casting works for uints (mostly) by Sebastian Berg · 9 months ago
  7. 294d745 BUG: Ensure context path is taken in masked array array-wrap by Sebastian Berg · 9 months ago
  8. 88cbe51 ENH: Refactor `__module__` attribute across API by Mateusz Sokół · 9 months ago
  9. 0ba5e8d DOC: Remove version notes by linus-md · 10 months ago
  10. 92d5602 DOC: Remove empty notes (#27706) by Linus · 10 months ago
  11. e61a84b BUG : avoid maximum fill value of datetime and timedelta return `NaT` in masked array (#27643) by 枫落秋舞 · 10 months ago
  12. 8b0f975 TYP: Fill in the missing ``__all__`` exports by jorenham · 11 months ago
  13. f37a4f3 Merge pull request #27444 from zvijayakumar/main by Sebastian Berg · 11 months ago
  14. 9c51621 Merge pull request #27453 from shivkatira/ma_take by Charles Harris · 11 months ago
  15. bdc3232 Added docstring for numpy.ma.take() function. by Shiv Katira · 11 months ago
  16. 43a8cd2 Added docstring for numpy.ma.take() function. by Shiv Katira · 11 months ago
  17. c3a78be Removed all outdated versionadded/changed directives ISSUES#27239 by Santhana Mikhail Antony S · 11 months ago
  18. 0995ce9 Added the test case for masked array by Vijayakumar Z @ 'Z · 11 months ago
  19. 6e0bbeb BUG: fix edge case in np.ma.allequal by Ian Harris · 11 months ago
  20. 63c6a23 TYP: add ma.zeros_like and ma.ones_like typing by Luiz Eduardo Amaral · 12 months ago
  21. 862d800 MAINT: Apply ruff/flake8-comprehensions rule C416 by Dimitri Papadopoulos · 12 months ago
  22. 52bf3ca MAINT: apply ruff/Pycodestyle rule E711 by Dimitri Papadopoulos · 12 months ago
  23. 563ec5b MAINT: apply ruff/Pycodestyle rule E701 by Dimitri Papadopoulos · 12 months ago
  24. 5c9179b MAINT: apply ruff/Pycodestyle rule F811 by Dimitri Papadopoulos · 12 months ago
  25. 90c34cb TST: fix examples for struct-check dtypes by Evgeni Burovski · 12 months ago
  26. e093c7e TYP: Make array shape type variable covariant and bound by Jake · 1 year, 1 month ago
  27. a277f9f Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 1 month ago
  28. 28505a9 Merge pull request #26830 from otieno-juma/ai-examples-ma-reshape by Charles Harris · 1 year, 1 month ago
  29. ff9017b Merge pull request #26828 from otieno-juma/ai-examples-ma-left_shift by Charles Harris · 1 year, 1 month ago
  30. 04c951d DOC: AI generated examples for ma.left_shift. by otieno-juma · 1 year, 1 month ago
  31. 510619e DOC: AI-Gen examples for ma.put by otieno-juma · 1 year, 1 month ago
  32. 267e44c DOC: AI generated examples for ma.reshape by otieno-juma · 1 year, 1 month ago
  33. 240e828 ENH: Add ``__slots__`` to private (sub)classes of ``numpy.lib._index_tricks_impl`` by jorenham · 1 year, 1 month ago
  34. bfaef9c Merge pull request #26831 from otieno-juma/ai-examples-ma-correlate by Charles Harris · 1 year, 1 month ago
  35. 4be1b63 Merge pull request #26879 from DimitriPapadopoulos/SIM by Charles Harris · 1 year, 2 months ago
  36. 5e05384 MAINT: apply ruff/pyupgrade rule UP039 by Dimitri Papadopoulos · 1 year, 2 months ago
  37. 6155ebc MAINT: apply ruff/pyupgrade rule UP034 by Dimitri Papadopoulos · 1 year, 2 months ago
  38. 4c3592d MAINT: apply ruff/flake8-simplify rule SIM910 by Dimitri Papadopoulos · 1 year, 2 months ago
  39. 4389fa7 DOC: AI generated examples for ma.correlate. by otieno-juma · 1 year, 2 months ago
  40. c894861 DOC, API: Add `>>> import numpy as np` stub to `numpy/ma/` by Agriya Khetarpal · 1 year, 2 months ago
  41. dd450d9 TYP: fix incorrect import in `ma/extras.pyi` stub by Ralf Gommers · 1 year, 2 months ago
  42. 72e7dc7 DOC: fix several doctest errors by Evgeni Burovski · 1 year, 3 months ago
  43. f2c93e2 Merge pull request #26481 from karthikkaiplody/doc_ma-filled_copy by Matti Picus · 1 year, 3 months ago
  44. 9b1a9c5 Merge pull request #26285 from christopher-titchen/fix-ma-cov by Matti Picus · 1 year, 3 months ago
  45. 4ea21f3 BUG: fix setxor1d when input arrays aren't 1D (#26559) by Jules · 1 year, 3 months ago
  46. 5479fc5 DOC: Touchup wording and mv detail to extended summary by Ross Barnowski · 1 year, 3 months ago
  47. 70f05c8 Imporve documentation of numpy.ma.filled by KarthikKaiplody · 1 year, 3 months ago
  48. a23e266 MAINT: :rotating_light: Fix linter warnings. by Christopher Titchen · 1 year, 4 months ago
  49. 72859f5 ENH: :zap: :rewind: Decrease wall time of ma.corrcoef function further. by Christopher Titchen · 1 year, 4 months ago
  50. 91a5e73 TST: :white_check_mark: Test ma.extras._covhelper changes. by Christopher Titchen · 1 year, 4 months ago
  51. 529ec10 REV: :rewind: Revert changes in ma.extras._covhelper for casting. by Christopher Titchen · 1 year, 4 months ago
  52. 5b68f23 MAINT: :construction: Change instantiations in ma.extras for masks. by Christopher Titchen · 1 year, 4 months ago
  53. e2b423f ENH: :zap: Decrease wall time of ma.corrcoef function. by Christopher Titchen · 1 year, 4 months ago
  54. 818279d MAINT: :recycle: Change instantiation of ma.cov result. by Christopher Titchen · 1 year, 4 months ago
  55. 5374ed3 ENH: :zap: Decrease wall time of ma.cov function. by Christopher Titchen · 1 year, 4 months ago
  56. 70b0fc4 ENH: :zap: Cast NOT mask output of ma.extras._covhelper to float. by Christopher Titchen · 1 year, 4 months ago
  57. 9704767 BUG: masked array division should ignore all FPEs in mask calculation (#26135) by carlosilva10260 · 1 year, 5 months ago
  58. 7b9dede DOC: Fix module setting of ``MaskedArray`` by Yuki K · 1 year, 6 months ago
  59. beb523c np.array: call __array__ with copy keyword by Mateusz Sokół · 1 year, 6 months ago
  60. ab9c6b8 API: Move back to original semantics for np.astype by Mateusz Sokół · 1 year, 6 months ago
  61. 94dd1b5 API: Update copy keyword across the codebase by Mateusz Sokół · 1 year, 6 months ago
  62. b49373d DOC: Remove function name without signature in ``ma`` (#25727) by Yuki K · 1 year, 7 months ago
  63. 942f405 DOC: empty: standardize notes about uninitialized values (#25695) by Matt Haberland · 1 year, 7 months ago
  64. 6bd3abf API,MAINT: Reorganize array-wrap calling and introduce ``return_scalar`` (#25409) by Sebastian Berg · 1 year, 7 months ago
  65. 595a12e Remove descending keyword by Mateusz Sokół · 1 year, 7 months ago
  66. f93624c API: Add rtol to matrix_rank and stable & descending to sort & argsort by Mateusz Sokół · 1 year, 7 months ago
  67. f0a8e08 ENH: add ability to use weights that align with specified axis in average() by jamesoliverh · 1 year, 8 months ago
  68. 8c21b0e DOC: numpy.ma: add examples to compressed/putmask/compress_nd by pojaghi · 1 year, 8 months ago
  69. 7b0c33e Merge pull request #25414 from linus-md/ma-2 by Matti Picus · 1 year, 8 months ago
  70. 86b39ab API,BUG,DEP: treat trailing comma as a tuple and thus a structured dtype. by Marten van Kerkwijk · 1 year, 8 months ago
  71. b417c6d DOC: Add missing examples to ``np.ma`` by linus-md · 1 year, 8 months ago
  72. e152569 Completed typing rewrite by Mateusz Sokół · 1 year, 9 months ago
  73. 45f8057 Move from np.bool_ to np.bool by Mateusz Sokół · 1 year, 9 months ago
  74. 8f3dfa5 BUG: Fix ma.convolve if propagate_mask=False (#24869) by Larry Bradley · 1 year, 9 months ago
  75. 9af7ed2 DEP: Deprecate `__array_prepare__` by Sebastian Berg · 1 year, 10 months ago
  76. a7f7138 DOC: standardize capitalization of headings (#25016) by Matt Haberland · 1 year, 10 months ago
  77. 7d4f488 MAINT: Adjustments after numpy._core rename by Mateusz Sokół · 1 year, 10 months ago
  78. 47b70cb MAINT: Update numpy.core paths to numpy._core by Mateusz Sokół · 1 year, 10 months ago
  79. 7d169db MAINT: Refactor f2py/tests/test_array_from_pyobj.py by Mateusz Sokół · 1 year, 11 months ago
  80. acfb63c MAINT: Refactor allTypes, sctypeDict and sctypes build process by Mateusz Sokół · 1 year, 11 months ago
  81. a19ec10 DOC: Fix markups for emphasis by Yuki · 1 year, 11 months ago
  82. 07db5be Merge pull request #24682 from mtsokol/ndarray-class-cleanup-part-1 by Nathan Goldbaum · 1 year, 11 months ago
  83. cee5097 Restore np.recarray and deprecate np.chararray by Mateusz Sokół · 1 year, 11 months ago
  84. 6643c0e MAINT: Create rec and char submodules by Mateusz Sokół · 1 year, 11 months ago
  85. 6d3051e Add changelog file by Mateusz Sokół · 1 year, 11 months ago
  86. 2391866 API: Remove chararray, compare_chararrays, recarray and format_parser from main namespace by Mateusz Sokół · 1 year, 11 months ago
  87. 63a1fee MAINT: remove all `setup.py`'s and related files for distutils builds by Ralf Gommers · 2 years ago
  88. 1b24963 Remove remaining .ptp() and .itemset() calls by Mateusz Sokół · 2 years ago
  89. 65bb8dd API: Remove ptp, setitem and newbyteorder from np.ndarray class by Mateusz Sokół · 2 years ago
  90. 3b281dd TYP: Remove redundant `__path__` annotations by Bas van Beek · 2 years ago
  91. 86c63b3 API: Update lib.index_tricks namespace by Mateusz Sokół · 2 years ago
  92. b43384e MAINT: Remove deprecated functions [NEP 52] (#24477) by Mateusz Sokół · 2 years ago
  93. ace4445 API: Update lib.arraypad lib.arraysetops lib.ufunclike lib.utils namespaces by Mateusz Sokół · 2 years ago
  94. 6c130f8 Merge pull request #24559 from mhvk/ma-comparison-fix-of-fix by Marten van Kerkwijk · 2 years ago
  95. 17440d6 BUG: ensure nomask in comparison result is not broadcast by Marten van Kerkwijk · 2 years ago
  96. e865b33 API: Update `lib.function_base` namespace (#24538) by Mateusz Sokół · 2 years ago
  97. d00eaf3 BUG: ensure mask on comparison results always has properly broadcast shape by Marten van Kerkwijk · 2 years ago
  98. 9a07a5e BUG: fix comparisons between masked and unmasked structured arrays by Marten van Kerkwijk · 2 years ago
  99. 2059dd9 DOC: fix up examples for repr changes by Ralf Gommers · 2 years ago
  100. 84e4210 API: Apply review comments by Mateusz Sokół · 2 years ago