Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Use np.errstate context manager. | Charles Harris | 2013-07-11 | 1 | -0/+1 |
* | Merge pull request #3202 from charris/2to3-reduce-fixups | njsmith | 2013-04-07 | 1 | -3/+1 |
|\ | |||||
| * | MAINT: Cleanup some imports involving reduce. | Charles Harris | 2013-04-06 | 1 | -3/+1 |
* | | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -4/+4 |
|/ | |||||
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | STY: Replace remaining old style classes with classes subclassing object. | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 1 | -9/+12 |
* | Removed unused imports. | Alan McIntyre | 2008-09-13 | 1 | -39/+37 |
* | Fix benchmarks. Remove remaining imports of maskedarray. | Stefan van der Walt | 2007-12-15 | 1 | -11/+7 |
* | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. | Stefan van der Walt | 2007-12-15 | 1 | -0/+461 |