summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3510 from mwtoews/masterCharles Harris2013-07-091-0/+12
|\
| * Add regression tests for pickleable record arraysmwtoews2013-07-091-0/+12
* | Merge pull request #3501 from inducer/masterCharles Harris2013-07-091-0/+30
|\ \ | |/ |/|
| * BUG: Check earlier for higher priority in binary operators, add testAndreas Kloeckner2013-07-081-0/+30
* | Merge pull request #3491 from ContinuumIO/astype_fix2Charles Harris2013-07-081-0/+16
|\ \
| * | STY: Formatting changesJay Bourque2013-07-081-12/+6
| * | BUG: Fix creation of string arrays from object typesJay Bourque2013-07-081-0/+22
* | | ENH: vectorize boolean comparisons of floatsJulian Taylor2013-07-081-0/+47
* | | STY: Fix trailing whitespace and replace test doctrings by comments.Charles Harris2013-07-031-13/+13
* | | BUG: Remove xrange that slipped into test_numeric.py.Charles Harris2013-07-031-1/+1
* | | TST: Add tests for exceptions raised by fromiter.Fernando Perez2013-07-031-6/+30
| |/ |/|
* | Merge pull request #2875 from ahojnnes/array-initnjsmith2013-06-301-16/+90
|\ \ | |/ |/|
| * Rename filled, filled_like to full, full_likeJohannes Schönberger2013-06-301-8/+8
| * Rename fill value parameter for consistency across numpy+Johannes Schönberger2013-06-061-2/+2
| * Fix Python 3 test cases for filled* functionsJohannes Schönberger2013-06-061-3/+7
| * Do not compare string or unicode valuesJohannes Schönberger2013-06-061-1/+1
| * Add doc string to creation test classJohannes Schönberger2013-06-061-0/+2
| * Comment test casesJohannes Schönberger2013-06-061-6/+10
| * Add tests for zeros, ones, empty and filledJohannes Schönberger2013-06-061-0/+45
| * Add filled_like to doc string of test classJohannes Schönberger2013-06-061-1/+1
| * Use more idiomatic way of None-checkJohannes Schönberger2013-06-061-1/+1
| * Use commin method to compare array valuesJohannes Schönberger2013-06-061-40/+16
| * Add tests for filled_like functionJohannes Schönberger2013-06-061-11/+54
* | BUG: Fix failing python long behaviour and possible heisen bugSebastian Berg2013-06-171-0/+5
* | ENH: vectorize boolean logical &&, ||, abs and notJulian Taylor2013-06-141-0/+70
* | Merge pull request #3410 from m-d-w/enh_np_array0.1njsmith2013-06-121-1/+149
|\ \
| * | TST: Add basic tests for np.arraym-d-w2013-06-061-1/+149
| |/
* | Merge pull request #3419 from juliantaylor/vectorize-restCharles Harris2013-06-112-0/+53
|\ \
| * | ENH: vectorize base math with SSE2Julian Taylor2013-06-091-0/+32
| * | ENH: Vectorize float min/max operation with sse2Julian Taylor2013-06-091-0/+21
* | | TST: Refactor some test_indexing doc stringsSebastian Berg2013-06-101-11/+40
* | | BUG: Decref subspace when subspace is 0-d in fancy indexingSebastian Berg2013-06-091-12/+55
|/ /
* | Merge pull request #3243 from seberg/deprecate-non-integer-arguments-newCharles Harris2013-06-092-107/+193
|\ \
| * | MAINT: Disallow np.bool_ being used as integerSebastian Berg2013-06-091-0/+4
| * | STY: Style fixes for integer deprecation changesSebastian Berg2013-06-091-2/+1
| * | MAINT: Use warnings context manager instead of doing it by handSebastian Berg2013-06-091-12/+11
| * | DOC: Add integer deprecations to release notesSebastian Berg2013-06-091-2/+2
| * | TST: Rework test_deprecations.py and add new tests.Sebastian Berg2013-05-312-108/+192
* | | TST: expected behaviour of .copy()David Warde-Farley2013-06-081-0/+24
* | | BUG: copy.(deep)copy should preserve F-contiguityDavid Warde-Farley2013-06-081-1/+8
* | | ENH: Vectorize float absolute operation with sse2Julian Taylor2013-06-081-0/+26
| |/ |/|
* | TST: fix some function name conflictsJulian Taylor2013-06-052-2/+2
* | TST: linalg: loosen the requirements of some tests in test_blasdot.py. Addre...Warren Weckesser2013-06-041-9/+9
* | BUG: set filename to None for memmaps of unnamed filesJulian Taylor2013-05-251-1/+6
* | Merge pull request #3341 from juliantaylor/sse2-sqrtCharles Harris2013-05-251-0/+16
|\ \
| * | ENH: vectorize sqrt ufunc using SSE2Julian Taylor2013-05-251-0/+16
* | | Merge pull request #3324 from nouiz/prio_cmpseberg2013-05-231-0/+146
|\ \ \ | |/ / |/| |
| * | use assert function instead of python keywordFrederic2013-05-171-42/+42
| * | Add test for the array_priority for comparison function.Frederic2013-05-151-0/+146
* | | Add test for RegisterLoopByDescr and custom dtypesJay Bourque2013-05-141-0/+11