NumPy 1.22.3 release
  1. 976a845 Fix sorting of int8/int16 by serge-sans-paille · 3 years, 8 months ago
  2. b31a3a3 REV: Add MaskedArray creation from non nd-array back in (#20386) by Greg Lucas · 3 years, 9 months ago
  3. 84e0707 ENH: Configurable allocator (#17582) by Matti Picus · 3 years, 10 months ago
  4. e9753fd MAINT: Refactor reductions to use NEP 43 style dispatching/promotion by Sebastian Berg · 3 years, 11 months ago
  5. 58e6603 MAINT: Remove encoding declarations: # -*- coding: utf-8 -*- by Dimitri Papadopoulos · 3 years, 11 months ago
  6. c783285 Merge pull request #19899 from arunppsg/issue16751_add_note_to_docs by Melissa Weber Mendonça · 3 years, 11 months ago
  7. a6f7d14 ENH: Add spaces after punctuation in dtype repr/str. (#19686) by Antony Lee · 3 years, 11 months ago
  8. cbfa658 MAINT: Fix typo in public API by Dimitri Papadopoulos · 3 years, 11 months ago
  9. e874e13 REV: 8396026 by Dimitri Papadopoulos · 3 years, 11 months ago
  10. a588840 TST: added tests for np.ma.ones and np.ma.zeros by Arun · 4 years ago
  11. 8396026 DOC: Typos found by codespell by Dimitri Papadopoulos · 4 years ago
  12. f290876 MAINT: Addded variables to __all__ by Arun · 4 years ago
  13. 0f2453e DOC: replace return type in np.ma* docstring by Arun · 4 years ago
  14. 0dbc9ad MAINT: remove unused argument in private function by Marten van Kerkwijk · 4 years ago
  15. 7ad8ea7 MAINT: revise OSError aliases (IOError, EnvironmentError) by Mike Taves · 4 years ago
  16. 4807a23 BUG: fix a regression where a masked_array's mask wouldn't update by Clément Robert · 4 years ago
  17. 35070c3 Add check for when value is a np.ma by iameskild · 4 years ago
  18. 42c2cbe Merge pull request #19244 from iameskild/fix_18951 by Matti Picus · 4 years ago
  19. 557bb33 PERF: Avoid using `@recursive`. by Antony Lee · 4 years, 1 month ago
  20. 77f718c ENH: Add `__path__` annotations to all sub-packages by Bas van Beek · 4 years, 1 month ago
  21. 25e6e11 ENH: Add annotations for `<module>.test` objects by Bas van Beek · 4 years, 1 month ago
  22. 1f95d79 Merge pull request #19102 from default-303/LGTM_unused_variables by Matti Picus · 4 years, 2 months ago
  23. 6568c6b ENH: Adding keepdims to np.argmin,np.argmax (#19211) by Gagandeep Singh · 4 years, 2 months ago
  24. d785aa3 MAINT: Remove unused imports and unreachable code (#18762) by Elisha Hollander · 4 years, 2 months ago
  25. c3faa8e BUG: fix np.ma.MaskedArray.anom when input is masked (#19023) by Constanza · 4 years, 2 months ago
  26. a79a913 Merge pull request #19135 from ganesh-k13/BUG_13236_remove_complex_floor_divide by Charles Harris · 4 years, 2 months ago
  27. b92df50 Fix lint E225 complaint by iameskild · 4 years, 2 months ago
  28. 8ca435c added tests for 18951 fix by ImenRajhi · 4 years, 2 months ago
  29. 2ecb55d added tests for 18951 fix by ImenRajhi · 4 years, 2 months ago
  30. 084619c added a test for condition assignment for masked arrays by ImenRajhi · 4 years, 2 months ago
  31. 2504230 Add check if __setitem__ indx is ma by iameskild · 4 years, 2 months ago
  32. f59e225 BUG, TST: Determine complex types using typecodes by Ganesh Kathiresan · 4 years, 3 months ago
  33. 9fcc132 DOC: replace np.ma functions' return types with `MaskedArray` (#18964) by Pax · 4 years, 3 months ago
  34. 9257feb TST: Changed TC to check for `TypeError` in floor divide by Ganesh Kathiresan · 4 years, 3 months ago
  35. 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
  36. 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
  37. df363b0 MAINT: Added comments for future refrence in core.py and system_info.py by default-303 · 4 years, 3 months ago
  38. 115ed1d MAINT: Removed suitable unused variables shown in LGTM by default-303 · 4 years, 3 months ago
  39. ca53c09 MAINT: removed unused imports listed in LGTM by default-303 · 4 years, 3 months ago
  40. 1a828f5 DEP: Ensure the string promotion FutureWarning is raised by Sebastian Berg · 4 years, 3 months ago
  41. bb74592 BUG: fixed ma.average ignoring masked weights (#18960) by Laura Martens · 4 years, 3 months ago
  42. b6eb3d8 BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967) by Constanza · 4 years, 4 months ago
  43. 13b30e9 ENH: Add improved placeholder annotations for `np.ma` by Bas van Beek · 4 years, 4 months ago
  44. 9e47444 Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarray by Matti Picus · 4 years, 5 months ago
  45. c1aa1af MAINT: use super() as described by PEP 3135 by Mike Taves · 4 years, 5 months ago
  46. cb71c43 MAINT: Added Chain exceptions where appropriate (#18400) by Abhay Raghuvanshi · 4 years, 5 months ago
  47. f531110 ENH: Use new argument parsing for array creation functions by Sebastian Berg · 4 years, 5 months ago
  48. b1deaa0 Merge pull request #18605 from seberg/issue-18551 by Charles Harris · 4 years, 5 months ago
  49. 564a71c MAINT: Re-export a number of sub-modules by Bas van Beek · 4 years, 5 months ago
  50. 54a2c49 Update numpy/ma/tests/test_core.py by Sebastian Berg · 4 years, 5 months ago
  51. 8d297a8 Apply suggestions from code review by Sebastian Berg · 4 years, 5 months ago
  52. 601c43f BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool by Sebastian Berg · 4 years, 5 months ago
  53. 80b2e5d added exception chaining in index_tricks.py and mrecords.py by Mainak Debnath · 4 years, 6 months ago
  54. bcb168a BUG: Allow unmodified use of isclose, allclose, etc. with timedelta by Sebastian Berg · 4 years, 7 months ago
  55. 12d9967 MAINT: Add missing `__all__` annotations by Bas van Beek · 4 years, 7 months ago
  56. 7aebdfa DOC: more mist fixes of syntax. by Matthias Bussonnier · 4 years, 7 months ago
  57. f36e940 DOC: Avoid using "set of" when talking about an ordered list. by Antony Lee · 4 years, 8 months ago
  58. f1e4796 Merge pull request #17955 from Carreau/fix-17944 by Charles Harris · 4 years, 8 months ago
  59. 6f59235 TST: Do not disable errors globally in ma/timer_comparison.py by Sebastian Berg · 4 years, 9 months ago
  60. 03181af [DOC] Replace {var} in docstrings type annotation with `scalar or None`. by Matthias Bussonnier · 4 years, 9 months ago
  61. 0e89415 MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method. by Warren Weckesser · 4 years, 10 months ago
  62. e028b1b DOC: Fixup by takanori-pskq · 4 years, 10 months ago
  63. 3904e99 DOC: Prepend `ma.` by takanori-pskq · 4 years, 10 months ago
  64. 99051b4 BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages by Bas van Beek · 4 years, 10 months ago
  65. ca39060 MAINT: Conversion of some strings to fstrings, part III (#17623) by jakobjakobson13 · 4 years, 10 months ago
  66. 2a267e6 DOC: Fixing references in ma docstrings (#16300) by Takanori H · 4 years, 11 months ago
  67. e48ffc6 MAINT: Chaining exception in numpy\numpy\ma\mrecords.py (#17438) by Ashutosh singh · 4 years, 11 months ago
  68. c71edce fix: chains nested try-except-raise by Jovial Joe Jayarson · 5 years ago
  69. 60a1e10 DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338) by Bradley Dice · 5 years ago
  70. dec8879 Merge pull request #17104 from BvB93/sub-modules by Charles Harris · 5 years ago
  71. d09e192 MAINT: Remove old sys.version_info code by Hugo · 5 years ago
  72. 0b2f5ed MAINT: changed ValueError line 103 in file timer_comparison by karan-dhir · 5 years ago
  73. 4af8fd3 ENH: Replace module-level `__getattr__` with explicitly defined objects by Bas van Beek · 5 years ago
  74. 1ef217b ENH: Add placeholder stubs for all sub-modules by Bas van Beek · 5 years ago
  75. 56c63d8 MAINT: Undo change of how 0-D array-likes are handled as scalars by Sebastian Berg · 5 years ago
  76. 02d66ec DOC: Fix malformed docstrings in ma. (#16296) by Takanori H · 5 years ago
  77. ad30b31 DOC: Fix ``np.ma.core.doc_note`` (#16311) by Takanori H · 5 years ago
  78. bb63a1a Merge pull request #16240 from WarrenWeckesser/ptp-warning by Matti Picus · 5 years ago
  79. 533eb93 DOC: Warn about behavior of ptp with signed integers. by Warren Weckesser · 5 years ago
  80. 8b81727 BUG: max/min of a masked array dtype fix (gh-15991) by Rakesh Vasudevan · 5 years ago
  81. a51ac26 Mark tests as a subpackage rather than data. by Hameer Abbasi · 5 years ago
  82. ae6ba5d MAINT: Chain exceptions in memmap.py and core.py (#16067) by Chris Holland · 5 years ago
  83. 619422b BUG: fix AttributeError on accessing object in nested MaskedArray. (#15949) by RenaRuirui · 5 years ago
  84. 6ee4917 DOC: Add missing bracket (gh-16051) by Chunlin · 5 years ago
  85. 050181e DOC:Fix method documentation of function sort() by vrakesh · 5 years ago
  86. 063b314 Merge pull request #15749 from panpiort8/masked_array_docs by Matti Picus · 5 years ago
  87. ad5d58c Merge pull request #15867 from eric-wieser/deprecate-tostring by Matti Picus · 5 years ago
  88. 30f8391 MAINT: Clean-up 'next = __next__' used for Python 2 compatibility by Mike Taves · 5 years ago
  89. 7668a33 DEP: Deprecate ndarray.tostring() by Eric Wieser · 5 years ago
  90. 1c58504 MAINT: simplify code that assumes str/unicode and int/long are different types (#15816) by Eric Wieser · 5 years ago
  91. cf88aa2 DOC: document inconsistent mask results in MaskedArray by Pan Jan · 5 years ago
  92. e1968ac BUG: Add basic __format__ for masked element to fix incorrect print (#15794) by Warren Weckesser · 5 years ago
  93. 583901a convert shebang from python to python3 (#15687) by Changqing Li · 5 years ago
  94. 07bf33f MAINT: cleanup unused imports; avoid redefinition of imports by Mike Taves · 6 years ago
  95. 96727cf MAINT: Remove sys.version checks (gh-#15373) by Seth Troisi · 6 years ago
  96. f398a0d STY: use 'yield from <expr>' for simple cases (#15444) by Mike Taves · 6 years ago
  97. fcaf5b3 Update core.py with f-strings (issue #15420) by Anthony · 6 years ago
  98. 62a2e8b Update core.py by Anthony · 6 years ago
  99. 823f681 MAINT: Remove Python2 workarounds by Seth Troisi · 6 years ago
  100. b4e3a42 MAINT: Replace basestring with str. by Charles Harris · 6 years ago