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