summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Deprecate 'sync' in favour of 'flush'.Stefan van der Walt2008-02-221-3/+14
* Remove type-checking which failed with MaskedArrays. Add documentation and t...chris.burns2008-02-211-0/+27
* Add type specific mergesort for strings and unicode.Charles Harris2008-02-141-4/+4
* Add type specific heapsort for strings and unicode.Charles Harris2008-02-131-4/+4
* Add type specific heapsort to argsort kind options for strings and unicode. Charles Harris2008-02-131-6/+4
* Add regression tests for tickets #657 and #658.Stefan van der Walt2008-02-131-0/+10
* Add tests of the sort and argsort methods preparatory to merging newCharles Harris2008-02-121-0/+168
* Add tests for sorting strings containing zeros.Charles Harris2008-02-101-0/+12
* Merge maskedarray branch up to r4776.Stefan van der Walt2008-02-091-0/+9
|\
| * Add regression test for searchsorted on variable-length arrays.Stefan van der Walt2008-02-011-0/+5
| * Add regression test for fromstring.Stefan van der Walt2008-01-291-0/+4
* | Fix concatenator usage (patch by Pierre).Stefan van der Walt2008-01-201-1/+1
* | Merge maskedarray branch up to r4729.Stefan van der Walt2008-01-185-308/+330
|\ \ | |/
| * Fix test_file under Windows.Stefan van der Walt2007-12-301-0/+1
| * Workaround for TemporaryFile problem under Windows.Stefan van der Walt2007-12-301-1/+8
| * Change remaining N's to np.Stefan van der Walt2007-12-292-196/+195
| * more janitorial workJarrod Millman2007-12-292-19/+14
| * janitorial workJarrod Millman2007-12-292-99/+99
| * Add regression test for binary_repr.Stefan van der Walt2007-12-171-0/+2
| * Remove tests that are not set-up to deal with float32 repr.Travis Oliphant2007-12-161-7/+7
| * Add comment to add Fortran ordering argument to ToFile. Fix repr for floatin...Travis Oliphant2007-12-161-0/+8
| * Add degrees() and radians() ufuncscookedm2007-12-141-1/+11
* | Pull in old tests.Stefan van der Walt2007-12-151-873/+0
* | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-2/+2
|/
* Allow clip method to have either min or max passed in.Travis Oliphant2007-12-111-0/+9
* Add test_ufunc.Stefan van der Walt2007-12-041-0/+16
* Increase test code coverage. Add documentation.Stefan van der Walt2007-12-031-2/+68
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-1/+1
* Fix indexing with array scalar. Closes #603.Stefan van der Walt2007-11-181-0/+6
* Fix indexing with booleans (patch by Achim Gaedke). Closes #614.Stefan van der Walt2007-11-181-0/+7
* Fix arange output byteorder. Closes ticket #616.Stefan van der Walt2007-11-181-0/+8
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-5/+5
* Add test for #600 fix.Travis Oliphant2007-10-261-0/+8
* Fix ticket #592: segfault with bitwise_or inplaceTravis Oliphant2007-10-171-0/+7
* Fix Ticket #588: problem with negative striding and fast blas implementation ...Travis Oliphant2007-10-091-0/+7
* Rename test classes to CapWords.Stefan van der Walt2007-10-0210-49/+49
* Fix missing import.Travis Oliphant2007-09-211-1/+1
* Fix ticket #546: invalid argmax for non-native arrays.Travis Oliphant2007-09-211-0/+6
* Add regression test for ticket #572.Stefan van der Walt2007-09-201-0/+3
* Remove another generator.Stefan van der Walt2007-08-291-2/+2
* Replace generator expressions for compatibility with Python 2.3.Stefan van der Walt2007-08-281-1/+1
* Remove hack to fix putmask and apply Eric's patch instead.Stefan van der Walt2007-08-271-8/+8
* Fix putmask for byte-swapped arrays.Stefan van der Walt2007-08-261-0/+8
* Temporarily remove failing test which exposes endian problems with putmaskStefan van der Walt2007-08-251-4/+7
* Add record array test for putmask.Stefan van der Walt2007-08-211-0/+12
* Fast putmask implementation (patch by Eric Firing).Stefan van der Walt2007-08-211-0/+23
* Fix record assignment (based on a patch by Sameer DCosta).Stefan van der Walt2007-08-211-0/+25
* Fix allclose and add tests (based on a patch by Matthew Brett).Stefan van der Walt2007-08-201-1/+56
* Convert large integer scalars to long instead of to int [patch byStefan van der Walt2007-07-271-0/+11
* Fix polygon division. Closes ticket #553.Stefan van der Walt2007-07-241-0/+7