Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Fixed merge_arrays for arrays of size 1 (bug #1407) | pierregm | 2010-03-26 | 1 | -37/+46 | |
| | | | | * merge_arrays now accepts sequences of lists/tuples as inputs | |||||
* | DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest | Charles Harris | 2010-02-20 | 1 | -2/+2 | |
| | | | | | | | | | 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 #1039: ignore sort order properly in find_duplicates test | Pauli Virtanen | 2009-03-30 | 1 | -8/+4 | |
| | ||||||
* | Sort index of find_duplicated before testing, because the exact order is ↵ | David Cournapeau | 2009-03-09 | 1 | -17/+14 | |
| | | | | undefined for identical entries. | |||||
* | Tag known failure on win32. | David Cournapeau | 2009-02-19 | 1 | -0/+3 | |
| | ||||||
* | * Added a 'autoconvert' option to stack_arrays. | pierregm | 2009-02-02 | 1 | -1/+31 | |
| | | | | * Fixed 'stack_arrays' to work with fields with titles. | |||||
* | * fixed a machine-dependent issue on default int ('<i4' on OS X, '<i8' on ↵ | pierregm | 2009-01-22 | 1 | -7/+10 | |
| | | | | | | linux) ? * fixed an machine-dependent issue on argsort ? | |||||
* | * added recfunctions, a collection of utilities to manipulate structured arrays. | pierregm | 2009-01-22 | 1 | -0/+570 | |