NumPy 1.24.0 release
  1. 6641739 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
  2. f92c90c Merge pull request #22436 from cmarmo/doc-masked-equal by Sebastian Berg · 2 years, 9 months ago
  3. 918f81d Update numpy/ma/core.py by Sebastian Berg · 2 years, 9 months ago
  4. 723f0eb DOC: Add example for np.ma.power as part of #22269 by Stefanie Molin · 2 years, 9 months ago
  5. a7abbee Merge pull request #21895 from hoodmane/emscripten-ci by Ralf Gommers · 2 years, 9 months ago
  6. 8205e5d TYP,DEP: Remove all reference to the removed `MaskedArray.mini` method by BvB93 · 2 years, 9 months ago
  7. 08c6e9c TST: Skip tests that are not currently supported in wasm by Hood Chatham · 2 years, 10 months ago
  8. 5292238 STY: Make linter happy by Sebastian Berg · 2 years, 10 months ago
  9. 6784194 TST,MAINT: Replace most `setup` with `setup_method` (also teardown) by Sebastian Berg · 2 years, 10 months ago
  10. 13d55a3 MAINT: remove u-prefix for former Unicode strings (#22479) by Mike Taves · 2 years, 10 months ago
  11. 38fe698 Address reviewer comment. by Chiara Marmo · 2 years, 10 months ago
  12. 7a85f04 Clarify docstring of masked_values by Chiara Marmo · 2 years, 11 months ago
  13. 226f9c5 Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversion by Matti Picus · 2 years, 11 months ago
  14. 7036b16 DOC: added `ma.round` and `ma.round_` examples (#22404) by Felix Hirwa Nshuti · 2 years, 11 months ago
  15. afcc560 MAINT: Structured MA fill value workaround by adding array cast by Sebastian Berg · 2 years, 11 months ago
  16. 02b68f1 Merge pull request #22046 from cmarmo/masked-invalid by Sebastian Berg · 2 years, 11 months ago
  17. 25ca88c Added ma.min examples by Felix Hirwa Nshuti · 2 years, 11 months ago
  18. 395129e Added ma.min examples by Felix Hirwa Nshuti · 2 years, 11 months ago
  19. eed6083 DOC: Adding examples to `ma.max` function (#22331) by Felix Hirwa Nshuti · 2 years, 11 months ago
  20. b7c2f07 BUG: Import ``numpy.ma`` at beginning of examples. by Charles Harris · 3 years ago
  21. 1d556d9 DOC: add example for ma.unique function by swagatip · 3 years ago
  22. b9781cb Remove long deprecated functionality from np.ma by Brigitta Sipőcz · 3 years ago
  23. 4213779 Remove try statement. Add test. by Chiara Marmo · 3 years ago
  24. 65c10c1 Merge pull request #21995 from eirrgang/mei-1468 by Matti Picus · 3 years ago
  25. 2d73e10 Fix lint. by Chiara Marmo · 3 years, 1 month ago
  26. 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
  27. a346e6d Revert "TST: add a test for ma.minimum.reduce with axis keyword" by mattip · 3 years, 1 month ago
  28. 20bd00b Revert "BUG: Fix masked median multiple masked arrays (#21999)" by mattip · 3 years, 1 month ago
  29. 3321bc5 Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays." by mattip · 3 years, 1 month ago
  30. acaf255 Revert "nomask in nomask out" from 21977 by mattip · 3 years, 1 month ago
  31. 6d4a6fc Revert "BUG: fix ma.minimum.reduce with axis keyword" by mattip · 3 years, 1 month ago
  32. 6b8d55e BUG: Fix masked median multiple masked arrays (#21999) by Brigitta Sipőcz · 3 years, 1 month ago
  33. 871a1f9 Don't regenerate the descriptor unnecessarily. by M. Eric Irrgang · 3 years, 1 month ago
  34. b8c6d09 BUG: fix ma.minimum.reduce with axis keyword by Ruth Comer · 3 years, 1 month ago
  35. e2efced TST: add a test for ma.minimum.reduce with axis keyword by Ruth Comer · 3 years, 1 month ago
  36. db1a98b nomask in nomask out by Ruth Comer · 3 years, 1 month ago
  37. a8b0893 TST: Adding a test that MaskedArrays respect ufunc deferral heirarchy by Greg Lucas · 3 years, 1 month ago
  38. 8cd6f4c ENH: Adding __array_ufunc__ capability to MaskedArrays. by Greg Lucas · 3 years, 1 month ago
  39. 072ae77 Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays" by Matti Picus · 3 years, 2 months ago
  40. 1557c87 TST: Adding a test that MaskedArrays respect ufunc deferral heirarchy by Greg Lucas · 3 years, 2 months ago
  41. 6d77c59 ENH: Adding __array_ufunc__ capability to MaskedArrays. by Greg Lucas · 3 years, 2 months ago
  42. e67fe9f BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851) by Srimukh Sripada · 3 years, 2 months ago
  43. d73b594 API: Define `<`, `<=`, `>`, `>=` for masked arrays by Sebastian Berg · 3 years, 2 months ago
  44. 35dae70 ENH: Add overflow check to float setitem by Sebastian Berg · 3 years, 2 months ago
  45. 84fd4a5 TST: Fixup tests that cause FPEs during casts by Sebastian Berg · 3 years, 2 months ago
  46. c2db91c Merge pull request #20914 from kinshukdua/fix_ma_mean by Matti Picus · 3 years, 2 months ago
  47. 68f3a12 Merge pull request #21620 from seberg/promotion-preps by Matti Picus · 3 years, 3 months ago
  48. 1f79961 TST,MAINT: Simplify warning testing in masked arrays by Sebastian Berg · 3 years, 3 months ago
  49. 8fced79 MAINT: Fortify masked in-place ops against promotion warnings by Sebastian Berg · 3 years, 3 months ago
  50. 7332a69 Fix some typos. by Yulv-git · 3 years, 3 months ago
  51. 6996397 TST: Fix uninitialized value in masked ndenumerate test by Sebastian Berg · 3 years, 4 months ago
  52. 02d1204 Merge pull request #20020 from joukewitteveen/ma-ndenumerate by Matti Picus · 3 years, 4 months ago
  53. 2e7b695 TYP: Add typing for the keepdims param. of 'average' and 'ma.average' by warren · 3 years, 4 months ago
  54. 4f1d95a ENH: Add compressed= argument to ma.ndenumerate by Jouke Witteveen · 3 years, 4 months ago
  55. c27f781 ENH: Add 'keepdims' to 'average()' and 'ma.average()'. by warren · 3 years, 4 months ago
  56. ff3a9da Update numpy/ma/extras.py by Matti Picus · 3 years, 4 months ago
  57. 701f0a6 ENH: add ndenumerate specialization for masked arrays by Jouke Witteveen · 3 years, 4 months ago
  58. f404e9e Add space after argument name by Oscar Gustafsson · 3 years, 5 months ago
  59. 119bf86 DOC: fix data type of parameter shape (#21251) by Pax · 3 years, 5 months ago
  60. 1dc594c DOC: fix input parameter type in docstring. by Ross Barnowski · 3 years, 7 months ago
  61. 20ebea8 DOC: fix np.ma.flatnotmasked_contiguous docstring by stephenworsley · 3 years, 7 months ago
  62. 79019ae BUG: change `ma.mean` dtype to be consistent with `np.mean` by Kinshuk Dua · 3 years, 7 months ago
  63. 643677a DOC: Restore MaskedArray.hardmask documentation (#20810) by Hans Meine · 3 years, 7 months ago
  64. b375f4e ENH: Let ndarray.__array_finalize__ be callable. by Marten van Kerkwijk · 3 years, 8 months ago
  65. 43e333e Merge pull request #20505 from scratchmex/ma_average by Matti Picus · 3 years, 8 months ago
  66. fe361df STY: Use subscriptable `collections.abc` types over the generic aliases in … by Bas van Beek · 3 years, 8 months ago
  67. 7b5f39b STY: Use subscriptable `builtins` types over the generic aliases in `typing` by Bas van Beek · 3 years, 8 months ago
  68. bb95cf0 DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589) by Matti Picus · 3 years, 8 months ago
  69. 8ca82f3 Fix sorting of int8/int16 by serge-sans-paille · 3 years, 9 months ago
  70. 114d919 BUG: fix `ma.average` not working well with nan weights by Ivan Gonzalez · 3 years, 9 months ago
  71. c86ebe0 DOC: Update axis parameter for np.ma.{min,max} by Yoon, Jee Seok · 3 years, 9 months ago
  72. b31a3a3 REV: Add MaskedArray creation from non nd-array back in (#20386) by Greg Lucas · 3 years, 9 months ago
  73. 84e0707 ENH: Configurable allocator (#17582) by Matti Picus · 3 years, 10 months ago
  74. e9753fd MAINT: Refactor reductions to use NEP 43 style dispatching/promotion by Sebastian Berg · 3 years, 11 months ago
  75. 58e6603 MAINT: Remove encoding declarations: # -*- coding: utf-8 -*- by Dimitri Papadopoulos · 3 years, 11 months ago
  76. c783285 Merge pull request #19899 from arunppsg/issue16751_add_note_to_docs by Melissa Weber Mendonça · 3 years, 11 months ago
  77. a6f7d14 ENH: Add spaces after punctuation in dtype repr/str. (#19686) by Antony Lee · 4 years ago
  78. cbfa658 MAINT: Fix typo in public API by Dimitri Papadopoulos · 4 years ago
  79. e874e13 REV: 8396026 by Dimitri Papadopoulos · 4 years ago
  80. a588840 TST: added tests for np.ma.ones and np.ma.zeros by Arun · 4 years ago
  81. 8396026 DOC: Typos found by codespell by Dimitri Papadopoulos · 4 years ago
  82. f290876 MAINT: Addded variables to __all__ by Arun · 4 years ago
  83. 0f2453e DOC: replace return type in np.ma* docstring by Arun · 4 years ago
  84. 0dbc9ad MAINT: remove unused argument in private function by Marten van Kerkwijk · 4 years ago
  85. 7ad8ea7 MAINT: revise OSError aliases (IOError, EnvironmentError) by Mike Taves · 4 years ago
  86. 4807a23 BUG: fix a regression where a masked_array's mask wouldn't update by Clément Robert · 4 years ago
  87. 35070c3 Add check for when value is a np.ma by iameskild · 4 years ago
  88. 42c2cbe Merge pull request #19244 from iameskild/fix_18951 by Matti Picus · 4 years ago
  89. 557bb33 PERF: Avoid using `@recursive`. by Antony Lee · 4 years, 1 month ago
  90. 77f718c ENH: Add `__path__` annotations to all sub-packages by Bas van Beek · 4 years, 1 month ago
  91. 25e6e11 ENH: Add annotations for `<module>.test` objects by Bas van Beek · 4 years, 1 month ago
  92. 1f95d79 Merge pull request #19102 from default-303/LGTM_unused_variables by Matti Picus · 4 years, 2 months ago
  93. 6568c6b ENH: Adding keepdims to np.argmin,np.argmax (#19211) by Gagandeep Singh · 4 years, 2 months ago
  94. d785aa3 MAINT: Remove unused imports and unreachable code (#18762) by Elisha Hollander · 4 years, 2 months ago
  95. c3faa8e BUG: fix np.ma.MaskedArray.anom when input is masked (#19023) by Constanza · 4 years, 2 months ago
  96. a79a913 Merge pull request #19135 from ganesh-k13/BUG_13236_remove_complex_floor_divide by Charles Harris · 4 years, 2 months ago
  97. b92df50 Fix lint E225 complaint by iameskild · 4 years, 2 months ago
  98. 8ca435c added tests for 18951 fix by ImenRajhi · 4 years, 2 months ago
  99. 2ecb55d added tests for 18951 fix by ImenRajhi · 4 years, 2 months ago
  100. 084619c added a test for condition assignment for masked arrays by ImenRajhi · 4 years, 2 months ago