Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 2to3: Fix callable. | Charles Harris | 2013-02-28 | 1 | -1/+2 | |
| | ||||||
* | DEP: Remove scons related files and code. | Charles Harris | 2013-01-13 | 1 | -13/+0 | |
| | | | | | | | | | This removes files and code supporting scons builds. After this change numpy will only support builds using distutils or bento. The removal of scons has been discussed on the list several times and a decision has been made that scons support is no longer needed. This was originally discussed for numpy 1.7 and because the distutils and bento methods are still available we are skipping the usual deprecation period. | |||||
* | ENH: missingdata: Make numpy.all follow the NA || True == True rule | Mark Wiebe | 2011-08-27 | 1 | -9/+18 | |
| | ||||||
* | ENH: missingdata: Change things to help scipy pass its tests | Mark Wiebe | 2011-08-27 | 1 | -10/+26 | |
| | | | | Improving the NumPy tests a bit to catch these errors better... | |||||
* | DOC: minor documentation fixes | Pauli Virtanen | 2011-06-25 | 1 | -1/+1 | |
| | ||||||
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 3 | -80/+80 | |
| | | | | assert in non-testing files that should be checked for correctness. | |||||
* | STY: Update exception styles, trickier ones. | Charles Harris | 2011-04-05 | 1 | -1/+1 | |
| | ||||||
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -4/+4 | |
| | ||||||
* | ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ↵ | Mark Wiebe | 2011-01-17 | 1 | -1/+1 | |
| | | | | | | | | iterator I also found that the tricky case of CopyAnyInto wasn't being triggered by the test suite, so added a new function ndarray.setasflat, which calls CopyAnyInto. | |||||
* | DOC: wiki merge, matrlixlib and some ndarray methods. | rgommers | 2010-07-31 | 2 | -13/+13 | |
| | ||||||
* | ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) | Pauli Virtanen | 2010-04-30 | 1 | -2/+3 | |
| | ||||||
* | 3K: matrixlib: adapt to changes in str.translate | Pauli Virtanen | 2010-02-21 | 1 | -14/+26 | |
| | ||||||
* | DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest | Charles Harris | 2010-02-20 | 1 | -1/+1 | |
| | | | | | | | | | module. The fix should be good for Python >= 2.4 and used the following sed script: s/\<failUnless\>/assertTrue/g s/\<failIf\>/assertFalse/g s/\<failUnlessEqual\>/assertEqual/g s/\<failUnlessRaises\>/assertRaises/g | |||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -4/+4 | |
| | ||||||
* | Docstring update: matrixlib | Pauli Virtanen | 2009-10-02 | 1 | -140/+526 | |
| | ||||||
* | Rename matrx to matrixlib. | David Cournapeau | 2009-09-18 | 8 | -0/+1142 | |
I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version. |