NumPy 1.23.3 release
  1. ab329ee BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851) by Srimukh Sripada · 3 years, 2 months ago
  2. 6996397 TST: Fix uninitialized value in masked ndenumerate test by Sebastian Berg · 3 years, 3 months ago
  3. 02d1204 Merge pull request #20020 from joukewitteveen/ma-ndenumerate by Matti Picus · 3 years, 3 months ago
  4. 2e7b695 TYP: Add typing for the keepdims param. of 'average' and 'ma.average' by warren · 3 years, 3 months ago
  5. 4f1d95a ENH: Add compressed= argument to ma.ndenumerate by Jouke Witteveen · 3 years, 4 months ago
  6. c27f781 ENH: Add 'keepdims' to 'average()' and 'ma.average()'. by warren · 3 years, 4 months ago
  7. ff3a9da Update numpy/ma/extras.py by Matti Picus · 3 years, 4 months ago
  8. 701f0a6 ENH: add ndenumerate specialization for masked arrays by Jouke Witteveen · 3 years, 4 months ago
  9. f404e9e Add space after argument name by Oscar Gustafsson · 3 years, 5 months ago
  10. 119bf86 DOC: fix data type of parameter shape (#21251) by Pax · 3 years, 5 months ago
  11. 1dc594c DOC: fix input parameter type in docstring. by Ross Barnowski · 3 years, 7 months ago
  12. 20ebea8 DOC: fix np.ma.flatnotmasked_contiguous docstring by stephenworsley · 3 years, 7 months ago
  13. 643677a DOC: Restore MaskedArray.hardmask documentation (#20810) by Hans Meine · 3 years, 7 months ago
  14. b375f4e ENH: Let ndarray.__array_finalize__ be callable. by Marten van Kerkwijk · 3 years, 8 months ago
  15. 43e333e Merge pull request #20505 from scratchmex/ma_average by Matti Picus · 3 years, 8 months ago
  16. fe361df STY: Use subscriptable `collections.abc` types over the generic aliases in … by Bas van Beek · 3 years, 8 months ago
  17. 7b5f39b STY: Use subscriptable `builtins` types over the generic aliases in `typing` by Bas van Beek · 3 years, 8 months ago
  18. bb95cf0 DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589) by Matti Picus · 3 years, 8 months ago
  19. 8ca82f3 Fix sorting of int8/int16 by serge-sans-paille · 3 years, 8 months ago
  20. 114d919 BUG: fix `ma.average` not working well with nan weights by Ivan Gonzalez · 3 years, 9 months ago
  21. c86ebe0 DOC: Update axis parameter for np.ma.{min,max} by Yoon, Jee Seok · 3 years, 9 months ago
  22. b31a3a3 REV: Add MaskedArray creation from non nd-array back in (#20386) by Greg Lucas · 3 years, 9 months ago
  23. 84e0707 ENH: Configurable allocator (#17582) by Matti Picus · 3 years, 10 months ago
  24. e9753fd MAINT: Refactor reductions to use NEP 43 style dispatching/promotion by Sebastian Berg · 3 years, 11 months ago
  25. 58e6603 MAINT: Remove encoding declarations: # -*- coding: utf-8 -*- by Dimitri Papadopoulos · 3 years, 11 months ago
  26. c783285 Merge pull request #19899 from arunppsg/issue16751_add_note_to_docs by Melissa Weber Mendonça · 3 years, 11 months ago
  27. a6f7d14 ENH: Add spaces after punctuation in dtype repr/str. (#19686) by Antony Lee · 3 years, 11 months ago
  28. cbfa658 MAINT: Fix typo in public API by Dimitri Papadopoulos · 3 years, 11 months ago
  29. e874e13 REV: 8396026 by Dimitri Papadopoulos · 3 years, 11 months ago
  30. a588840 TST: added tests for np.ma.ones and np.ma.zeros by Arun · 4 years ago
  31. 8396026 DOC: Typos found by codespell by Dimitri Papadopoulos · 4 years ago
  32. f290876 MAINT: Addded variables to __all__ by Arun · 4 years ago
  33. 0f2453e DOC: replace return type in np.ma* docstring by Arun · 4 years ago
  34. 0dbc9ad MAINT: remove unused argument in private function by Marten van Kerkwijk · 4 years ago
  35. 7ad8ea7 MAINT: revise OSError aliases (IOError, EnvironmentError) by Mike Taves · 4 years ago
  36. 4807a23 BUG: fix a regression where a masked_array's mask wouldn't update by Clément Robert · 4 years ago
  37. 35070c3 Add check for when value is a np.ma by iameskild · 4 years ago
  38. 42c2cbe Merge pull request #19244 from iameskild/fix_18951 by Matti Picus · 4 years ago
  39. 557bb33 PERF: Avoid using `@recursive`. by Antony Lee · 4 years, 1 month ago
  40. 77f718c ENH: Add `__path__` annotations to all sub-packages by Bas van Beek · 4 years, 1 month ago
  41. 25e6e11 ENH: Add annotations for `<module>.test` objects by Bas van Beek · 4 years, 1 month ago
  42. 1f95d79 Merge pull request #19102 from default-303/LGTM_unused_variables by Matti Picus · 4 years, 2 months ago
  43. 6568c6b ENH: Adding keepdims to np.argmin,np.argmax (#19211) by Gagandeep Singh · 4 years, 2 months ago
  44. d785aa3 MAINT: Remove unused imports and unreachable code (#18762) by Elisha Hollander · 4 years, 2 months ago
  45. c3faa8e BUG: fix np.ma.MaskedArray.anom when input is masked (#19023) by Constanza · 4 years, 2 months ago
  46. a79a913 Merge pull request #19135 from ganesh-k13/BUG_13236_remove_complex_floor_divide by Charles Harris · 4 years, 2 months ago
  47. b92df50 Fix lint E225 complaint by iameskild · 4 years, 2 months ago
  48. 8ca435c added tests for 18951 fix by ImenRajhi · 4 years, 2 months ago
  49. 2ecb55d added tests for 18951 fix by ImenRajhi · 4 years, 2 months ago
  50. 084619c added a test for condition assignment for masked arrays by ImenRajhi · 4 years, 2 months ago
  51. 2504230 Add check if __setitem__ indx is ma by iameskild · 4 years, 2 months ago
  52. f59e225 BUG, TST: Determine complex types using typecodes by Ganesh Kathiresan · 4 years, 3 months ago
  53. 9fcc132 DOC: replace np.ma functions' return types with `MaskedArray` (#18964) by Pax · 4 years, 3 months ago
  54. 9257feb TST: Changed TC to check for `TypeError` in floor divide by Ganesh Kathiresan · 4 years, 3 months ago
  55. beacb39 MAINT: Removed 'if' block which served no purpose in core.py and removed '_linalgRealType(t)' function from linalg.py by default-303 · 4 years, 3 months ago
  56. b30318a MAINT: Added comments for future refrence in core.py and system_info.py - fixed Azure linter 'line too long' error by default-303 · 4 years, 3 months ago
  57. df363b0 MAINT: Added comments for future refrence in core.py and system_info.py by default-303 · 4 years, 3 months ago
  58. 115ed1d MAINT: Removed suitable unused variables shown in LGTM by default-303 · 4 years, 3 months ago
  59. ca53c09 MAINT: removed unused imports listed in LGTM by default-303 · 4 years, 3 months ago
  60. 1a828f5 DEP: Ensure the string promotion FutureWarning is raised by Sebastian Berg · 4 years, 3 months ago
  61. bb74592 BUG: fixed ma.average ignoring masked weights (#18960) by Laura Martens · 4 years, 3 months ago
  62. b6eb3d8 BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967) by Constanza · 4 years, 4 months ago
  63. 13b30e9 ENH: Add improved placeholder annotations for `np.ma` by Bas van Beek · 4 years, 4 months ago
  64. 9e47444 Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarray by Matti Picus · 4 years, 5 months ago
  65. c1aa1af MAINT: use super() as described by PEP 3135 by Mike Taves · 4 years, 5 months ago
  66. cb71c43 MAINT: Added Chain exceptions where appropriate (#18400) by Abhay Raghuvanshi · 4 years, 5 months ago
  67. f531110 ENH: Use new argument parsing for array creation functions by Sebastian Berg · 4 years, 5 months ago
  68. b1deaa0 Merge pull request #18605 from seberg/issue-18551 by Charles Harris · 4 years, 5 months ago
  69. 564a71c MAINT: Re-export a number of sub-modules by Bas van Beek · 4 years, 5 months ago
  70. 54a2c49 Update numpy/ma/tests/test_core.py by Sebastian Berg · 4 years, 5 months ago
  71. 8d297a8 Apply suggestions from code review by Sebastian Berg · 4 years, 5 months ago
  72. 601c43f BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool by Sebastian Berg · 4 years, 5 months ago
  73. 80b2e5d added exception chaining in index_tricks.py and mrecords.py by Mainak Debnath · 4 years, 6 months ago
  74. bcb168a BUG: Allow unmodified use of isclose, allclose, etc. with timedelta by Sebastian Berg · 4 years, 7 months ago
  75. 12d9967 MAINT: Add missing `__all__` annotations by Bas van Beek · 4 years, 7 months ago
  76. 7aebdfa DOC: more mist fixes of syntax. by Matthias Bussonnier · 4 years, 7 months ago
  77. f36e940 DOC: Avoid using "set of" when talking about an ordered list. by Antony Lee · 4 years, 8 months ago
  78. f1e4796 Merge pull request #17955 from Carreau/fix-17944 by Charles Harris · 4 years, 8 months ago
  79. 6f59235 TST: Do not disable errors globally in ma/timer_comparison.py by Sebastian Berg · 4 years, 9 months ago
  80. 03181af [DOC] Replace {var} in docstrings type annotation with `scalar or None`. by Matthias Bussonnier · 4 years, 9 months ago
  81. 0e89415 MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method. by Warren Weckesser · 4 years, 10 months ago
  82. e028b1b DOC: Fixup by takanori-pskq · 4 years, 10 months ago
  83. 3904e99 DOC: Prepend `ma.` by takanori-pskq · 4 years, 10 months ago
  84. 99051b4 BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages by Bas van Beek · 4 years, 10 months ago
  85. ca39060 MAINT: Conversion of some strings to fstrings, part III (#17623) by jakobjakobson13 · 4 years, 10 months ago
  86. 2a267e6 DOC: Fixing references in ma docstrings (#16300) by Takanori H · 4 years, 11 months ago
  87. e48ffc6 MAINT: Chaining exception in numpy\numpy\ma\mrecords.py (#17438) by Ashutosh singh · 4 years, 11 months ago
  88. c71edce fix: chains nested try-except-raise by Jovial Joe Jayarson · 5 years ago
  89. 60a1e10 DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338) by Bradley Dice · 5 years ago
  90. dec8879 Merge pull request #17104 from BvB93/sub-modules by Charles Harris · 5 years ago
  91. d09e192 MAINT: Remove old sys.version_info code by Hugo · 5 years ago
  92. 0b2f5ed MAINT: changed ValueError line 103 in file timer_comparison by karan-dhir · 5 years ago
  93. 4af8fd3 ENH: Replace module-level `__getattr__` with explicitly defined objects by Bas van Beek · 5 years ago
  94. 1ef217b ENH: Add placeholder stubs for all sub-modules by Bas van Beek · 5 years ago
  95. 56c63d8 MAINT: Undo change of how 0-D array-likes are handled as scalars by Sebastian Berg · 5 years ago
  96. 02d66ec DOC: Fix malformed docstrings in ma. (#16296) by Takanori H · 5 years ago
  97. ad30b31 DOC: Fix ``np.ma.core.doc_note`` (#16311) by Takanori H · 5 years ago
  98. bb63a1a Merge pull request #16240 from WarrenWeckesser/ptp-warning by Matti Picus · 5 years ago
  99. 533eb93 DOC: Warn about behavior of ptp with signed integers. by Warren Weckesser · 5 years ago
  100. 8b81727 BUG: max/min of a masked array dtype fix (gh-15991) by Rakesh Vasudevan · 5 years ago