summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Collapse)AuthorAgeFilesLines
* Suppress test output.Stefan van der Walt2008-05-011-2/+1
|
* Disable underflow warning reporting when testing for arch + test (#759).David Cournapeau2008-04-291-0/+31
|
* Support for multi formatting elements in savetxt [patch by David Huard].Stefan van der Walt2008-04-281-21/+20
| | | | Closes #663.
* Added an ignore warning in the test to avoid buildbot messages.dhuard2008-04-251-0/+2
|
* Modified histogram according to the discussion on the numpy ML.dhuard2008-04-251-2/+93
| | | | 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-204-41/+41
|
* Fixing #738: Even more careful drive letter handling. And make the tests ↵Pauli Virtanen2008-04-191-2/+2
| | | | actually pass on Windows.
* Fix bug #738 and add corresponding tests.Pauli Virtanen2008-04-191-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 Kern2008-04-171-2/+14
|
* Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ↵dhuard2008-04-161-6/+78
| | | | of savetxt, added some info on formatting.
* Fix fromregex, add documentation and tests [patch by Pauli Virtanen].Stefan van der Walt2008-04-121-19/+53
|
* Compare against native-endian types, not endian-specific types.Robert Kern2008-04-121-2/+2
|
* 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-111-0/+4
|
* Added test for handling missing data using loadtxt.dhuard2008-04-091-0/+18
|
* Fix doc-tests for financial.py so they don't rely on floating-point ↵Travis Oliphant2008-04-081-19/+19
| | | | exactness. Start filling in final function.
* Add docs and examples for financial functions.Travis Oliphant2008-04-081-1/+1
|
* Modified io._getconv to allow loading values stored as float as integers ↵dhuard2008-04-041-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 Oliphant2008-04-041-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 Oliphant2008-04-041-0/+34
| | | | financial calculations.
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-031-0/+15
|
* Fixed a bug with loadtxt and savetxt failing on record arrays. This ↵dhuard2008-04-031-0/+52
| | | | | | addresses ticket #623. Added simple tests for loadtxt and savetxt.
* Add regression test for #628.David Cournapeau2008-03-211-0/+33
|
* Clean up of average function. weights now should have the same shape as a, ↵dhuard2008-03-191-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 Harris2008-03-161-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 Harris2008-03-151-0/+15
|
* 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
|
* Add datasource test file that didn't make it in the move from scipy.io to ↵chris.burns2008-02-121-0/+248
| | | | numpy.lib.
* ran reindentJarrod Millman2008-02-081-15/+13
|
* Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in ↵Travis Oliphant2008-01-021-3/+1
| | | | numpy.testing
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-0/+512
|\
| * Create a branch for io work in NumPyTravis Oliphant2007-12-159-1787/+0
| |
* | more janitorial workJarrod Millman2007-12-292-10/+8
| |
* | Add test for setdiff1d on character arrays.Stefan van der Walt2007-12-211-0/+4
|/
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
|
* Rename test classes to CapWords.Stefan van der Walt2007-10-029-74/+74
|
* Fix tri when dtype is bool (closes ticket #574).Stefan van der Walt2007-09-301-3/+11
|
* Add test -- dimensions for rot90.Stefan van der Walt2007-09-201-0/+3
|
* Fix string conversion of polynomial when leading coefficients areStefan van der Walt2007-08-061-0/+12
| | | | zero. Closes ticket #564.
* Fix asfarray to return an array instead of a matrix.Stefan van der Walt2007-08-011-0/+6
|
* Add regression test for eye.Stefan van der Walt2007-07-251-0/+2
|
* Tile empty arrays.Stefan van der Walt2007-07-101-0/+5
|
* Clean up select docstring.Stefan van der Walt2007-05-281-1/+7
|
* Select should not modify output arguments. Add test for basic select ↵Stefan van der Walt2007-05-281-1/+15
| | | | functionality.
* Add patch from dhuard to histogramdd. Fixes ticket #509.Charles Harris2007-05-131-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 Walt2007-05-131-1/+18
|
* added simple test for weighted averageEric Jones2007-04-111-0/+7
|
* Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben GranettTravis Oliphant2007-04-022-1/+36
|
* Replace tabs with spaces.Stefan van der Walt2007-03-231-9/+9
|