summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_subclassing.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Add a test for slots and NDArrayOperatorsMixin subclassingMark Harfouche2023-01-271-0/+10
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
* TST: Adding a test that MaskedArrays respect ufunc deferral heirarchyGreg Lucas2022-07-131-0/+64
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-091-59/+0
* TST: Adding a test that MaskedArrays respect ufunc deferral heirarchyGreg Lucas2022-06-291-0/+59
* ENH: Let ndarray.__array_finalize__ be callable.Marten van Kerkwijk2022-01-081-3/+2
* REV: Add MaskedArray creation from non nd-array back in (#20386)Greg Lucas2021-11-161-0/+42
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-10/+8
* MAINT: Conversion of some strings to fstrings, part III (#17623)jakobjakobson132020-10-251-4/+4
* MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-011-2/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Convert property to @propertyAlex Watt2019-02-241-2/+2
* MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-271-33/+12
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-1/+1
* ENH: Improve MaskedArray.__repr__Eric Wieser2017-11-201-1/+1
* TST: Improve assertion error messagesEric Wieser2017-11-201-5/+8
* TST: Remove unittest dependencies in numpy/ma/tests.Charles Harris2017-07-241-56/+56
* BUG: Correctly distinguish between 0d arrays and scalarsEric Wieser2017-04-191-2/+18
* ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-011-1/+1
* Revert part of #3907 which incorrectly propogated MaskedArray info.Marten van Kerkwijk2016-02-201-0/+20
* STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*.Charles Harris2015-07-251-8/+7
* BUG Allow subclasses in MaskedArray ufuncs -- for non-ndarray _dataMarten van Kerkwijk2015-06-161-10/+30
* ENH: Let MaskedArray getter, setter respect baseclass overridesMarten van Kerkwijk2015-04-221-5/+88
* ENH: Ensure that repr and str work for MaskedArray non-ndarray basesMarten van Kerkwijk2014-04-041-0/+43
* Convert docstrings to comments for nose; PEP8 cleanup (some tests activated)Marten van Kerkwijk2013-10-121-11/+23
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-24/+24
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-4/+1
* TST: fix some function name conflictsJulian Taylor2013-06-051-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* TST: fix two divide-by-zero test warnings.rgommers2011-03-111-2/+6
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-26/+26
* * getdata : prevent unnecessary copies (thx to Eric Firing)pierregm2009-05-131-3/+25
* ran reindentJarrod Millman2008-12-311-2/+0
* core : * fixed make_mask_descr to recognize subdtypes pierregm2008-10-181-21/+1
* replaced assert with self.failUnlesspierregm2008-09-291-30/+30
* Removed unused imports.Alan McIntyre2008-09-091-2/+0
* Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-221-13/+13
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-15/+11
* core : clean up update_frompierregm2008-05-011-1/+1
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+183