summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* 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-272-2/+9
|\ \
| * | BUG: set needs-init flag for unicode dtypeJulian Taylor2014-08-252-2/+9
| |/
* | Merge pull request #4985 from larsmans/dot-errmsgJulian Taylor2014-08-244-69/+125
|\ \
| * | ENH: include shapes in "matrices not aligned" msgLars Buitinck2014-08-244-79/+117
| * | ENH: np.dot: better "matrices not aligned" messageLars Buitinck2014-08-233-5/+23
* | | Merge pull request #4976 from juliantaylor/datetime-memleakCharles Harris2014-08-181-3/+9
|\ \ \ | | |/ | |/|
| * | BUG: fix memoryleaks in datetime dtype parsingJulian Taylor2014-08-181-3/+9
* | | Merge pull request #4926 from juliantaylor/concatenate-errorJulian Taylor2014-08-052-11/+36
|\ \ \
| * | | ENH: better error message for invalid axis and concatenate inputsJulian Taylor2014-07-312-11/+36
| |/ /
* | | MAINT: also disable has_ufunc_attrJulian Taylor2014-07-301-0/+2
* | | MAINT: disable ufunc override for 1.9 releaseJulian Taylor2014-07-294-0/+13
* | | Merge pull request #4919 from juliantaylor/zeros_like_stringJulian Taylor2014-07-292-1/+37
|\ \ \ | |/ /
| * | BUG: fix string type inconsistency between zeros and zeros_likeJulian Taylor2014-07-292-1/+37
* | | Merge pull request #4910 from seberg/scalar-none-cmpJulian Taylor2014-07-282-1/+39
|\ \ \
| * | | BUG: None comparison deprecation does not affect scalarsSebastian Berg2014-07-282-1/+39
* | | | 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-232-1/+38
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: object array np.conjugate, ndarray.conjugate inconsistentEric Moore2014-07-232-1/+38
* | | | Merge pull request #4889 from juliantaylor/object-array-initJulian Taylor2014-07-233-4/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | BUG: initialize object array of array on resize and zerosJulian Taylor2014-07-183-4/+24
| |/ /
* | | Merge pull request #4888 from pv/fix-bytes-encoding-unpickleJulian Taylor2014-07-232-50/+166
|\ \ \
| * | | BUG: core: ensure unpickled dtype fields and names have correct types + coerc...Pauli Virtanen2014-07-222-8/+101
| * | | ENH: core: make unpickling with encoding='bytes' workPauli Virtanen2014-07-222-42/+65
* | | | Merge pull request #4883 from pv/fix-scalar-unpickle-py3Julian Taylor2014-07-192-1/+64
|\ \ \ \ | |/ / /
| * | | ENH: core: add hack enabling unpickling Py2 pickled scalars on Py3 under enco...Pauli Virtanen2014-07-192-1/+64
* | | | Merge pull request #4882 from pv/fix-unpickle-latin1-crashJulian Taylor2014-07-192-0/+23
|\ \ \ \ | |/ / /
| * | | BUG: core: fix crash when unpickling data on Py3 under non-latin1 encodingPauli Virtanen2014-07-182-0/+23
| |/ /
* | | Merge pull request #4891 from juliantaylor/reduce-float-axisJulian Taylor2014-07-182-2/+10
|\ \ \
| * | | DEP: deprecate float as axis argument to reductionsJulian Taylor2014-07-172-2/+10
| |/ /
* | | BUG: add missing elementsize alignment check for simd reductionsJulian Taylor2014-07-163-1/+33
* | | Merge pull request #4871 from juliantaylor/linspace-version-docJulian Taylor2014-07-161-0/+2
|\ \ \ | |_|/ |/| |
| * | DOC: add version added tag to new linspace dtype argumentJulian Taylor2014-07-161-0/+2
| |/
* | MAINT: fix a compiler warningJulian Taylor2014-07-061-1/+2
* | MAINT: better fix for subclass writeable flag preservationJulian Taylor2014-07-061-8/+2
* | Merge pull request #4844 from charris/spellcheck-some-filesJulian Taylor2014-07-063-35/+35
|\ \
| * | MAINT: Spellcheck some files.Charles Harris2014-07-063-35/+35
* | | Merge pull request #4839 from juliantaylor/buffer-overflowJulian Taylor2014-07-061-5/+5
|\ \ \ | |/ / |/| |
| * | BUG: fix buffer overflow in data array of ldexp and frexpJulian Taylor2014-07-051-5/+5
* | | Merge pull request #4843 from juliantaylor/subclass-writeableCharles Harris2014-07-062-0/+17
|\ \ \
| * | | BUG: retain writeable flag when indexing subclassesJulian Taylor2014-07-062-0/+17
| |/ /
* | | Merge pull request #4804 from seberg/fancy-ass-1dCharles Harris2014-07-063-6/+101
|\ \ \ | |/ / |/| |
| * | BUG: Add missing error incref in 1d indexing fallbackSebastian Berg2014-07-051-1/+2