1. 7072af9 Small corrections to tests by Marten van Kerkwijk · 12 years ago
  2. a362059 Add test cases to ensure NotImplemented is passed on by Marten van Kerkwijk · 12 years ago
  3. 203c1ac Ensure NotImplemented is passed on in MaskedArray ufunc's by Marten van Kerkwijk · 12 years ago
  4. fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
  5. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  6. 0cc113c MAINT: Make setting mask values with scalars faster. by Richard Hattersley · 12 years ago
  7. 05a15c8 MAINT: Remove uses of the WarningManager class. by Charles Harris · 12 years ago
  8. 2f1174d MAINT: Use np.errstate context manager. by Charles Harris · 12 years ago
  9. 8f547d3 Merge pull request #3448 from efiring/ma_compress by Charles Harris · 12 years ago
  10. 216d8cb BUG: add __len__ method to ma.mvoid; closes #576 by Eric Firing · 12 years ago
  11. c2465b6 BUG: np.ma.compress treated inputs in wrong order; closes #2495 by Eric Firing · 12 years ago
  12. fb4edf7 BUG: field assignment in masked array did not reset mask; closes #2403 by Eric Firing · 12 years ago
  13. ace8ee7 BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684) by Warren Weckesser · 12 years ago
  14. 4a7f2b7 MAINT: ma: clean up ma/test_extras.py: don't use 'import *'; PEP8 whitespace by Warren Weckesser · 12 years ago
  15. 424d84b DOC: fix comments in min and ptp. by John Benediktsson · 12 years ago
  16. 37723a5 TST: fix some function name conflicts by Julian Taylor · 12 years ago
  17. 4c291f3 BUG: Correctly pass on ddof paramter on inside np.ma.corrcoef by Sebastian Berg · 12 years ago
  18. dec4f4b MAINT: Apply 2to3 idioms fixer. by Charles Harris · 12 years ago
  19. a8805f6 Merge pull request #3265 from jamestwebber/patch-2 by Charles Harris · 12 years ago
  20. 3a5c547 2to3: Apply unicode fixer. by Charles Harris · 12 years ago
  21. 56e806a Merge pull request #3242 from charris/2to3-apply-types-fixer by Charles Harris · 12 years ago
  22. abaf953 Adding a test for #3265 by jamestwebber · 12 years ago
  23. 4e6b48e Update masked array copy to preserve array order by jamestwebber · 12 years ago
  24. c6de097 2to3: Apply next fixer. by Charles Harris · 12 years ago
  25. c879ad8 2to3: Apply types fixer. by Charles Harris · 12 years ago
  26. 3f2c789 Merge pull request #3244 from charris/2to3-apply-zip-fixer by Charles Harris · 12 years ago
  27. 0dfe67a 2to3: Apply zip fixer. by Charles Harris · 12 years ago
  28. 68338ee 2to3: Apply basestring fixer. by Charles Harris · 12 years ago
  29. 7f5af37 2to3: Apply the `numliterals` fixer and skip the `long` fixer. by Charles Harris · 12 years ago
  30. a3f2e04 ENH: add `invert` parameter to numpy.in1d(). by Julien Phalip · 12 years ago
  31. 011f8a2 2to3: Apply `repr` fixer. by Charles Harris · 12 years ago
  32. 1340fa6 Merge pull request #3205 from charris/2to3-apply-dict-fixer by Charles Harris · 12 years ago
  33. ef76d49 Merge pull request #3202 from charris/2to3-reduce-fixups by njsmith · 12 years ago
  34. aab46a7 2to3: apply `dict` fixer. by Charles Harris · 12 years ago
  35. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  36. 77e09f1 MAINT: Cleanup some imports involving reduce. by Charles Harris · 12 years ago
  37. 49a8902 Merge pull request #3191 from charris/2to3-apply-imports-fixer by Charles Harris · 12 years ago
  38. ca77e31 Merge pull request #460 from endolith/regex_formatting by Charles Harris · 12 years ago
  39. 09a52ed 2to3: Apply `imports` fixer. by Charles Harris · 12 years ago
  40. d4b88c1 2to3: Use absolute imports. by Charles Harris · 12 years ago
  41. 91aa03f 2to3: Replace xrange by range and use list(range(...)) where needed by Charles Harris · 12 years ago
  42. 0d35127 DOC: regex-assisted fixes of definition list formatting by endolith · 12 years ago
  43. 653a6fd DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes by endolith · 12 years ago
  44. 6aa264c 2to3: Put `from __future__ import division in every python file. by Charles Harris · 12 years ago
  45. 3655b73 2to3: Apply `raise` fixes. Closes #3077. by Charles Harris · 12 years ago
  46. 48df796 Merge pull request #2967 from sbyrnes321/master by Charles Harris · 12 years ago
  47. 705bf92 2to3: Use modern exception syntax. by Charles Harris · 12 years ago
  48. c714dad DOC -- add another paragraph note to ndarray.view docs (cont'd) by Steve · 13 years ago
  49. 637dbd8 DOC -- add another paragraph note to ndarray.view docs by Steve · 13 years ago
  50. df259db DEP: Remove scons related files and code. by Charles Harris · 13 years ago
  51. 686bcfd Merge pull request #2747 from mdboom/fix-masked-recarrays-with-objects by njsmith · 13 years ago
  52. 7b75899 Merge pull request #2745 from certik/fix_warnings by Ondřej Čertík · 13 years ago
  53. 457b78f Add a test by Michael Droettboom · 13 years ago
  54. 09d82ea Merge pull request #2703 from astrofrog/fix-masked-fill-view by Ralf Gommers · 13 years ago
  55. 1871820 MAINT: In test_varstd_specialcases out parameters should be 0-d. by Charles Harris · 13 years ago
  56. 65ed5eb MAINT: Avoid unneeded call in masked array std method. by Charles Harris · 13 years ago
  57. 7678c98 TST: Add test for gh-2757. by Charles Harris · 13 years ago
  58. 38c150c BUG: gh-2757, masked array var method should zero masked out parameter. by Charles Harris · 13 years ago
  59. dadf5b9 Minor fix to fill_view test by Thomas Robitaille · 13 years ago
  60. dba2499 Improvements to ndarray.view docstring by Thomas Robitaille · 13 years ago
  61. ab66c25 Clarified MaskedArray.view documentation, and added more tests by Thomas Robitaille · 13 years ago
  62. 4bacc46 Added test for fill_value behavior in MaskedArray.view, and use fill_value to set the fill value, rather than _fill_value, since using fill_value takes care of setting _fill_value to an array. by Thomas Robitaille · 13 years ago
  63. 2a43ed3 Added a `fill_value` keyword to `MaskedArray.view`, and clarify the behavior in the docstring. by Thomas Robitaille · 13 years ago
  64. 15d1aa3 Change test to use np.testing.assert_ by Thomas Robitaille · 13 years ago
  65. 0196aed Fixes #2432. Rather than creating a new data array and assigning to it (which doesn't work when it is a recarray containing object fields), just create a copy with the np.array constructor. by Michael Droettboom · 13 years ago
  66. 2d841a8 TST: Catch possible warnings by Ondřej Čertík · 13 years ago
  67. 4171e50 Fix setting of fill_value for string columns in Python 3 by Thomas Robitaille · 13 years ago
  68. 3e99f32 Don't reset the fill_value of a MaskedArray when calling view() with no dtype by Thomas Robitaille · 13 years ago
  69. 1532b7c Fixed failing tests by Thomas Robitaille · 13 years ago
  70. 7caac2e When accessing MaskedArray rows, always return an mvoid object by Thomas Robitaille · 13 years ago
  71. a11aab3 BUG: fix pickling MaskedConstant by Robert Kende · 13 years ago
  72. e2ec1ea TST: pickling MaskedConstant by Robert Kende · 13 years ago
  73. a76f0ed PY3: Fix fromtextfile "ResourceWarning: unclosed file". by Charles Harris · 13 years ago
  74. 4c35609 ENH: add angle() function to ma by Eric Firing · 14 years ago
  75. a2bb1cc BUG: Fix improper usage of warning filters in the tests by Mark Wiebe · 14 years ago
  76. 008e5e9 TST: Add test for weight modification. by Charles Harris · 14 years ago
  77. eb042bf BUG: Handle weight correctly and don't modify the original. by Charles Harris · 14 years ago
  78. 3096486 MAINT: Make masked ma.polyfit match current polyfit. by Charles Harris · 14 years ago
  79. 00dff15 ENH: umath: Make sum, prod, any, or functions use the .reduce method directly by Mark Wiebe · 14 years ago
  80. 0375181 TST: ufunc: Tweak ma test to have a good output parameter, disable crashing NA test temporarily by Mark Wiebe · 14 years ago
  81. a6e869b BUG: ma: Fix a bug in numpy.ma hardmasks, exposed by the boolean indexing rewrite by Mark Wiebe · 14 years ago
  82. 6269494 ENH: missingdata: Implemented boolean assignment, working with NA masks by Mark Wiebe · 14 years ago
  83. 9164657 ENH: datetime: Masked arrays now use NaT as default filler value. by Ben Walsh · 14 years ago
  84. 1dd8eb7 BUG: datetime: Various fixes for datetime arrays. by Ben Walsh · 14 years ago
  85. b5cdaee ENH: Fix some functions to use copyto instead of the deprecated putmask. by Charles Harris · 14 years ago
  86. 3d9db9b TST: ma: Feedback from Derek about Python 3 failures in ma tests by Mark Wiebe · 14 years ago
  87. a72132d ENH: ma: Fix up ma and its tests to work with default same_kind casting by Mark Wiebe · 14 years ago
  88. 8949fe2 ENH: Tighten up dtype parsing in general, to catch some more invalid datetime results by Mark Wiebe · 14 years ago
  89. 966038e STY: Replace assert by assert_ in tests. There remain 124 uses of by Charles Harris · 14 years ago
  90. fd26303 STY: Fix up some remaining old-style exceptions. I think that is the end of it. by Charles Harris · 14 years ago
  91. e1a9692 STY: Update exception styles, trickier ones. by Charles Harris · 14 years ago
  92. cfd7664 STY: Update exception style, easy ones. by Charles Harris · 14 years ago
  93. 2812406 STY: Replace remaining old style classes with classes subclassing object. by Charles Harris · 14 years ago
  94. 9b354f4 TST: Add test for ticket #1559. by Charles Harris · 14 years ago
  95. ceb9ded DEP: remove deprecated items from ma/core.py by rgommers · 14 years ago
  96. 44ae46c DEP: remove unique1d, setmember1d and intersect1d_nu. by rgommers · 14 years ago
  97. 46ce29d TST: fix two divide-by-zero test warnings. by rgommers · 14 years ago
  98. 4ca2465 DOC: merge more doc wiki edits. by rgommers · 14 years ago
  99. 779b01b WRN: iter: Fix half-float warnings, other small tweaks by Mark Wiebe · 15 years ago
  100. 87596cf ENH: ufunc: Make many more tests pass with the new ufunc code by Mark Wiebe · 15 years ago