summaryrefslogtreecommitdiff
path: root/numpy/ma/timer_comparison.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Do not disable errors globally in ma/timer_comparison.pySebastian Berg2020-12-081-3/+10
* MAINT: Conversion of some strings to fstrings, part III (#17623)jakobjakobson132020-10-251-3/+2
* MAINT: changed ValueError line 103 in file timer_comparisonkaran-dhir2020-08-211-2/+2
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-8/+7
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* Changed the module name from 'np' to 'numpy' since the name 'np' was raising ...James Camel2015-08-181-3/+3
* STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.pyCharles Harris2015-07-041-71/+52
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-70/+70
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-0/+1
* Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-3/+1
|\
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-3/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-4/+4
|/
* 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/+2
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-1/+1
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-9/+12
* Removed unused imports.Alan McIntyre2008-09-131-39/+37
* Fix benchmarks. Remove remaining imports of maskedarray.Stefan van der Walt2007-12-151-11/+7
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+461