summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove some vestigial print statementsmdroe2009-10-191-2/+0
* Add regression test for #1259Pauli Virtanen2009-10-151-0/+6
* Remove obsolete commented-out codePauli Virtanen2009-10-151-8/+0
* Use knownfailure instead of skipif for a failing testPauli Virtanen2009-10-151-1/+2
* Skip test that is failing due to alignment issues on Solaris.mdroe2009-10-151-0/+1
* Fix #1198: Copying objects where the stride between them is not a multiple of...mdroe2009-10-141-0/+6
* Fix oops in last commit. Committed some experimental things I shouldn't have...mdroe2009-10-141-2/+0
* Fix Unicode object -> chararray conversion on narrow Python buildsmdroe2009-10-141-0/+2
* Update defchararray.__all__ so that the documentation editor will pick up its...mdroe2009-10-131-1/+1
* Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, ...mdroe2009-10-122-23/+543
* Don't include assert_valid_refcount in numpy.testing.*Pauli Virtanen2009-10-101-1/+2
* Move masked array test out of numpy.core.David Cournapeau2009-09-161-4/+0
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-162-149/+143
* Move finfo into core.David Cournapeau2009-09-162-0/+90
* Move ma/matrix regressions out of numpy.core tests.David Cournapeau2009-09-161-34/+0
* Do not use eye in numpy.core tests.David Cournapeau2009-09-161-3/+3
* Move view tests using matrix from core into matrx module.David Cournapeau2009-09-161-14/+0
* Move linspace and logspace into core.David Cournapeau2009-09-161-0/+37
* Move matrix class into its own module.David Cournapeau2009-09-162-377/+0
* Add test for ticket #1217.Charles Harris2009-09-031-0/+7
* Re-base the date-time branch back to the trunk.Travis Oliphant2009-08-285-13/+558
|\
| * add support for __array_prepare__Darren Dale2009-08-231-0/+32
| * BUG: Fix neighborhood iterators when the neighborhood was strictly within the...David Cournapeau2009-08-071-3/+20
| * Add unit test showing regression in stacked neighborhood iterator.David Cournapeau2009-08-071-0/+10
| * Circular iterator fixed.David Cournapeau2009-08-071-0/+48
| * Add unit tests for stacked neighborhood iterators.David Cournapeau2009-08-071-5/+63
| * Stacking neighborhood iterators works for mirror mode.David Cournapeau2009-08-071-1/+2
| * Add test case which highlights current neigh iter misdesign w.r.t walking fro...David Cournapeau2009-08-071-1/+17
| * Change ndarray type comparison to reflect the sort order with nans.Charles Harris2009-08-021-1/+28
| * Make nan types sort to the end.Charles Harris2009-07-271-0/+18
| * Implement circular mode for neighborhood array iterator.David Cournapeau2009-07-211-0/+18
| * Fix multiarray_tests for multi-dimension inputs + add 2d tests for every impl...David Cournapeau2009-07-211-12/+53
| * More tests for neighborhood iterator.David Cournapeau2009-07-211-0/+68
| * Add a deprecated decorator to avoid cluttering test run output while checking...David Cournapeau2009-07-211-0/+9
| * Add a few more sanity checks for atan2.David Cournapeau2009-07-211-0/+5
| * Add atan2 tests for special values.David Cournapeau2009-07-201-0/+64
| * Add tests for hypot function.David Cournapeau2009-07-201-0/+19
| * Update new correlation support.David Cournapeau2009-07-181-8/+10
| * Fix #728 again. This time don't use max on a partially-ordered set.Travis Oliphant2009-07-161-2/+2
| * Fixed #1162: make matrix_power accept lists etc. as inputPauli Virtanen2009-07-121-0/+10
| * Fix argwhere for masked arrays.Stefan van der Walt2009-07-081-0/+4
| * Make complex floor_divide more robust for underflow/overflow.Charles Harris2009-07-071-6/+18
| * Try another test fix for complex division. The current one works on my machineCharles Harris2009-07-071-2/+5
| * Replace another assert_equal in test_division_umath.Charles Harris2009-07-071-1/+1
| * Fix test of complex division to use assert_almost_equal.Charles Harris2009-07-071-2/+2
| * Revert last change. The problem lies elsewhere.Charles Harris2009-07-071-1/+9
| * Fix argwhere to work with lists, add tests.Stefan van der Walt2009-07-041-0/+12
| * Add basic tests for copysign.David Cournapeau2009-07-011-0/+7
| * Fixed #1096: make logaddexp handle infs properlyPauli Virtanen2009-06-161-1/+37
* | commit 2e402e05f64912a3568a3e6351f1ffcf3fae601aTravis Oliphant2009-06-101-0/+18
|/