summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5616 from juliantaylor/backport-1.9.2Julian Taylor2015-03-012-0/+18
|\
| * BUG: solves complex array clip in issue #5354 and added symmetric regression ...Maniteja Nandana2015-02-281-0/+12
| * BUG: Fixes #5524 and adds testhannaro2015-02-281-0/+6
* | Merge pull request #5618 from johntyree/arrfill_ulonglongJulian Taylor2015-03-011-0/+8
|\ \ | |/ |/|
| * BUG: arr.fill() should accept the max uint64 valueJohn Tyree2015-02-281-0/+8
* | Merge pull request #5478 from charris/fix-1.9-alignmentJulian Taylor2015-01-251-0/+11
|\ \
| * | BUG: fix string arrays not being alignedJulian Taylor2015-01-211-0/+11
* | | BUG: Fix astype for structured array fields of different byte order.Darsh P. Ranjan2015-01-221-0/+63
|/ /
* | Merge pull request #5417 from charris/tests-for-PyArray_AsCArrayCharles Harris2015-01-021-1/+18
|\ \
| * | TST: added test for PyArray_AsCArray #5313Henning Dickten2015-01-021-1/+18
* | | Fix issue with fromarrays not correctly determining a format string for unico...Erik M. Bray2014-11-021-0/+9
* | | Merge pull request #5242 from juliantaylor/fix-ufunc-subok-outJulian Taylor2014-10-292-0/+44
|\ \ \ | |/ /
| * | BUG: fix not returning out array from ufuncs with subok=False setJulian Taylor2014-10-282-0/+44
* | | Merge pull request #5223 from sturlamolden/accelerate-sgemv-fixJulian Taylor2014-10-261-1/+78
|\ \ \
| * | | BUG: Ugly fix for Apple's cblas_sgemv segfaultSturla Molden2014-10-231-1/+78
* | | | Merge pull request #5216 from charris/cleanup-gh-5132Julian Taylor2014-10-241-0/+34
|\ \ \ \ | | |_|/ | |/| |
| * | | TST: Add some tests for ndarray.put.Charles Harris2014-10-211-0/+34
* | | | Merge pull request #5225 from juliantaylor/datetime-arange-crashJulian Taylor2014-10-241-0/+10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | BUG: fix crash when using arange on datetime without dtype setJulian Taylor2014-10-231-0/+10
| |/
* | Merge pull request #5152 from tovrstra/collapsingbugJulian Taylor2014-10-051-0/+10
|\ \ | |/
| * BUG: fixed #5147 collapsingbug in einsumToon Verstraelen2014-10-051-0/+10
* | Merge pull request #5106 from juliantaylor/sequence-fixJulian Taylor2014-09-231-0/+14
|\ \
| * | BUG: check if object provides len() before trying to iterate itJulian Taylor2014-09-231-0/+14
* | | Merge pull request #5087 from juliantaylor/unicode-argminJulian Taylor2014-09-191-0/+10
|\ \ \
| * | | BUG: fix out of bound access in unicode argmin/argmaxJulian Taylor2014-09-191-0/+10
| |/ /
* | | Merge pull request #5066 from seberg/index-sequenceJulian Taylor2014-09-131-0/+31
|\ \ \ | |/ /
| * | TST: Test tuple subclass index and broken sequence indexSebastian Berg2014-09-131-1/+32
| |/
* | TST: skip clongdouble alignment checks on 32 bit archesJulian Taylor2014-09-031-3/+3
* | Merge pull request #5020 from charris/disable-some-test-warningsJulian Taylor2014-09-021-4/+3
|\ \
| * | TST: Silence some warning that turns up on OpenBSD.Charles Harris2014-08-291-4/+3
| |/
* | Merge pull request #5007 from juliantaylor/dep-silenceJulian Taylor2014-08-272-2/+7
|\ \
| * | TST: silence deprecation warnings for bad index callsJulian Taylor2014-08-272-2/+7
| |/
* | Merge pull request #4997 from juliantaylor/unicode-initJulian Taylor2014-08-271-0/+6
|\ \
| * | BUG: set needs-init flag for unicode dtypeJulian Taylor2014-08-251-0/+6
| |/
* | MAINT: disable ufunc override for 1.9 releaseJulian Taylor2014-07-293-0/+9
* | Merge pull request #4919 from juliantaylor/zeros_like_stringJulian Taylor2014-07-291-0/+34
|\ \ | |/
| * BUG: fix string type inconsistency between zeros and zeros_likeJulian Taylor2014-07-291-0/+34
* | Merge pull request #4910 from seberg/scalar-none-cmpJulian Taylor2014-07-281-1/+21
|\ \
| * | BUG: None comparison deprecation does not affect scalarsSebastian Berg2014-07-281-1/+21
* | | Merge pull request #4906 from juliantaylor/doc-updateCharles Harris2014-07-271-1/+59
|\ \ \ | |/ /
| * | TST: test reduction argument parsingJulian Taylor2014-07-271-1/+59
* | | Merge pull request #4908 from juliantaylor/win-alignmentCharles Harris2014-07-271-3/+4
|\ \ \
| * | | TST: win32 also does not provide 16 byte alignmentJulian Taylor2014-07-271-3/+4
* | | | Merge pull request #4887 from ewmoore/conj_objJulian Taylor2014-07-231-0/+37
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: object array np.conjugate, ndarray.conjugate inconsistentEric Moore2014-07-231-0/+37
* | | | Merge pull request #4889 from juliantaylor/object-array-initJulian Taylor2014-07-231-0/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | BUG: initialize object array of array on resize and zerosJulian Taylor2014-07-181-0/+12
| |/ /
* | | Merge pull request #4888 from pv/fix-bytes-encoding-unpickleJulian Taylor2014-07-231-0/+35
|\ \ \
| * | | BUG: core: ensure unpickled dtype fields and names have correct types + coerc...Pauli Virtanen2014-07-221-0/+12
| * | | ENH: core: make unpickling with encoding='bytes' workPauli Virtanen2014-07-221-0/+23