summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5616 from juliantaylor/backport-1.9.2Julian Taylor2015-03-011-2/+0
|\
| * BUG: solves complex array clip in issue #5354 and added symmetric regression ...Maniteja Nandana2015-02-281-2/+0
* | Merge pull request #5618 from johntyree/arrfill_ulonglongJulian Taylor2015-03-011-8/+25
|\ \ | |/ |/|
| * BUG: arr.fill() should accept the max uint64 valueJohn Tyree2015-02-281-8/+25
* | Merge pull request #5599 from pitrou/refleak_ufunc2Julian Taylor2015-02-231-2/+0
|\ \ | |/
| * BUG: Fix a reference leak in ufunc type resolution.Antoine Pitrou2015-02-231-2/+0
* | Merge pull request #5500 from juliantaylor/backports-1.9.2Julian Taylor2015-02-013-3/+3
|\ \
| * | MAINT: Get rid of some harmless gcc warnings about macro redefines.Charles Harris2015-01-273-3/+3
* | | Merge pull request #5478 from charris/fix-1.9-alignmentJulian Taylor2015-01-252-2/+16
|\ \ \ | |/ / |/| |
| * | BUG: reduce maximum alignment to 8 bytes on 32 bitJulian Taylor2015-01-211-1/+6
| * | BUG: fix string arrays not being alignedJulian Taylor2015-01-211-1/+10
* | | BUG: Fix astype for structured array fields of different byte order.Darsh P. Ranjan2015-01-222-29/+76
|/ /
* | Merge pull request #5417 from charris/tests-for-PyArray_AsCArrayCharles Harris2015-01-021-0/+78
|\ \
| * | TST: added test for PyArray_AsCArray #5313Henning Dickten2015-01-021-0/+78
* | | BUG: Closes #5313 PyArray_AsCArray caused segfaultHenning Dickten2015-01-021-1/+1
* | | Merge pull request #5242 from juliantaylor/fix-ufunc-subok-outJulian Taylor2014-10-291-6/+9
|\ \ \ | |/ /
| * | BUG: fix not returning out array from ufuncs with subok=False setJulian Taylor2014-10-281-6/+9
* | | Merge pull request #5216 from charris/cleanup-gh-5132Julian Taylor2014-10-241-0/+5
|\ \ \ | | |/ | |/|
| * | BUG: Make PyArray_PutTo respect writeable flag.Jarl Haggerty2014-10-211-0/+5
* | | Merge pull request #5225 from juliantaylor/datetime-arange-crashJulian Taylor2014-10-241-2/+3
|\ \ \ | | |/ | |/|
| * | BUG: fix crash when using arange on datetime without dtype setJulian Taylor2014-10-231-2/+3
* | | Merge pull request #5204 from RobberPhex/masterJulian Taylor2014-10-212-6/+30
|\ \ \ | |/ /
| * | BUG: fix build error with MSVC 2013 caused by C99 complex supportRobberPhex2014-10-212-6/+30
| |/
* | Merge pull request #5167 from juliantaylor/rh5-miscompileJulian Taylor2014-10-101-1/+5
|\ \ | |/
| * BUG: remove static from function to avoid gcc-4.1 miscompileJulian Taylor2014-10-091-1/+5
* | Merge pull request #5152 from tovrstra/collapsingbugJulian Taylor2014-10-051-1/+1
|\ \ | |/
| * BUG: fixed #5147 collapsingbug in einsumToon Verstraelen2014-10-051-1/+1
* | Merge pull request #5088 from juliantaylor/not-fixJulian Taylor2014-09-248-10/+11
|\ \
| * | BUG: fix wrong error checks of PyBytes_AsStringAndSizeJulian Taylor2014-09-198-10/+11
* | | Merge pull request #5106 from juliantaylor/sequence-fixJulian Taylor2014-09-231-1/+9
|\ \ \
| * | | BUG: check if object provides len() before trying to iterate itJulian Taylor2014-09-231-1/+9
* | | | Merge pull request #5105 from juliantaylor/where-no-subtypeJulian Taylor2014-09-231-1/+1
|\ \ \ \
| * | | | BUG: don't propagate subtypes from np.whereJulian Taylor2014-09-231-1/+1
| |/ / /
* | | | Merge pull request #5104 from juliantaylor/inner-fixJulian Taylor2014-09-231-0/+3
|\ \ \ \
| * | | | BUG: check success of PyArray_DescrFromType in PyArray_InnerProductJulian Taylor2014-09-231-0/+3
| |/ / /
* | | | Merge pull request #5087 from juliantaylor/unicode-argminJulian Taylor2014-09-191-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: fix out of bound access in unicode argmin/argmaxJulian Taylor2014-09-191-2/+2
| |/ /
* | | Merge pull request #5066 from seberg/index-sequenceJulian Taylor2014-09-131-2/+5
|\ \ \ | |/ /
| * | BUG: cannot convert invalid sequence index to tupleSebastian Berg2014-09-131-2/+5
| |/
* | 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