summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Backport r5498 fixes to loadtxt.Charles Harris2008-07-221-33/+82
* Backport r5465.Charles Harris2008-07-201-1/+1
* Backport r5324 and r5320 by copying format.py from trunk.Charles Harris2008-07-161-42/+62
* Backport r5342.Robert Kern2008-07-152-3/+12
* Merge changeset 5359:5360 from trunk.Stefan van der Walt2008-07-152-5/+72
* More backporting of scons changes: require 0.8.2David Cournapeau2008-07-091-5/+2
* Merge revisions 5266:5288: update scons scripts to new variant_dir conventionsDavid Cournapeau2008-07-092-9/+11
|\
| * Adapat numpy.lib scons build to new build_dir conventions.David Cournapeau2008-06-121-2/+2
| * Adapt numpy.lib to new scons build_dir behavior.David Cournapeau2008-06-122-9/+11
| * Merged revisions 5204-5257 via svnmerge from David Cournapeau2008-06-071-4/+1
| |\
| | * Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled inDavid Cournapeau2008-05-201-4/+1
* | | Merge revision 5258 from trunk: some updates to scons scripts.David Cournapeau2008-07-091-4/+1
* | | Backport fix for ticket #828.Charles Harris2008-06-281-8/+12
|/ /
* | fixed whitespace w/ reindentJarrod Millman2008-05-221-18/+18
|/
* Fix math markup in docstrings.Stefan van der Walt2008-05-191-2/+5
* Fix math in Bartlett docstring.Stefan van der Walt2008-05-191-1/+1
* Merge documentation changes from wiki.Stefan van der Walt2008-05-194-120/+242
* Fix ReST markup in docstrings.Stefan van der Walt2008-05-161-133/+143
* Restore change to docstring overwritten by wiki merge.Stefan van der Walt2008-05-141-2/+2
* Merge docstrings from wiki.Stefan van der Walt2008-05-141-8/+11
* Fix ticket #791.Travis Oliphant2008-05-131-2/+2
* Suppress test output.Stefan van der Walt2008-05-011-2/+1
* Disable underflow warning reporting when testing for arch + test (#759).David Cournapeau2008-04-292-0/+41
* Add comments to savetxt.Stefan van der Walt2008-04-281-4/+10
* Support for multi formatting elements in savetxt [patch by David Huard].Stefan van der Walt2008-04-282-61/+80
* histogram: an error is raised for varying bin widths only if normed=True.dhuard2008-04-251-3/+13
* Added an ignore warning in the test to avoid buildbot messages.dhuard2008-04-251-0/+2
* Fix to histogram with respect to block updating.adhuard2008-04-251-6/+6
* Modified histogram according to the discussion on the numpy ML.dhuard2008-04-252-65/+252
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-2010-138/+137
* Fixing #738: Even more careful drive letter handling. And make the tests actu...Pauli Virtanen2008-04-192-3/+3
* Fixing #738: remember to sanitize away also Windows drive lettersPauli Virtanen2008-04-191-1/+2
* Fix bug #738 and add corresponding tests.Pauli Virtanen2008-04-192-5/+67
* Don't require gzip or bz2 until the actual functionality is requested.Robert Kern2008-04-173-7/+32
* Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ...dhuard2008-04-162-19/+124
* Fix fromregex, add documentation and tests [patch by Pauli Virtanen].Stefan van der Walt2008-04-122-29/+85
* Compare against native-endian types, not endian-specific types.Robert Kern2008-04-121-2/+2
* Add lookfor function from ticket #734Travis Oliphant2008-04-111-1/+186
* Add one more test from ticket #728Travis Oliphant2008-04-111-0/+4
* Fixed #728 scalar coercion problem with mixed types and r_Travis Oliphant2008-04-112-9/+17
* Fix vander docstring.Stefan van der Walt2008-04-091-4/+3
* Added test for handling missing data using loadtxt.dhuard2008-04-091-0/+18
* Formatted the docstring. Added comment regarding the handling of missing valu...dhuard2008-04-091-42/+40
* Fix doc-tests for financial.py so they don't rely on floating-point exactness...Travis Oliphant2008-04-082-21/+23
* Improve comments.Travis Oliphant2008-04-081-1/+10
* Add docs and examples for financial functions.Travis Oliphant2008-04-083-35/+97
* Modified io._getconv to allow loading values stored as float as integers arra...dhuard2008-04-042-1/+11
* Add modified internal rate of return calculation which is more conservative a...Travis Oliphant2008-04-042-1/+31
* Add fromregex function (needs more testing) and some simple spreadsheet-like ...Travis Oliphant2008-04-043-0/+207
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-032-1/+16