summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5616 from juliantaylor/backport-1.9.2Julian Taylor2015-03-014-3/+27
|\
| * BUG: solves complex array clip in issue #5354 and added symmetric regression ...Maniteja Nandana2015-02-282-2/+12
| * BUG: Fixes #5524 and adds testhannaro2015-02-282-1/+15
* | Merge pull request #5618 from johntyree/arrfill_ulonglongJulian Taylor2015-03-012-8/+33
|\ \ | |/ |/|
| * BUG: arr.fill() should accept the max uint64 valueJohn Tyree2015-02-282-8/+33
* | 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-254-2/+28
|\ \ \ | |/ / |/| |
| * | BUG: reduce maximum alignment to 8 bytes on 32 bitJulian Taylor2015-01-212-1/+7
| * | BUG: fix string arrays not being alignedJulian Taylor2015-01-212-1/+21
* | | BUG: Fix astype for structured array fields of different byte order.Darsh P. Ranjan2015-01-223-29/+139
|/ /
* | Merge pull request #5417 from charris/tests-for-PyArray_AsCArrayCharles Harris2015-01-022-1/+96
|\ \
| * | TST: added test for PyArray_AsCArray #5313Henning Dickten2015-01-022-1/+96
* | | BUG: Closes #5313 PyArray_AsCArray caused segfaultHenning Dickten2015-01-021-1/+1
* | | BUG: Xerbla doesn't get linked in 1.9 on Fedora 21.Charles Harris2014-12-242-1/+53
* | | Merge pull request #5359 from tacaswell/linspace_docJulian Taylor2014-12-101-2/+4
|\ \ \ | |/ /
| * | DOC : minor changes to linspace docstringThomas A Caswell2014-12-101-2/+4
* | | Fix issue with fromarrays not correctly determining a format string for unico...Erik M. Bray2014-11-022-7/+12
* | | Merge pull request #5242 from juliantaylor/fix-ufunc-subok-outJulian Taylor2014-10-293-6/+53
|\ \ \ | |/ /
| * | BUG: fix not returning out array from ufuncs with subok=False setJulian Taylor2014-10-283-6/+53
* | | Merge pull request #5223 from sturlamolden/accelerate-sgemv-fixJulian Taylor2014-10-263-3/+297
|\ \ \
| * | | BUG: Ugly fix for Apple's cblas_sgemv segfaultSturla Molden2014-10-233-3/+297
* | | | Merge pull request #5233 from juliantaylor/off_t-fixJulian Taylor2014-10-261-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: fix build in c99 modeJulian Taylor2014-10-261-0/+1
* | | | Merge pull request #5216 from charris/cleanup-gh-5132Julian Taylor2014-10-242-0/+39
|\ \ \ \ | | |_|/ | |/| |
| * | | TST: Add some tests for ndarray.put.Charles Harris2014-10-211-0/+34
| * | | BUG: Make PyArray_PutTo respect writeable flag.Jarl Haggerty2014-10-211-0/+5
* | | | Merge pull request #5225 from juliantaylor/datetime-arange-crashJulian Taylor2014-10-242-2/+13
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | BUG: fix crash when using arange on datetime without dtype setJulian Taylor2014-10-232-2/+13
* | | 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 #5212 from charris/fix-long-long-fmtJulian Taylor2014-10-211-10/+1
|\ \ \ | |/ /
| * | BUG: Use 'll' as the default length specifier for long long.Charles Harris2014-10-211-10/+1
| |/
* | 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-052-1/+11
|\ \ | |/
| * BUG: fixed #5147 collapsingbug in einsumToon Verstraelen2014-10-052-1/+11
* | 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-232-1/+23
|\ \ \
| * | | BUG: check if object provides len() before trying to iterate itJulian Taylor2014-09-232-1/+23
* | | | 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-192-2/+12
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: fix out of bound access in unicode argmin/argmaxJulian Taylor2014-09-192-2/+12
| |/ /
* | | Merge pull request #5066 from seberg/index-sequenceJulian Taylor2014-09-132-2/+36
|\ \ \ | |/ /