Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Improve test and add a test to Python. | Travis Oliphant | 2009-08-25 | 1 | -1/+4 | |
| | | ||||||
| * | Add patch in ticket #1138 which fixes mirr function to be the same as Excel ↵ | Travis Oliphant | 2009-08-25 | 1 | -7/+11 | |
| | | | | | | | | and OO Calc. | |||||
| * | add support for __array_prepare__ | Darren Dale | 2009-08-23 | 1 | -1/+17 | |
| | | ||||||
| * | Fixed compatibility issue of histogram with matplotlib 0.91.2 | dhuard | 2009-08-12 | 1 | -3/+3 | |
| | | ||||||
| * | Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) | Robert Cimrman | 2009-07-20 | 2 | -2/+5 | |
| | | ||||||
| * | Address #1167: faster twodim_base.diag/eye implementation by Luca Citi + tests | Pauli Virtanen | 2009-07-12 | 2 | -23/+62 | |
| | | ||||||
| * | Improvement to fill_diagonal suggested by Anand Patil. | Stefan van der Walt | 2009-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 4 | -246/+237 | |
| | | ||||||
| * | Fix versioning and inclusion to ref. guide in docs for #1132 | Pauli Virtanen | 2009-07-04 | 2 | -8/+41 | |
| | | ||||||
| * | Add example to savez. | Stefan van der Walt | 2009-07-04 | 1 | -0/+6 | |
| | | ||||||
| * | Add tests for dictionary interface to NpzFile. | Stefan van der Walt | 2009-07-04 | 1 | -0/+26 | |
| | | ||||||
| * | More complete dictionary interface to NpzFile [patch by David Warde-Farley] | Stefan van der Walt | 2009-07-04 | 1 | -0/+21 | |
| | | ||||||
| * | Fix diag_indices_from and add test. | Stefan van der Walt | 2009-07-04 | 2 | -10/+18 | |
| | | ||||||
| * | Fix twodim tests. | Stefan van der Walt | 2009-07-04 | 2 | -2/+3 | |
| | | ||||||
| * | Add indexing functions by Fernando Perez. | Stefan van der Walt | 2009-07-04 | 4 | -23/+506 | |
| | | ||||||
| * | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 10 | -273/+844 | |
| | | ||||||
| * | Fixed #1140: avoid div-by-zero in iter_coords_get for size=0 arrays | Pauli Virtanen | 2009-06-19 | 2 | -1/+11 | |
| | | ||||||
* | | Datetime branch compiles and all numpy tests pass. Ready to be merged back ↵ | Travis Oliphant | 2009-08-28 | 1 | -0/+4 | |
|/ | | | | to trunk. More development still needed, but it can take place in the trunk. | |||||
* | Added setmember1d_nu to arraysetops. | Robert Cimrman | 2009-06-08 | 2 | -19/+89 | |
| | ||||||
* | Replace string exception "multiarray.error" exposed by multiarray module | Charles Harris | 2009-06-06 | 1 | -4/+6 | |
| | | | | | | with PyExc_Exception. Replace string exception "numpy.lib.error" exposed by numpy.lib with PyExc_Exception. This should allow old code catching the string errors to catch the standard error types that are now raised. | |||||
* | Replace ValueError by TypeError in appropriate places. | Charles Harris | 2009-06-03 | 1 | -2/+2 | |
| | ||||||
* | Remove unused reference to MultiArrayError. | Charles Harris | 2009-06-03 | 1 | -3/+3 | |
| | ||||||
* | Remove string exceptions. | Charles Harris | 2009-06-03 | 1 | -45/+65 | |
| | | | | Remove macros containing gotos. | |||||
* | Initial style cleanup of _compiled_base.c | Charles Harris | 2009-06-02 | 1 | -381/+462 | |
| | ||||||
* | lib._iotools : | pierregm | 2009-05-28 | 3 | -17/+73 | |
| | | | | | | | | | | | * add the flatten_base keyword to flatten_dtype lib.io.genfromtxt * Use flatten_dtype(...,flatten_base=True) to deal with fields w/ shape lib.io.loadtxt * fixed for the case when one of the fields is object | |||||
* | loadtxt: allow shaped dtypes. | Stefan van der Walt | 2009-05-27 | 2 | -1/+13 | |
| | ||||||
* | docstring: fix bug in blackman docstring | Pauli Virtanen | 2009-05-21 | 1 | -1/+1 | |
| | ||||||
* | Docstring fixes: make some examples to work properly | Pauli Virtanen | 2009-05-20 | 1 | -17/+26 | |
| | ||||||
* | Fix formatting of complex coefficients in poly1d | Pauli Virtanen | 2009-04-24 | 2 | -7/+26 | |
| | ||||||
* | Fixed #1095: make polyint work well with object arrays | Pauli Virtanen | 2009-04-24 | 2 | -4/+26 | |
| | ||||||
* | Make test_histogramdd_too_many_bins a bit clearer. | Charles Harris | 2009-04-10 | 1 | -1/+1 | |
| | ||||||
* | Make histogramdd documentation a bit clearer. | Charles Harris | 2009-04-10 | 1 | -2/+3 | |
| | ||||||
* | Fix ticket #928 | Charles Harris | 2009-04-10 | 2 | -1/+7 | |
| | ||||||
* | Fixed #1039: ignore sort order properly in find_duplicates test | Pauli Virtanen | 2009-03-30 | 1 | -8/+4 | |
| | ||||||
* | Fixed #852: avoid filename clashes in savez, by using a secure temporary ↵ | Pauli Virtanen | 2009-03-30 | 2 | -16/+46 | |
| | | | | file name | |||||
* | Fix eigenvalue tests, the eigenvalues needed sorting. | Charles Harris | 2009-03-27 | 1 | -1/+1 | |
| | | | | Fix test_nanmin_alnan_on_axis, use assert_array_equal. | |||||
* | Fix nanmin, -max etc. to handle axis argument correctly. | Stefan van der Walt | 2009-03-26 | 2 | -6/+20 | |
| | ||||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 11 | -284/+606 | |
| | ||||||
* | docs: remove invalid information | Pauli Virtanen | 2009-03-21 | 1 | -4/+0 | |
| | ||||||
* | fix remaining tests to reflect new behavior of sign(nan) | Charles Harris | 2009-03-10 | 1 | -2/+2 | |
| | ||||||
* | Fix a test failure due to changes in the sign ufunc. | Charles Harris | 2009-03-10 | 1 | -1/+1 | |
| | ||||||
* | Fix import issue. | David Cournapeau | 2009-03-09 | 1 | -1/+1 | |
| | ||||||
* | Sort index of find_duplicated before testing, because the exact order is ↵ | David Cournapeau | 2009-03-09 | 1 | -17/+14 | |
| | | | | undefined for identical entries. | |||||
* | Remove dead code. | David Cournapeau | 2009-03-09 | 1 | -1/+0 | |
| | ||||||
* | Do not hardcode string for savetxt testing, as the exact representation ↵ | David Cournapeau | 2009-03-09 | 1 | -5/+6 | |
| | | | | depends on the platform. | |||||
* | BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is ↵ | David Cournapeau | 2009-03-09 | 1 | -9/+30 | |
| | | | | unusable with windows IO semantics + add another test for compressed string argument to loadtxt. | |||||
* | Close file handle in loadtxt if we opened the file ourselves. | David Cournapeau | 2009-03-09 | 1 | -45/+51 | |
| | ||||||
* | Fix polyint to work correctly with float, complex, and int inputs. | Charles Harris | 2009-03-09 | 2 | -10/+28 | |
| | | | | Fix polydiv to work correctly with float, complex, and int inputs. | |||||
* | Fix ticket #944. | Charles Harris | 2009-03-09 | 2 | -5/+10 | |
| | ||||||
* | Merge reviewed docstrings from editor. | Stefan van der Walt | 2009-03-08 | 1 | -2/+2 | |
| |