summaryrefslogtreecommitdiff
path: root/numpy/ma/bench.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Kill old hand-written benchmarksRohit Goswami2022-12-051-130/+0
* MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-Dimitri Papadopoulos2021-10-061-1/+0
* MAINT: Conversion of some strings to fstrings, part III (#17623)jakobjakobson132020-10-251-5/+5
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Fix encoding regression in ma/bench.py (Issue #10868)Jonathan March2018-04-091-0/+2
* STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.pyCharles Harris2015-07-041-55/+20
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-22/+22
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-21/+21
* 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/+1
* Removed unused imports.Alan McIntyre2008-09-131-3/+3
* Fix benchmarks. Remove remaining imports of maskedarray.Stefan van der Walt2007-12-151-61/+28
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+198