summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Closes #663.
* 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
| | | | This transitions from the old behavior to the new behavior using the new keyword.
* 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 ↵Pauli Virtanen2008-04-192-3/+3
| | | | actually pass on Windows.
* 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
| | | | | | | | lib._datasource.DataSource.abspath now sanitizes path names more carefully, making sure that all file paths reside in destdir, also on Windows. (Where both '/' and os.sep function as path separators, as far as os.path.join is concerned.)
* 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
| | | | of savetxt, added some info on formatting.
* 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 ↵dhuard2008-04-091-42/+40
| | | | values. Addresses ticket #717.
* Fix doc-tests for financial.py so they don't rely on floating-point ↵Travis Oliphant2008-04-082-21/+23
| | | | exactness. Start filling in final function.
* 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 ↵dhuard2008-04-042-1/+11
| | | | | | arrays. Added test to check the behavior as suggested in the comment from b. southey in ticket #623
* Add modified internal rate of return calculation which is more conservative ↵Travis Oliphant2008-04-042-1/+31
| | | | and takes into account re-investing profits and expense of financing losses.
* Add fromregex function (needs more testing) and some simple spreadsheet-like ↵Travis Oliphant2008-04-043-0/+207
| | | | financial calculations.
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-032-1/+16
|
* Fixed a bug with loadtxt and savetxt failing on record arrays. This ↵dhuard2008-04-032-4/+54
| | | | | | addresses ticket #623. Added simple tests for loadtxt and savetxt.
* Added patch from ticket #610 to allow floats in interp.Travis Oliphant2008-03-271-18/+18
|
* Add regression test for #628.David Cournapeau2008-03-211-0/+33
|
* added docstring to diagflat.dhuard2008-03-201-0/+16
|
* And add bincount to error message.Charles Harris2008-03-191-1/+1
|
* More typo fixing.Charles Harris2008-03-191-7/+7
|
* Fix histogram references in arr_bincount.Charles Harris2008-03-191-14/+15
|
* Clean up of average function. weights now should have the same shape as a, ↵dhuard2008-03-192-62/+92
| | | | or be 1D with length equal to the shape of a along axis. A number of tests are added.
* Change ValueError to TypeError in averageCharles Harris2008-03-161-2/+2
|
* Fix average to preserve matrices.Charles Harris2008-03-161-35/+31
| | | | Fix average documentation.
* Rewrite average and document it.Charles Harris2008-03-162-67/+92
| | | | | | Remove inappropriate test of average. This should close ticket 700, but someone else should check the documentation to see if the new function does what it is supposed to, whatever the heck that was.
* Clean up polyfit documentation.Charles Harris2008-03-151-38/+49
| | | | Add documentation for polyval.
* Fix polyfit for 2D case and add test for same. Fixes ticket 697.Charles Harris2008-03-152-41/+83
|
* Added a test for average. It uncovers a bug related to the shape of the weights.dhuard2008-03-141-0/+14
|
* Added test for 4D histogramdd case. Ticket 690.dhuard2008-03-141-9/+32
|
* Correct condition.Robert Kern2008-02-281-1/+1
|
* Typo.Robert Kern2008-02-281-1/+1
|
* One dtype representation issue got fixed. Documented the remaining one.Robert Kern2008-02-271-6/+7
|