summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4997 from juliantaylor/unicode-initJulian Taylor2014-08-271-2/+3
|\
| * BUG: set needs-init flag for unicode dtypeJulian Taylor2014-08-251-2/+3
* | Merge pull request #4985 from larsmans/dot-errmsgJulian Taylor2014-08-243-66/+120
|\ \
| * | ENH: include shapes in "matrices not aligned" msgLars Buitinck2014-08-243-73/+113
| * | ENH: np.dot: better "matrices not aligned" messageLars Buitinck2014-08-232-2/+16
* | | 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-291-0/+4
* | | Merge pull request #4910 from seberg/scalar-none-cmpJulian Taylor2014-07-281-0/+18
|\ \ \
| * | | BUG: None comparison deprecation does not affect scalarsSebastian Berg2014-07-281-0/+18
* | | | Merge pull request #4887 from ewmoore/conj_objJulian Taylor2014-07-231-1/+1
|\ \ \ \ | |/ / /
| * | | BUG: object array np.conjugate, ndarray.conjugate inconsistentEric Moore2014-07-231-1/+1
* | | | Merge pull request #4889 from juliantaylor/object-array-initJulian Taylor2014-07-232-4/+12
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: initialize object array of array on resize and zerosJulian Taylor2014-07-182-4/+12
| |/ /
* | | Merge pull request #4888 from pv/fix-bytes-encoding-unpickleJulian Taylor2014-07-231-50/+131
|\ \ \
| * | | BUG: core: ensure unpickled dtype fields and names have correct types + coerc...Pauli Virtanen2014-07-221-8/+89
| * | | ENH: core: make unpickling with encoding='bytes' workPauli Virtanen2014-07-221-42/+42
* | | | Merge pull request #4883 from pv/fix-scalar-unpickle-py3Julian Taylor2014-07-191-1/+19
|\ \ \ \ | |/ / /
| * | | ENH: core: add hack enabling unpickling Py2 pickled scalars on Py3 under enco...Pauli Virtanen2014-07-191-1/+19
* | | | Merge pull request #4882 from pv/fix-unpickle-latin1-crashJulian Taylor2014-07-191-0/+7
|\ \ \ \ | |/ / /
| * | | BUG: core: fix crash when unpickling data on Py3 under non-latin1 encodingPauli Virtanen2014-07-181-0/+7
| |/ /
* | | Merge pull request #4891 from juliantaylor/reduce-float-axisJulian Taylor2014-07-181-2/+2
|\ \ \
| * | | DEP: deprecate float as axis argument to reductionsJulian Taylor2014-07-171-2/+2
| |/ /
* | | BUG: add missing elementsize alignment check for simd reductionsJulian Taylor2014-07-161-1/+3
| |/ |/|
* | 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-061-9/+9
|\ \
| * | MAINT: Spellcheck some files.Charles Harris2014-07-061-9/+9
* | | 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-061-0/+6
|\ \ \
| * | | BUG: retain writeable flag when indexing subclassesJulian Taylor2014-07-061-0/+6
| |/ /
* | | Merge pull request #4804 from seberg/fancy-ass-1dCharles Harris2014-07-061-2/+87
|\ \ \ | |/ / |/| |
| * | BUG: Add missing error incref in 1d indexing fallbackSebastian Berg2014-07-051-1/+2
| * | BUG: boolean assignment; allow wrong number of elementsSebastian Berg2014-07-051-16/+11
| * | DEP: Allow high dim boolean assignment, but deprecate itSebastian Berg2014-07-051-0/+17
| * | WIP: Fix matplotlib, etc. errorsSebastian Berg2014-06-151-2/+74
* | | BUG: wrong selection for orders falling into equal rangesJulian Taylor2014-07-041-3/+7
* | | BUG: fix transpose not updating alignment flagJulian Taylor2014-07-011-1/+2
* | | BUG: fix arrays wrapping foreign data losing their alignment flagJulian Taylor2014-07-011-5/+5
* | | BUG: limit type alignment to the largest alignment needed by numpyJulian Taylor2014-07-013-3/+16
* | | Merge pull request #4801 from larsmans/c-fixesJulian Taylor2014-06-303-49/+53
|\ \ \
| * | | MAINT: const correctness and minor fixes to C codeLars Buitinck2014-06-103-49/+53
| |/ /
* | | BUG: fix some memory leaks found by cpycheckerJulian Taylor2014-06-263-6/+9
|/ /
* | BLD: workaround msvc being stupidJulian Taylor2014-06-091-7/+11
|/
* BUG: improve log2 windows compiler fallback of log2Julian Taylor2014-06-081-1/+29
* Merge pull request #4784 from jaimefrio/iter-dealloc-gufuncCharles Harris2014-06-041-2/+1
|\