NumPy 1.26.1 release
  1. 3499c94 BUG: ensure nomask in comparison result is not broadcast by Marten van Kerkwijk · 2 years ago
  2. 806c829 BUG: ensure mask on comparison results always has properly broadcast shape by Marten van Kerkwijk · 2 years ago
  3. 73f9083 BUG: fix comparisons between masked and unmasked structured arrays by Marten van Kerkwijk · 2 years ago
  4. 5187067 Merge branch 'main' into deprecate-find-common-type by Charles Harris · 2 years, 3 months ago
  5. ba4e068 TYP: Deprecate `np.round_` by Bas van Beek · 2 years, 4 months ago
  6. e892003 BUG: Fix masked array ravel order for A (and somewhat K) by Sebastian Berg · 2 years, 4 months ago
  7. 41b0722 Merge pull request #23626 from seberg/issue-22912 by Charles Harris · 2 years, 4 months ago
  8. 0655cb9 BUG: Ignore invalid and overflow warnings in masked setitem by Sebastian Berg · 2 years, 4 months ago
  9. 77a5aab BUG: Fix masked array raveling when `order="A"` or `order="K"` by Sebastian Berg · 2 years, 4 months ago
  10. f29320f DOC: Add Examples section to np.ma.sort docstring (#23392) by Somasree Majumder · 2 years, 4 months ago
  11. e29a9a3 DOC: Add docstring examples for np.ma.right_shift (#23393) by Somasree Majumder · 2 years, 4 months ago
  12. 7f1ce59 DOC: Add example for np.ma.compressed. (#23426) by Stefanie Molin · 2 years, 5 months ago
  13. 13086bd MAINT: move `mask_rowcols` to `ma/extras.py` by yuki · 2 years, 5 months ago
  14. 03a8719 ENH: revert changes of `mask_rowcols` by yuki · 2 years, 5 months ago
  15. 604ce59 ENH: fix format by yuki · 2 years, 5 months ago
  16. 6f1679c Merge branch 'main' into enh-ma-dot by yuki · 2 years, 5 months ago
  17. 25010c1 Merge pull request #23335 from tylerjereddy/treddy_issue_22041 by Marten van Kerkwijk · 2 years, 6 months ago
  18. 9fe3554 BUG: ma with structured dtype by Tyler Reddy · 2 years, 6 months ago
  19. d4c7c13 Add type annotations for comparison operators to MaskedArray. by Peter Hawkins · 2 years, 6 months ago
  20. 03edb7b add support for non-2d arrays by yuki · 2 years, 6 months ago
  21. 9990f98 DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` by Ralf Gommers · 2 years, 6 months ago
  22. 768bbec DEP: deprecate `np.round_` by Ralf Gommers · 2 years, 6 months ago
  23. 2845238 BUG: PR 23269 revisions by Tyler Reddy · 2 years, 6 months ago
  24. 75dbe93 MAINT: PR 23269 revisions by Tyler Reddy · 2 years, 6 months ago
  25. 2282c6d MAINT: PR 23269 revisions by Tyler Reddy · 2 years, 6 months ago
  26. c61900d BUG: masked array proper deepcopies by Tyler Reddy · 2 years, 6 months ago
  27. 2aa0bf6 Merge pull request #23113 from hmaarrfk/slots_for_mixins by Sebastian Berg · 2 years, 7 months ago
  28. a38eb6d TST: Add a test for slots and NDArrayOperatorsMixin subclassing by Mark Harfouche · 2 years, 7 months ago
  29. 720cabc BUG: fix ma.diff not preserving mask when using append/prepend (#22776) by Marko Pacak · 2 years, 7 months ago
  30. 6539741 DOC: Add example for np.ma.diag (#22960) by Stefanie Molin · 2 years, 7 months ago
  31. ed7efc7 MAINT: restore npymath implementations needed for freebsd by mattip · 2 years, 8 months ago
  32. 954aee7 API: Ensure a full mask is returned for masked_invalid by Sebastian Berg · 2 years, 8 months ago
  33. 45cb037 BUG: Do not use getdata() in np.ma.masked_invalid by Sebastian Berg · 2 years, 8 months ago
  34. 297c661 Merge pull request #22721 from byrdie/bugfix/median-keepdims-out by Sebastian Berg · 2 years, 9 months ago
  35. e877ba9 Merge pull request #22731 from HaoZeke/maBenchCleanup by Matti Picus · 2 years, 9 months ago
  36. 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
  37. cfad62f ENH: Speedup masked array creation when mask=None (#22725) by Lefteris Loukas · 2 years, 9 months ago
  38. 9cf2cef MAINT: Kill old hand-written benchmarks by Rohit Goswami · 2 years, 9 months ago
  39. f92c90c Merge pull request #22436 from cmarmo/doc-masked-equal by Sebastian Berg · 2 years, 9 months ago
  40. 918f81d Update numpy/ma/core.py by Sebastian Berg · 2 years, 9 months ago
  41. 723f0eb DOC: Add example for np.ma.power as part of #22269 by Stefanie Molin · 2 years, 9 months ago
  42. a7abbee Merge pull request #21895 from hoodmane/emscripten-ci by Ralf Gommers · 2 years, 9 months ago
  43. 8205e5d TYP,DEP: Remove all reference to the removed `MaskedArray.mini` method by BvB93 · 2 years, 9 months ago
  44. 08c6e9c TST: Skip tests that are not currently supported in wasm by Hood Chatham · 2 years, 9 months ago
  45. 49b18ff DEP: Deprecate `np.find_common_type` by Sebastian Berg · 2 years, 10 months ago
  46. 5292238 STY: Make linter happy by Sebastian Berg · 2 years, 10 months ago
  47. 6784194 TST,MAINT: Replace most `setup` with `setup_method` (also teardown) by Sebastian Berg · 2 years, 10 months ago
  48. 13d55a3 MAINT: remove u-prefix for former Unicode strings (#22479) by Mike Taves · 2 years, 10 months ago
  49. 38fe698 Address reviewer comment. by Chiara Marmo · 2 years, 10 months ago
  50. 7a85f04 Clarify docstring of masked_values by Chiara Marmo · 2 years, 10 months ago
  51. 226f9c5 Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversion by Matti Picus · 2 years, 11 months ago
  52. 7036b16 DOC: added `ma.round` and `ma.round_` examples (#22404) by Felix Hirwa Nshuti · 2 years, 11 months ago
  53. afcc560 MAINT: Structured MA fill value workaround by adding array cast by Sebastian Berg · 2 years, 11 months ago
  54. 02b68f1 Merge pull request #22046 from cmarmo/masked-invalid by Sebastian Berg · 2 years, 11 months ago
  55. 25ca88c Added ma.min examples by Felix Hirwa Nshuti · 2 years, 11 months ago
  56. 395129e Added ma.min examples by Felix Hirwa Nshuti · 2 years, 11 months ago
  57. eed6083 DOC: Adding examples to `ma.max` function (#22331) by Felix Hirwa Nshuti · 2 years, 11 months ago
  58. b7c2f07 BUG: Import ``numpy.ma`` at beginning of examples. by Charles Harris · 3 years ago
  59. 1d556d9 DOC: add example for ma.unique function by swagatip · 3 years ago
  60. b9781cb Remove long deprecated functionality from np.ma by Brigitta Sipőcz · 3 years ago
  61. 4213779 Remove try statement. Add test. by Chiara Marmo · 3 years ago
  62. 65c10c1 Merge pull request #21995 from eirrgang/mei-1468 by Matti Picus · 3 years ago
  63. 2d73e10 Fix lint. by Chiara Marmo · 3 years, 1 month ago
  64. 44c8da9 Make mask_invalid consistent with mask_where when copy is set to False. Add test for type erroring. by Chiara Marmo · 3 years, 1 month ago
  65. a346e6d Revert "TST: add a test for ma.minimum.reduce with axis keyword" by mattip · 3 years, 1 month ago
  66. 20bd00b Revert "BUG: Fix masked median multiple masked arrays (#21999)" by mattip · 3 years, 1 month ago
  67. 3321bc5 Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays." by mattip · 3 years, 1 month ago
  68. acaf255 Revert "nomask in nomask out" from 21977 by mattip · 3 years, 1 month ago
  69. 6d4a6fc Revert "BUG: fix ma.minimum.reduce with axis keyword" by mattip · 3 years, 1 month ago
  70. 6b8d55e BUG: Fix masked median multiple masked arrays (#21999) by Brigitta Sipőcz · 3 years, 1 month ago
  71. 871a1f9 Don't regenerate the descriptor unnecessarily. by M. Eric Irrgang · 3 years, 1 month ago
  72. b8c6d09 BUG: fix ma.minimum.reduce with axis keyword by Ruth Comer · 3 years, 1 month ago
  73. e2efced TST: add a test for ma.minimum.reduce with axis keyword by Ruth Comer · 3 years, 1 month ago
  74. db1a98b nomask in nomask out by Ruth Comer · 3 years, 1 month ago
  75. a8b0893 TST: Adding a test that MaskedArrays respect ufunc deferral heirarchy by Greg Lucas · 3 years, 1 month ago
  76. 8cd6f4c ENH: Adding __array_ufunc__ capability to MaskedArrays. by Greg Lucas · 3 years, 1 month ago
  77. 072ae77 Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays" by Matti Picus · 3 years, 1 month ago
  78. 1557c87 TST: Adding a test that MaskedArrays respect ufunc deferral heirarchy by Greg Lucas · 3 years, 2 months ago
  79. 6d77c59 ENH: Adding __array_ufunc__ capability to MaskedArrays. by Greg Lucas · 3 years, 2 months ago
  80. e67fe9f BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851) by Srimukh Sripada · 3 years, 2 months ago
  81. d73b594 API: Define `<`, `<=`, `>`, `>=` for masked arrays by Sebastian Berg · 3 years, 2 months ago
  82. 35dae70 ENH: Add overflow check to float setitem by Sebastian Berg · 3 years, 2 months ago
  83. 84fd4a5 TST: Fixup tests that cause FPEs during casts by Sebastian Berg · 3 years, 2 months ago
  84. c2db91c Merge pull request #20914 from kinshukdua/fix_ma_mean by Matti Picus · 3 years, 2 months ago
  85. 68f3a12 Merge pull request #21620 from seberg/promotion-preps by Matti Picus · 3 years, 3 months ago
  86. 1f79961 TST,MAINT: Simplify warning testing in masked arrays by Sebastian Berg · 3 years, 3 months ago
  87. 8fced79 MAINT: Fortify masked in-place ops against promotion warnings by Sebastian Berg · 3 years, 3 months ago
  88. 7332a69 Fix some typos. by Yulv-git · 3 years, 3 months ago
  89. 6996397 TST: Fix uninitialized value in masked ndenumerate test by Sebastian Berg · 3 years, 3 months ago
  90. 02d1204 Merge pull request #20020 from joukewitteveen/ma-ndenumerate by Matti Picus · 3 years, 3 months ago
  91. 2e7b695 TYP: Add typing for the keepdims param. of 'average' and 'ma.average' by warren · 3 years, 3 months ago
  92. 4f1d95a ENH: Add compressed= argument to ma.ndenumerate by Jouke Witteveen · 3 years, 3 months ago
  93. c27f781 ENH: Add 'keepdims' to 'average()' and 'ma.average()'. by warren · 3 years, 4 months ago
  94. ff3a9da Update numpy/ma/extras.py by Matti Picus · 3 years, 4 months ago
  95. 701f0a6 ENH: add ndenumerate specialization for masked arrays by Jouke Witteveen · 3 years, 4 months ago
  96. f404e9e Add space after argument name by Oscar Gustafsson · 3 years, 5 months ago
  97. 119bf86 DOC: fix data type of parameter shape (#21251) by Pax · 3 years, 5 months ago
  98. 1dc594c DOC: fix input parameter type in docstring. by Ross Barnowski · 3 years, 7 months ago
  99. 20ebea8 DOC: fix np.ma.flatnotmasked_contiguous docstring by stephenworsley · 3 years, 7 months ago
  100. 79019ae BUG: change `ma.mean` dtype to be consistent with `np.mean` by Kinshuk Dua · 3 years, 7 months ago