1.9.0 Release
  1. 8fa45b4 Merge pull request #4906 from juliantaylor/doc-update by Charles Harris · 11 years ago
  2. dd70de2 DOC: document behavior of ma.sort(endswith=) for unmasked min/max values by Julian Taylor · 11 years ago
  3. f94151d Merge pull request #4866 from mhvk/ma/mvoid-initialisation by Julian Taylor · 11 years ago
  4. 4ed00c7 BUG Make ma[row][rec] setter work by avoiding copy in mvoid.__new__ by Marten van Kerkwijk · 11 years ago
  5. b583637 Merge pull request #4874 from juliantaylor/masked-sort-memory by Charles Harris · 11 years ago
  6. acc3369 ENH: avoid meshgrid and fancy indexing for 1d masked sort by Julian Taylor · 11 years ago
  7. 2762f54 Merge pull request #4831 from charris/simplify-with-errstate by Julian Taylor · 11 years ago
  8. e2254e4 MAINT: Use an unqualified nomask variable in ma.core. by Lev Abalkin · 11 years ago
  9. 7298d36 MAINT: Simplify some uses of errstate context manager. by Charles Harris · 11 years ago
  10. 305b26b MAINT: replace two step errstate change with a direct change by Julian Taylor · 11 years ago
  11. ad902ff ENH: use copy to move the masked values into the result by Julian Taylor · 11 years ago
  12. 10098da Merge pull request #4454 from jurnix/namedargs by Julian Taylor · 11 years ago
  13. 0ae3628 ENH: rewrite ma.median to improve poor performance for multiple dimensions by Julian Taylor · 11 years ago
  14. 39fbc1b ENH: use sparse meshgrid instead of indices().tolist() by Julian Taylor · 11 years ago
  15. 9592bfa BUG, TST: Fix tests of ma.count return type. by Charles Harris · 11 years ago
  16. b34800a BUG: Fix test error in scipy introduced by commit d8fd283. by Charles Harris · 11 years ago
  17. d69cd85 Revert line from #4585 to get mask, data shapes to match in .flat by Marten van Kerkwijk · 11 years ago
  18. a7eef2d Ensure single record items also work correctly with MaskedIterator; tests by Marten van Kerkwijk · 11 years ago
  19. dfebb5a BUG: Ensure MaskedArray.flat can access single items by Marten van Kerkwijk · 11 years ago
  20. 24a8f3b ENH: Ensure that repr and str work for MaskedArray non-ndarray bases by Marten van Kerkwijk · 11 years ago
  21. 3998fdf Merge pull request #4463 from abalkin/issue-4461 by Charles Harris · 11 years ago
  22. 76c9bb3 BUG: Masked arrays and apply_over_axes by Lev Abalkin · 11 years ago
  23. 06aafa5 BUG: Fix for issue #3213 by Tim Burgess · 11 years ago
  24. ddc95d3 ENH: apply_along_axis accepts named arguments by Albert · 11 years ago
  25. 46767a2 Merge pull request #4045 from abalkin/gh-4043 by Charles Harris · 11 years ago
  26. 2f8c7a7 ENH: Implemented ma.append by Lev Abalkin · 11 years ago
  27. 787fbff BUG: Masked array filled method ignores fill value by Lev Abalkin · 11 years ago
  28. 028a45c DOC apply correct documentation to np.ma.argmin by jnothman · 11 years ago
  29. 2868dc4 Merge pull request #4105 from seberg/deprecate-boolean-math by Charles Harris · 12 years ago
  30. ab04e1a BUG: Force allclose logic to use inexact type by Sebastian Berg · 12 years ago
  31. 58e9e27 DEP: Deprecate boolean `-` operations by Sebastian Berg · 12 years ago
  32. 2facd5c ENH: add tobytes and stop using tostring in documentation by Julian Taylor · 12 years ago
  33. b58a854 DOC: Fix description of ma.average parameter. by astaric · 12 years ago
  34. 3d8da08 BUG: Removed the inconsistencies of the function ma.count by Janani · 12 years ago
  35. a49c279 BUG: Fixed mask_rowcols(). by Lev Abalkin · 12 years ago
  36. 50b0e8e BUG: ma.compressed() function returns masked array by Lev Abalkin · 12 years ago
  37. d8fd283 ENH: ma.asarray() and ma.asanyarray() will pass through input of the correct type. by Lev Abalkin · 12 years ago
  38. 3d9d9aa One revert (comparisons with None; not PEP8, but good to check); extra comments by Marten van Kerkwijk · 12 years ago
  39. beb1911 Small further cleanups of ma.tests, plus correction for python3 by Marten van Kerkwijk · 12 years ago
  40. 9f1c178 Convert docstrings to comments for nose; PEP8 cleanup (some tests activated) by Marten van Kerkwijk · 12 years ago
  41. 50f33ad Small corrections to tests by Marten van Kerkwijk · 12 years ago
  42. 301d075 Add test cases to ensure NotImplemented is passed on by Marten van Kerkwijk · 12 years ago
  43. 405d4ae Ensure NotImplemented is passed on in MaskedArray ufunc's by Marten van Kerkwijk · 12 years ago
  44. fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
  45. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  46. 0cc113c MAINT: Make setting mask values with scalars faster. by Richard Hattersley · 12 years ago
  47. 05a15c8 MAINT: Remove uses of the WarningManager class. by Charles Harris · 12 years ago
  48. 2f1174d MAINT: Use np.errstate context manager. by Charles Harris · 12 years ago
  49. 8f547d3 Merge pull request #3448 from efiring/ma_compress by Charles Harris · 12 years ago
  50. 216d8cb BUG: add __len__ method to ma.mvoid; closes #576 by Eric Firing · 12 years ago
  51. c2465b6 BUG: np.ma.compress treated inputs in wrong order; closes #2495 by Eric Firing · 12 years ago
  52. fb4edf7 BUG: field assignment in masked array did not reset mask; closes #2403 by Eric Firing · 12 years ago
  53. ace8ee7 BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684) by Warren Weckesser · 12 years ago
  54. 4a7f2b7 MAINT: ma: clean up ma/test_extras.py: don't use 'import *'; PEP8 whitespace by Warren Weckesser · 12 years ago
  55. 424d84b DOC: fix comments in min and ptp. by John Benediktsson · 12 years ago
  56. 37723a5 TST: fix some function name conflicts by Julian Taylor · 12 years ago
  57. 4c291f3 BUG: Correctly pass on ddof paramter on inside np.ma.corrcoef by Sebastian Berg · 12 years ago
  58. dec4f4b MAINT: Apply 2to3 idioms fixer. by Charles Harris · 12 years ago
  59. a8805f6 Merge pull request #3265 from jamestwebber/patch-2 by Charles Harris · 12 years ago
  60. 3a5c547 2to3: Apply unicode fixer. by Charles Harris · 12 years ago
  61. 56e806a Merge pull request #3242 from charris/2to3-apply-types-fixer by Charles Harris · 12 years ago
  62. abaf953 Adding a test for #3265 by jamestwebber · 12 years ago
  63. 4e6b48e Update masked array copy to preserve array order by jamestwebber · 12 years ago
  64. c6de097 2to3: Apply next fixer. by Charles Harris · 12 years ago
  65. c879ad8 2to3: Apply types fixer. by Charles Harris · 12 years ago
  66. 3f2c789 Merge pull request #3244 from charris/2to3-apply-zip-fixer by Charles Harris · 12 years ago
  67. 0dfe67a 2to3: Apply zip fixer. by Charles Harris · 12 years ago
  68. 68338ee 2to3: Apply basestring fixer. by Charles Harris · 12 years ago
  69. 7f5af37 2to3: Apply the `numliterals` fixer and skip the `long` fixer. by Charles Harris · 12 years ago
  70. a3f2e04 ENH: add `invert` parameter to numpy.in1d(). by Julien Phalip · 12 years ago
  71. 011f8a2 2to3: Apply `repr` fixer. by Charles Harris · 12 years ago
  72. 1340fa6 Merge pull request #3205 from charris/2to3-apply-dict-fixer by Charles Harris · 12 years ago
  73. ef76d49 Merge pull request #3202 from charris/2to3-reduce-fixups by njsmith · 12 years ago
  74. aab46a7 2to3: apply `dict` fixer. by Charles Harris · 12 years ago
  75. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  76. 77e09f1 MAINT: Cleanup some imports involving reduce. by Charles Harris · 12 years ago
  77. 49a8902 Merge pull request #3191 from charris/2to3-apply-imports-fixer by Charles Harris · 12 years ago
  78. ca77e31 Merge pull request #460 from endolith/regex_formatting by Charles Harris · 12 years ago
  79. 09a52ed 2to3: Apply `imports` fixer. by Charles Harris · 12 years ago
  80. d4b88c1 2to3: Use absolute imports. by Charles Harris · 12 years ago
  81. 91aa03f 2to3: Replace xrange by range and use list(range(...)) where needed by Charles Harris · 12 years ago
  82. 0d35127 DOC: regex-assisted fixes of definition list formatting by endolith · 12 years ago
  83. 653a6fd DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes by endolith · 12 years ago
  84. 6aa264c 2to3: Put `from __future__ import division in every python file. by Charles Harris · 12 years ago
  85. 3655b73 2to3: Apply `raise` fixes. Closes #3077. by Charles Harris · 12 years ago
  86. 48df796 Merge pull request #2967 from sbyrnes321/master by Charles Harris · 12 years ago
  87. 705bf92 2to3: Use modern exception syntax. by Charles Harris · 12 years ago
  88. c714dad DOC -- add another paragraph note to ndarray.view docs (cont'd) by Steve · 13 years ago
  89. 637dbd8 DOC -- add another paragraph note to ndarray.view docs by Steve · 13 years ago
  90. df259db DEP: Remove scons related files and code. by Charles Harris · 13 years ago
  91. 686bcfd Merge pull request #2747 from mdboom/fix-masked-recarrays-with-objects by njsmith · 13 years ago
  92. 7b75899 Merge pull request #2745 from certik/fix_warnings by Ondřej Čertík · 13 years ago
  93. 457b78f Add a test by Michael Droettboom · 13 years ago
  94. 09d82ea Merge pull request #2703 from astrofrog/fix-masked-fill-view by Ralf Gommers · 13 years ago
  95. 1871820 MAINT: In test_varstd_specialcases out parameters should be 0-d. by Charles Harris · 13 years ago
  96. 65ed5eb MAINT: Avoid unneeded call in masked array std method. by Charles Harris · 13 years ago
  97. 7678c98 TST: Add test for gh-2757. by Charles Harris · 13 years ago
  98. 38c150c BUG: gh-2757, masked array var method should zero masked out parameter. by Charles Harris · 13 years ago
  99. dadf5b9 Minor fix to fill_view test by Thomas Robitaille · 13 years ago
  100. dba2499 Improvements to ndarray.view docstring by Thomas Robitaille · 13 years ago