summaryrefslogtreecommitdiff
path: root/numpy/ma/testutils.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-1/+1
* ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-2/+2
* MAINT: Conversion of some strings to fstrings, part III (#17623)jakobjakobson132020-10-251-5/+5
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-3/+3
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-1/+2
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-6/+6
* BUG: Remove warning NaT filter from masked array test utilsSebastian Berg2017-05-071-5/+3
* BUG: Suppress common NaT warningsSebastian Berg2016-09-021-3/+5
* Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-1/+4
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-4/+1
* MAINT: Continue to export some testing functions from ma.testutils.Charles Harris2015-07-251-7/+10
* STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*.Charles Harris2015-07-251-1/+13
* STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.pyCharles Harris2015-07-041-52/+86
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-2/+3
* WRN: iter: Fix half-float warnings, other small tweaksMark Wiebe2011-01-271-4/+1
* ENH: core: Replace PyArray_CastTo with a call to PyArray_CopyIntoMark Wiebe2011-01-171-3/+5
* (no commit message)pierregm2010-08-091-27/+27
* Cleanup r7978 (add err_msg support to assert_mask_equalmdroe2009-12-071-2/+2
* testutils:pierregm2008-12-231-13/+14
* testutils:pierregm2008-12-221-7/+9
* use if ...: raise AssertionError instead of assertpierregm2008-09-291-7/+14
* Removed unused imports.Alan McIntyre2008-09-131-4/+2
* ran reindentJarrod Millman2008-08-081-6/+6
* testutilspierregm2008-07-171-1/+10
* prevent .reshape to update the whole __dict__ of the result, use ._update_fro...pierregm2008-07-011-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-5/+5
* core:pierregm2008-06-031-94/+69
* fixed whitespace w/ reindentJarrod Millman2008-05-221-1/+1
* core : fixed a bug w/ array((0,0))/0.pierregm2008-04-301-1/+27
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-1/+1
* Fix benchmarks. Remove remaining imports of maskedarray.Stefan van der Walt2007-12-151-2/+1
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+220