summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix segfault in N.float64, ticket #412.Travis Oliphant2007-01-091-2/+4
|
* Whitespace cleanup.Stefan van der Walt2007-01-087-36/+32
|
* fix for #407 and add unit test for itTim Leslie2007-01-081-0/+4
|
* Fix tests for Boolean.Travis Oliphant2006-12-241-8/+8
|
* Fix tests to run cleanly with new, tighter error handling.Tim Hochberg2006-10-192-0/+40
|
* Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ↵Travis Oliphant2006-10-091-3/+14
| | | | as kron(ones(s,b.dtype), b)
* Kron is now N-dimensional, so remove rank check.Stefan van der Walt2006-10-071-16/+0
|
* Add test for insert.Stefan van der Walt2006-10-071-0/+7
|
* Add tests for tile and fix error.Travis Oliphant2006-10-071-0/+11
|
* Add tests for tickets #312, #322, for polynomial roots and for settingStefan van der Walt2006-10-061-0/+4
| | | | elements in object arrays.
* Fix back repr of arrays to not have quote unless flexible.Travis Oliphant2006-09-251-8/+8
|
* Fix doctests for new dtypeTravis Oliphant2006-09-241-8/+8
|
* Add tests to arraysetops for empty arrays.Stefan van der Walt2006-09-191-0/+14
|
* Add ediff1d support for empty arrays.Stefan van der Walt2006-09-181-0/+12
| | | | | Fix ediff1d for to_begin or to_end = 0. Allow insert to operate on empty arrays.
* Rename to histogramdd as original author said.Travis Oliphant2006-09-151-5/+5
|
* Fix up r_ so you can specify the minimum number of dimensions to force ↵Travis Oliphant2006-09-141-1/+1
| | | | arrays to and allow alteration of the concatenation axis and whether or not to transpose 1d arrays
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-142-6/+50
|
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-292-16/+16
|
* Merge changes mistakenly added to 1.0b4 tag to the main trunkTravis Oliphant2006-08-281-4/+4
|
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-141-62/+0
|
* Fix ndpointer and add tests from ticket #245Travis Oliphant2006-08-141-0/+62
|
* Convert so that axis arguments are consistent for methods and functions. ↵Travis Oliphant2006-08-041-2/+2
| | | | Place functions for which this changes the Numeric default into oldnumeric.
* Fixed a memory-leak in EnsureArray. Added __array_priority__ to array ↵Travis Oliphant2006-07-201-1/+1
| | | | scalars. Added bug-fixes part of david huard's histogramdd ticket.
* Apply patch for unique from #154Travis Oliphant2006-07-191-1/+9
|