NumPy 2.0.0b1 release
  1. 7fe7561 DOC: Fix module setting of ``MaskedArray`` by Yuki K · 1 year, 6 months ago
  2. beb523c np.array: call __array__ with copy keyword by Mateusz Sokół · 1 year, 6 months ago
  3. ab9c6b8 API: Move back to original semantics for np.astype by Mateusz Sokół · 1 year, 6 months ago
  4. 94dd1b5 API: Update copy keyword across the codebase by Mateusz Sokół · 1 year, 6 months ago
  5. b49373d DOC: Remove function name without signature in ``ma`` (#25727) by Yuki K · 1 year, 7 months ago
  6. 942f405 DOC: empty: standardize notes about uninitialized values (#25695) by Matt Haberland · 1 year, 7 months ago
  7. 6bd3abf API,MAINT: Reorganize array-wrap calling and introduce ``return_scalar`` (#25409) by Sebastian Berg · 1 year, 7 months ago
  8. 595a12e Remove descending keyword by Mateusz Sokół · 1 year, 7 months ago
  9. f93624c API: Add rtol to matrix_rank and stable & descending to sort & argsort by Mateusz Sokół · 1 year, 7 months ago
  10. f0a8e08 ENH: add ability to use weights that align with specified axis in average() by jamesoliverh · 1 year, 8 months ago
  11. 8c21b0e DOC: numpy.ma: add examples to compressed/putmask/compress_nd by pojaghi · 1 year, 8 months ago
  12. 7b0c33e Merge pull request #25414 from linus-md/ma-2 by Matti Picus · 1 year, 8 months ago
  13. 86b39ab API,BUG,DEP: treat trailing comma as a tuple and thus a structured dtype. by Marten van Kerkwijk · 1 year, 8 months ago
  14. b417c6d DOC: Add missing examples to ``np.ma`` by linus-md · 1 year, 8 months ago
  15. e152569 Completed typing rewrite by Mateusz Sokół · 1 year, 9 months ago
  16. 45f8057 Move from np.bool_ to np.bool by Mateusz Sokół · 1 year, 9 months ago
  17. 8f3dfa5 BUG: Fix ma.convolve if propagate_mask=False (#24869) by Larry Bradley · 1 year, 9 months ago
  18. 9af7ed2 DEP: Deprecate `__array_prepare__` by Sebastian Berg · 1 year, 10 months ago
  19. a7f7138 DOC: standardize capitalization of headings (#25016) by Matt Haberland · 1 year, 10 months ago
  20. 7d4f488 MAINT: Adjustments after numpy._core rename by Mateusz Sokół · 1 year, 10 months ago
  21. 47b70cb MAINT: Update numpy.core paths to numpy._core by Mateusz Sokół · 1 year, 10 months ago
  22. 7d169db MAINT: Refactor f2py/tests/test_array_from_pyobj.py by Mateusz Sokół · 1 year, 11 months ago
  23. acfb63c MAINT: Refactor allTypes, sctypeDict and sctypes build process by Mateusz Sokół · 1 year, 11 months ago
  24. a19ec10 DOC: Fix markups for emphasis by Yuki · 1 year, 11 months ago
  25. 07db5be Merge pull request #24682 from mtsokol/ndarray-class-cleanup-part-1 by Nathan Goldbaum · 1 year, 11 months ago
  26. cee5097 Restore np.recarray and deprecate np.chararray by Mateusz Sokół · 1 year, 11 months ago
  27. 6643c0e MAINT: Create rec and char submodules by Mateusz Sokół · 1 year, 11 months ago
  28. 6d3051e Add changelog file by Mateusz Sokół · 1 year, 11 months ago
  29. 2391866 API: Remove chararray, compare_chararrays, recarray and format_parser from main namespace by Mateusz Sokół · 1 year, 11 months ago
  30. 63a1fee MAINT: remove all `setup.py`'s and related files for distutils builds by Ralf Gommers · 2 years ago
  31. 1b24963 Remove remaining .ptp() and .itemset() calls by Mateusz Sokół · 2 years ago
  32. 65bb8dd API: Remove ptp, setitem and newbyteorder from np.ndarray class by Mateusz Sokół · 2 years ago
  33. 3b281dd TYP: Remove redundant `__path__` annotations by Bas van Beek · 2 years ago
  34. 86c63b3 API: Update lib.index_tricks namespace by Mateusz Sokół · 2 years ago
  35. b43384e MAINT: Remove deprecated functions [NEP 52] (#24477) by Mateusz Sokół · 2 years ago
  36. ace4445 API: Update lib.arraypad lib.arraysetops lib.ufunclike lib.utils namespaces by Mateusz Sokół · 2 years ago
  37. 6c130f8 Merge pull request #24559 from mhvk/ma-comparison-fix-of-fix by Marten van Kerkwijk · 2 years ago
  38. 17440d6 BUG: ensure nomask in comparison result is not broadcast by Marten van Kerkwijk · 2 years ago
  39. e865b33 API: Update `lib.function_base` namespace (#24538) by Mateusz Sokół · 2 years ago
  40. d00eaf3 BUG: ensure mask on comparison results always has properly broadcast shape by Marten van Kerkwijk · 2 years ago
  41. 9a07a5e BUG: fix comparisons between masked and unmasked structured arrays by Marten van Kerkwijk · 2 years ago
  42. 2059dd9 DOC: fix up examples for repr changes by Ralf Gommers · 2 years ago
  43. 84e4210 API: Apply review comments by Mateusz Sokół · 2 years ago
  44. 6cb136e API: Remove other scalar aliases [skip ci] by Mateusz Sokół · 2 years ago
  45. 250e147 API: Cleaning `numpy/__init__.py` and main namespace - Part 2 [NEP 52] (#24357) by Mateusz Sokół · 2 years ago
  46. c8e2343 API: Cleaning `numpy/__init__.py` and main namespace - Part 1 [NEP 52] (#24316) by Mateusz Sokół · 2 years, 1 month ago
  47. bec2b34 Merge branch 'main' into deprecate-undocumented-functions by Mateusz Sokół · 2 years, 1 month ago
  48. 0329f18 Also force repr for object by Sebastian Berg · 2 years, 1 month ago
  49. 19ed59e MAINT: Tweak string check (forgot the kind, but maybe tuple is nice) by Sebastian Berg · 2 years, 1 month ago
  50. 6097389 Hack strings to be correct for fill-value by Sebastian Berg · 2 years, 1 month ago
  51. 01a1d29 Simplify, removing new fmt option by Marten van Kerkwijk · 2 years, 1 month ago
  52. b6f83b6 MAINT: Special case string fill-value in MA repr by Sebastian Berg · 2 years, 1 month ago
  53. 815c8a1 DOC: More doc fixes to pass tests by Sebastian Berg · 2 years, 1 month ago
  54. 4c6ff64 DOC: Update reference to pass refguide by Sebastian Berg · 2 years, 1 month ago
  55. 413f1a7 MAINT: Switch to also have str explicitly, fixup MA and forward str/repr to scalar by Sebastian Berg · 2 years, 1 month ago
  56. 6316dd4 Adapt format to not block s and r format codes by Sebastian Berg · 2 years, 1 month ago
  57. ae28524 TST: Fixup tests to make windows/32bit systems and linter happy by Sebastian Berg · 2 years, 1 month ago
  58. e7ce9eb ENH: Only print type information when helpful for MA fill value by Sebastian Berg · 2 years, 1 month ago
  59. b573496 ENH: Fixed doc-string by Ganesh Kathiresan · 2 years, 1 month ago
  60. ab17394 API: deprecate undocumented functions by Mateusz Sokół · 2 years, 1 month ago
  61. ab2178b ENH: add mean keyword to std and var (#24126) by Ronald van Elburg · 2 years, 2 months ago
  62. 3b4194c DOC: Add missing indentation in ``ma.mT`` docstring by Yuki · 2 years, 2 months ago
  63. c6e1fd0 API: Add .mT attribute for arrays (#23762) by Kai · 2 years, 2 months ago
  64. 12efa8e DEP: deprecate compat and selected lib utils (#23830) by Mateusz Sokół · 2 years, 2 months ago
  65. 8324cf1 DOC: Fix references to `r_` in `mr_class` docstring by Yuki · 2 years, 2 months ago
  66. 5187067 Merge branch 'main' into deprecate-find-common-type by Charles Harris · 2 years, 3 months ago
  67. ba4e068 TYP: Deprecate `np.round_` by Bas van Beek · 2 years, 4 months ago
  68. e892003 BUG: Fix masked array ravel order for A (and somewhat K) by Sebastian Berg · 2 years, 4 months ago
  69. 41b0722 Merge pull request #23626 from seberg/issue-22912 by Charles Harris · 2 years, 4 months ago
  70. 0655cb9 BUG: Ignore invalid and overflow warnings in masked setitem by Sebastian Berg · 2 years, 4 months ago
  71. 77a5aab BUG: Fix masked array raveling when `order="A"` or `order="K"` by Sebastian Berg · 2 years, 4 months ago
  72. f29320f DOC: Add Examples section to np.ma.sort docstring (#23392) by Somasree Majumder · 2 years, 4 months ago
  73. e29a9a3 DOC: Add docstring examples for np.ma.right_shift (#23393) by Somasree Majumder · 2 years, 4 months ago
  74. 7f1ce59 DOC: Add example for np.ma.compressed. (#23426) by Stefanie Molin · 2 years, 5 months ago
  75. 13086bd MAINT: move `mask_rowcols` to `ma/extras.py` by yuki · 2 years, 5 months ago
  76. 03a8719 ENH: revert changes of `mask_rowcols` by yuki · 2 years, 5 months ago
  77. 604ce59 ENH: fix format by yuki · 2 years, 5 months ago
  78. 6f1679c Merge branch 'main' into enh-ma-dot by yuki · 2 years, 5 months ago
  79. 25010c1 Merge pull request #23335 from tylerjereddy/treddy_issue_22041 by Marten van Kerkwijk · 2 years, 6 months ago
  80. 9fe3554 BUG: ma with structured dtype by Tyler Reddy · 2 years, 6 months ago
  81. d4c7c13 Add type annotations for comparison operators to MaskedArray. by Peter Hawkins · 2 years, 6 months ago
  82. 03edb7b add support for non-2d arrays by yuki · 2 years, 6 months ago
  83. 9990f98 DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` by Ralf Gommers · 2 years, 6 months ago
  84. 768bbec DEP: deprecate `np.round_` by Ralf Gommers · 2 years, 6 months ago
  85. 2845238 BUG: PR 23269 revisions by Tyler Reddy · 2 years, 6 months ago
  86. 75dbe93 MAINT: PR 23269 revisions by Tyler Reddy · 2 years, 6 months ago
  87. 2282c6d MAINT: PR 23269 revisions by Tyler Reddy · 2 years, 6 months ago
  88. c61900d BUG: masked array proper deepcopies by Tyler Reddy · 2 years, 6 months ago
  89. 2aa0bf6 Merge pull request #23113 from hmaarrfk/slots_for_mixins by Sebastian Berg · 2 years, 7 months ago
  90. a38eb6d TST: Add a test for slots and NDArrayOperatorsMixin subclassing by Mark Harfouche · 2 years, 7 months ago
  91. 720cabc BUG: fix ma.diff not preserving mask when using append/prepend (#22776) by Marko Pacak · 2 years, 7 months ago
  92. 6539741 DOC: Add example for np.ma.diag (#22960) by Stefanie Molin · 2 years, 7 months ago
  93. ed7efc7 MAINT: restore npymath implementations needed for freebsd by mattip · 2 years, 8 months ago
  94. 954aee7 API: Ensure a full mask is returned for masked_invalid by Sebastian Berg · 2 years, 8 months ago
  95. 45cb037 BUG: Do not use getdata() in np.ma.masked_invalid by Sebastian Berg · 2 years, 8 months ago
  96. 297c661 Merge pull request #22721 from byrdie/bugfix/median-keepdims-out by Sebastian Berg · 2 years, 9 months ago
  97. e877ba9 Merge pull request #22731 from HaoZeke/maBenchCleanup by Matti Picus · 2 years, 9 months ago
  98. 91432a3 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
  99. cfad62f ENH: Speedup masked array creation when mask=None (#22725) by Lefteris Loukas · 2 years, 9 months ago
  100. 9cf2cef MAINT: Kill old hand-written benchmarks by Rohit Goswami · 2 years, 9 months ago