summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Docstring updates, part 1Pauli Virtanen2009-10-024-62/+136
* Add regression test for ticker #1243.Charles Harris2009-09-301-0/+13
* Fix ticket #1243. Patch from gnutino.Charles Harris2009-09-301-1/+1
* Rename matrx to matrixlib.David Cournapeau2009-09-181-1/+1
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-165-408/+123
* Move finfo into core.David Cournapeau2009-09-167-703/+3
* Move linspace and logspace into core.David Cournapeau2009-09-163-192/+7
* Move matrix class into its own module.David Cournapeau2009-09-163-1/+3
* ENH: Fix some more uninitialized vars.David Cournapeau2009-09-161-1/+1
* Re-base the date-time branch back to the trunk.Travis Oliphant2009-08-2818-503/+1716
|\
| * Fix mirr function and its test. Thanks go to Skipper and Josef.Charles Harris2009-08-262-14/+14
| * Comment out failing test until it is decided where the problem lies.Charles Harris2009-08-261-5/+3
| * Make some fixes in mirr implementation to avoid overflow inCharles Harris2009-08-262-6/+6
| * Improve test and add a test to Python.Travis Oliphant2009-08-251-1/+4
| * Add patch in ticket #1138 which fixes mirr function to be the same as Excel a...Travis Oliphant2009-08-251-7/+11
| * add support for __array_prepare__Darren Dale2009-08-231-1/+17
| * Fixed compatibility issue of histogram with matplotlib 0.91.2dhuard2009-08-121-3/+3
| * Fix to setdiff1d (and masked version) + tests (#1133, by N.C.)Robert Cimrman2009-07-202-2/+5
| * Address #1167: faster twodim_base.diag/eye implementation by Luca Citi + testsPauli Virtanen2009-07-122-23/+62
| * Improvement to fill_diagonal suggested by Anand Patil.Stefan van der Walt2009-07-081-1/+1
| * Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman2009-07-084-246/+237
| * Fix versioning and inclusion to ref. guide in docs for #1132Pauli Virtanen2009-07-042-8/+41
| * Add example to savez.Stefan van der Walt2009-07-041-0/+6
| * Add tests for dictionary interface to NpzFile.Stefan van der Walt2009-07-041-0/+26
| * More complete dictionary interface to NpzFile [patch by David Warde-Farley]Stefan van der Walt2009-07-041-0/+21
| * Fix diag_indices_from and add test.Stefan van der Walt2009-07-042-10/+18
| * Fix twodim tests.Stefan van der Walt2009-07-042-2/+3
| * Add indexing functions by Fernando Perez.Stefan van der Walt2009-07-044-23/+506
| * Merge from doc wikiPauli Virtanen2009-06-1910-273/+844
| * Fixed #1140: avoid div-by-zero in iter_coords_get for size=0 arraysPauli Virtanen2009-06-192-1/+11
* | Datetime branch compiles and all numpy tests pass. Ready to be merged back t...Travis Oliphant2009-08-281-0/+4
|/
* Added setmember1d_nu to arraysetops.Robert Cimrman2009-06-082-19/+89
* Replace string exception "multiarray.error" exposed by multiarray moduleCharles Harris2009-06-061-4/+6
* Replace ValueError by TypeError in appropriate places.Charles Harris2009-06-031-2/+2
* Remove unused reference to MultiArrayError.Charles Harris2009-06-031-3/+3
* Remove string exceptions.Charles Harris2009-06-031-45/+65
* Initial style cleanup of _compiled_base.cCharles Harris2009-06-021-381/+462
* lib._iotools : pierregm2009-05-283-17/+73
* loadtxt: allow shaped dtypes.Stefan van der Walt2009-05-272-1/+13
* docstring: fix bug in blackman docstringPauli Virtanen2009-05-211-1/+1
* Docstring fixes: make some examples to work properlyPauli Virtanen2009-05-201-17/+26
* Fix formatting of complex coefficients in poly1dPauli Virtanen2009-04-242-7/+26
* Fixed #1095: make polyint work well with object arraysPauli Virtanen2009-04-242-4/+26
* Make test_histogramdd_too_many_bins a bit clearer.Charles Harris2009-04-101-1/+1
* Make histogramdd documentation a bit clearer.Charles Harris2009-04-101-2/+3
* Fix ticket #928Charles Harris2009-04-102-1/+7
* Fixed #1039: ignore sort order properly in find_duplicates testPauli Virtanen2009-03-301-8/+4
* Fixed #852: avoid filename clashes in savez, by using a secure temporary file...Pauli Virtanen2009-03-302-16/+46
* Fix eigenvalue tests, the eigenvalues needed sorting.Charles Harris2009-03-271-1/+1
* Fix nanmin, -max etc. to handle axis argument correctly.Stefan van der Walt2009-03-262-6/+20