summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-177-43/+43
|
* Patch from David Huard to future-proof histogram2d testcookedm2006-07-061-3/+2
|
* Added histogram2d #161Travis Oliphant2006-07-011-6/+27
|
* Cast to double instead of float in digitize.Stefan van der Walt2006-06-301-0/+5
|
* Add docstring and tests for digitize.Stefan van der Walt2006-06-301-22/+32
|
* Fix for linspace (#118) was incomplete; good now.cookedm2006-05-171-0/+2
|
* #118: linspace should always return floatscookedm2006-05-161-0/+5
| | | | Patch from stefan; fix special case which could return an array of one int.
* Added NumpyTestCase.rundocs method to support running doc-tests via unittest ↵Pearu Peterson2006-04-262-7/+5
| | | | machinery - needed for running tests via testoob.
* Fix kron so that the return type reflects the type of its arguments. Also, ↵Tim Hochberg2006-04-201-0/+32
| | | | raise an exception if the arguments are not rank-2 since the other cases were some combination of ambiguous or broken.
* Fix object-loop reference counting in BUFFERED UFUNC.Travis Oliphant2006-04-141-9/+6
|
* Fix segfault on indexing (but functionality still not working). Add ↵Travis Oliphant2006-04-131-1/+6
| | | | vectorize test-case (ticket #52). Improve comments on broadcast failure.
* change use of deprecated NewAxis to newaxisTim Leslie2006-03-181-1/+1
|
* update tests to all run correctlyTim Leslie2006-03-134-7/+6
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-105-91/+91
| | | | extraneous whitespace
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-1/+1
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-2/+0
| | | | .dtypechar -> .dtype.char
* Arraysetops added to numpy.libRobert Cimrman2006-01-091-0/+145
|
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-052-0/+2
|
* More fixes...Travis Oliphant2006-01-048-19/+22
|
* Fixed libTravis Oliphant2006-01-041-0/+364
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-047-23/+23
|
* Change most setup.py filesTravis Oliphant2006-01-042-0/+301
|
* Moving things..Travis Oliphant2006-01-045-0/+646