| Commit message (Expand) | Author | Age | Files | Lines |
* | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` | Ralf Gommers | 2023-03-02 | 1 | -1/+1 |
* | ENH: Use new argument parsing for array creation functions | Sebastian Berg | 2021-03-18 | 1 | -2/+2 |
* | MAINT: Conversion of some strings to fstrings, part III (#17623) | jakobjakobson13 | 2020-10-25 | 1 | -5/+5 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -3/+3 |
* | MAINT: Remove use of unittest in NumPy tests. | xoviat | 2018-03-21 | 1 | -1/+2 |
* | MAINT: Rearrange files in numpy/testing module. | Charles Harris | 2017-07-04 | 1 | -6/+6 |
* | BUG: Remove warning NaT filter from masked array test utils | Sebastian Berg | 2017-05-07 | 1 | -5/+3 |
* | BUG: Suppress common NaT warnings | Sebastian Berg | 2016-09-02 | 1 | -3/+5 |
* | Revert "Merge pull request #7001 from shoyer/NaT-comparison" | Charles Harris | 2016-01-16 | 1 | -1/+4 |
* | TST, ENH: make all comparisons with NaT false | Stephan Hoyer | 2016-01-14 | 1 | -4/+1 |
* | MAINT: Continue to export some testing functions from ma.testutils. | Charles Harris | 2015-07-25 | 1 | -7/+10 |
* | STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*. | Charles Harris | 2015-07-25 | 1 | -1/+13 |
* | STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.py | Charles Harris | 2015-07-04 | 1 | -52/+86 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -2/+2 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+3 |
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 1 | -2/+3 |
* | WRN: iter: Fix half-float warnings, other small tweaks | Mark Wiebe | 2011-01-27 | 1 | -4/+1 |
* | ENH: core: Replace PyArray_CastTo with a call to PyArray_CopyInto | Mark Wiebe | 2011-01-17 | 1 | -3/+5 |
* | (no commit message) | pierregm | 2010-08-09 | 1 | -27/+27 |
* | Cleanup r7978 (add err_msg support to assert_mask_equal | mdroe | 2009-12-07 | 1 | -2/+2 |
* | testutils: | pierregm | 2008-12-23 | 1 | -13/+14 |
* | testutils: | pierregm | 2008-12-22 | 1 | -7/+9 |
* | use if ...: raise AssertionError instead of assert | pierregm | 2008-09-29 | 1 | -7/+14 |
* | Removed unused imports. | Alan McIntyre | 2008-09-13 | 1 | -4/+2 |
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -6/+6 |
* | testutils | pierregm | 2008-07-17 | 1 | -1/+10 |
* | prevent .reshape to update the whole __dict__ of the result, use ._update_fro... | pierregm | 2008-07-01 | 1 | -1/+1 |
* | Switched to use nose to run tests. Added test and bench functions to all mod... | Alan McIntyre | 2008-06-17 | 1 | -5/+5 |
* | core: | pierregm | 2008-06-03 | 1 | -94/+69 |
* | fixed whitespace w/ reindent | Jarrod Millman | 2008-05-22 | 1 | -1/+1 |
* | core : fixed a bug w/ array((0,0))/0. | pierregm | 2008-04-30 | 1 | -1/+27 |
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -1/+1 |
* | Fix benchmarks. Remove remaining imports of maskedarray. | Stefan van der Walt | 2007-12-15 | 1 | -2/+1 |
* | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. | Stefan van der Walt | 2007-12-15 | 1 | -0/+220 |