Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress test output. | Stefan van der Walt | 2008-05-01 | 1 | -2/+1 |
| | |||||
* | Disable underflow warning reporting when testing for arch + test (#759). | David Cournapeau | 2008-04-29 | 1 | -0/+31 |
| | |||||
* | Support for multi formatting elements in savetxt [patch by David Huard]. | Stefan van der Walt | 2008-04-28 | 1 | -21/+20 |
| | | | | Closes #663. | ||||
* | Added an ignore warning in the test to avoid buildbot messages. | dhuard | 2008-04-25 | 1 | -0/+2 |
| | |||||
* | Modified histogram according to the discussion on the numpy ML. | dhuard | 2008-04-25 | 1 | -2/+93 |
| | | | | This transitions from the old behavior to the new behavior using the new keyword. | ||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 4 | -41/+41 |
| | |||||
* | Fixing #738: Even more careful drive letter handling. And make the tests ↵ | Pauli Virtanen | 2008-04-19 | 1 | -2/+2 |
| | | | | actually pass on Windows. | ||||
* | Fix bug #738 and add corresponding tests. | Pauli Virtanen | 2008-04-19 | 1 | -4/+51 |
| | | | | | | | | 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 Kern | 2008-04-17 | 1 | -2/+14 |
| | |||||
* | Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ↵ | dhuard | 2008-04-16 | 1 | -6/+78 |
| | | | | of savetxt, added some info on formatting. | ||||
* | Fix fromregex, add documentation and tests [patch by Pauli Virtanen]. | Stefan van der Walt | 2008-04-12 | 1 | -19/+53 |
| | |||||
* | Compare against native-endian types, not endian-specific types. | Robert Kern | 2008-04-12 | 1 | -2/+2 |
| | |||||
* | Add one more test from ticket #728 | Travis Oliphant | 2008-04-11 | 1 | -0/+4 |
| | |||||
* | Fixed #728 scalar coercion problem with mixed types and r_ | Travis Oliphant | 2008-04-11 | 1 | -0/+4 |
| | |||||
* | Added test for handling missing data using loadtxt. | dhuard | 2008-04-09 | 1 | -0/+18 |
| | |||||
* | Fix doc-tests for financial.py so they don't rely on floating-point ↵ | Travis Oliphant | 2008-04-08 | 1 | -19/+19 |
| | | | | exactness. Start filling in final function. | ||||
* | Add docs and examples for financial functions. | Travis Oliphant | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | Modified io._getconv to allow loading values stored as float as integers ↵ | dhuard | 2008-04-04 | 1 | -0/+10 |
| | | | | | | 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 Oliphant | 2008-04-04 | 1 | -0/+5 |
| | | | | and takes into account re-investing profits and expense of financing losses. | ||||
* | Add fromregex function (needs more testing) and some simple spreadsheet-like ↵ | Travis Oliphant | 2008-04-04 | 1 | -0/+34 |
| | | | | financial calculations. | ||||
* | added 1D tests for loadtxt and savetxt. Fixed a bug | dhuard | 2008-04-03 | 1 | -0/+15 |
| | |||||
* | Fixed a bug with loadtxt and savetxt failing on record arrays. This ↵ | dhuard | 2008-04-03 | 1 | -0/+52 |
| | | | | | | addresses ticket #623. Added simple tests for loadtxt and savetxt. | ||||
* | Add regression test for #628. | David Cournapeau | 2008-03-21 | 1 | -0/+33 |
| | |||||
* | Clean up of average function. weights now should have the same shape as a, ↵ | dhuard | 2008-03-19 | 1 | -10/+48 |
| | | | | or be 1D with length equal to the shape of a along axis. A number of tests are added. | ||||
* | Rewrite average and document it. | Charles Harris | 2008-03-16 | 1 | -13/+12 |
| | | | | | | 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. | ||||
* | Fix polyfit for 2D case and add test for same. Fixes ticket 697. | Charles Harris | 2008-03-15 | 1 | -0/+15 |
| | |||||
* | Added a test for average. It uncovers a bug related to the shape of the weights. | dhuard | 2008-03-14 | 1 | -0/+14 |
| | |||||
* | Added test for 4D histogramdd case. Ticket 690. | dhuard | 2008-03-14 | 1 | -9/+32 |
| | |||||
* | Add datasource test file that didn't make it in the move from scipy.io to ↵ | chris.burns | 2008-02-12 | 1 | -0/+248 |
| | | | | numpy.lib. | ||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -15/+13 |
| | |||||
* | Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in ↵ | Travis Oliphant | 2008-01-02 | 1 | -3/+1 |
| | | | | numpy.testing | ||||
* | Merge the lib_for_io branch back into the trunk. | Travis Oliphant | 2007-12-30 | 1 | -0/+512 |
|\ | |||||
| * | Create a branch for io work in NumPy | Travis Oliphant | 2007-12-15 | 9 | -1787/+0 |
| | | |||||
* | | more janitorial work | Jarrod Millman | 2007-12-29 | 2 | -10/+8 |
| | | |||||
* | | Add test for setdiff1d on character arrays. | Stefan van der Walt | 2007-12-21 | 1 | -0/+4 |
|/ | |||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+0 |
| | |||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 9 | -74/+74 |
| | |||||
* | Fix tri when dtype is bool (closes ticket #574). | Stefan van der Walt | 2007-09-30 | 1 | -3/+11 |
| | |||||
* | Add test -- dimensions for rot90. | Stefan van der Walt | 2007-09-20 | 1 | -0/+3 |
| | |||||
* | Fix string conversion of polynomial when leading coefficients are | Stefan van der Walt | 2007-08-06 | 1 | -0/+12 |
| | | | | zero. Closes ticket #564. | ||||
* | Fix asfarray to return an array instead of a matrix. | Stefan van der Walt | 2007-08-01 | 1 | -0/+6 |
| | |||||
* | Add regression test for eye. | Stefan van der Walt | 2007-07-25 | 1 | -0/+2 |
| | |||||
* | Tile empty arrays. | Stefan van der Walt | 2007-07-10 | 1 | -0/+5 |
| | |||||
* | Clean up select docstring. | Stefan van der Walt | 2007-05-28 | 1 | -1/+7 |
| | |||||
* | Select should not modify output arguments. Add test for basic select ↵ | Stefan van der Walt | 2007-05-28 | 1 | -1/+15 |
| | | | | functionality. | ||||
* | Add patch from dhuard to histogramdd. Fixes ticket #509. | Charles Harris | 2007-05-13 | 1 | -4/+8 |
| | | | | | | Restructure restructured comments; avoid consolidated lists, they are too ugly to contemplate and move around where they aren't wanted. They can be fixed later if epydoc fixes things up. | ||||
* | Add iinfo based on a patch by Albert Strasheim (ticket #250). | Stefan van der Walt | 2007-05-13 | 1 | -1/+18 |
| | |||||
* | added simple test for weighted average | Eric Jones | 2007-04-11 | 1 | -0/+7 |
| | |||||
* | Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben Granett | Travis Oliphant | 2007-04-02 | 2 | -1/+36 |
| | |||||
* | Replace tabs with spaces. | Stefan van der Walt | 2007-03-23 | 1 | -9/+9 |
| |