Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Committed patch from Ryan May. It fixes error in loadtxt occurring when ↵ | dhuard | 2008-07-22 | 1 | -0/+11 | |
| | | | | | | usecols is not None and dtypes are given. I added the test suggested by Ryan. | |||||
* | Make use of assert_raises from numpy.testing, and added run_module_suite to ↵ | Alan McIntyre | 2008-07-14 | 1 | -3/+5 | |
| | | | | | | support running test module stand-alone. | |||||
* | Added tests to improve coverage. | Alan McIntyre | 2008-07-13 | 5 | -4/+254 | |
| | | | | Renamed TestPiecewise methods so that they will be picked up by nose. | |||||
* | Use TestCase instead of NumpyTestCase. | Stefan van der Walt | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | Piecewise should not expose raw memory. Closes #798. | Stefan van der Walt | 2008-07-08 | 1 | -4/+42 | |
| | ||||||
* | BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ↵ | Robert Kern | 2008-07-03 | 1 | -3/+9 | |
| | | | | the local imports. | |||||
* | Clean up test output such that a completely-passing test suite has no ↵ | Robert Kern | 2008-07-03 | 1 | -2/+7 | |
| | | | | extraneous output. | |||||
* | BUG: need to create exceptions correctly. | Robert Kern | 2008-07-03 | 1 | -9/+15 | |
| | ||||||
* | ENH: Add broadcast_arrays() function to expose broadcasting to pure Python ↵ | Robert Kern | 2008-07-03 | 1 | -0/+206 | |
| | | | | functions that cannot be made to be ufuncs. | |||||
* | Reduce numpy's import times by delaying a few time consuming imports to the ↵ | Robert Kern | 2008-07-03 | 1 | -1/+2 | |
| | | | | point of actual use and global instantiations of finfo. Thanks to David Cournapeau for tracking down and fixing the import part of the problem. | |||||
* | Remove uses of set_package_path, set_local_path, restore_path. | Alan McIntyre | 2008-07-03 | 9 | -103/+53 | |
| | | | | | Clean up and (somewhat) standardize test module imports. Removed unneeded reload calls. | |||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 15 | -18/+23 | |
| | | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc. | |||||
* | Fix piecewise to handle 0-d inputs. | Travis Oliphant | 2008-06-17 | 1 | -0/+7 | |
| | ||||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 15 | -299/+352 | |
| | | | | modules. | |||||
* | fixed whitespace w/ reindent | Jarrod Millman | 2008-05-22 | 1 | -18/+18 | |
| | ||||||
* | 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 | |
|/ |