summaryrefslogtreecommitdiff
path: root/numpy
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 #5619 from jaimefrio/unique_docstringJulian Taylor2015-03-011-3/+4
|\ \
| * | DOC: Describe return_counts keyword in np.unique docstringJaime Fernandez2015-03-011-3/+4
* | | 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-018-25/+57
|\ \
| * | MAINT: Get rid of some harmless gcc warnings about macro redefines.Charles Harris2015-01-273-3/+3
| * | TST: Add testcase for the fix to bug #4476.Gerrit Holl2015-01-251-0/+15
| * | BUG: Fix #4476 by adding datetime64 and timedelta64 typesGerrit Holl2015-01-251-5/+10
| * | DOC: fix a few bugs in the random.pareto docstring. Closes gh-4181.Ralf Gommers2015-01-251-15/+15
| * | TST: Add test for loadtxt with None as string type.Charles Harris2015-01-251-0/+8
| * | BUG: Fix loadtxt with comments=None and a string None data.Leonardo Donelli2015-01-251-2/+6
* | | 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
* | | Merge pull request #5492 from grahamc/gotofail-malloc-ret-null-fftJulian Taylor2015-01-251-1/+4
|\ \ \ | | |/ | |/|
| * | BUG: PyErr_NoMemory when PyArray_Zeros fails to initializeGraham Christensen2015-01-251-1/+4
* | | Merge pull request #5481 from charris/backport-1.9-gh-5480Charles Harris2015-01-223-29/+139
|\ \ \
| * | | BUG: Fix astype for structured array fields of different byte order.Darsh P. Ranjan2015-01-223-29/+139
| | |/ | |/|
* | | Merge pull request #5447 from juliantaylor/ma-median-ndarrayJulian Taylor2015-01-142-2/+6
|\ \ \ | |/ / |/| / | |/
| * BUG: fix ma.median used on ndarraysJulian Taylor2015-01-132-2/+6
* | 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
* | | Merge pull request #5392 from charris/xerbla-1.9Charles Harris2015-01-023-4/+59
|\ \ \
| * | | BUG: Xerbla doesn't get linked in 1.9 on Fedora 21.Charles Harris2014-12-243-4/+59
* | | | Merge pull request #5393 from charris/detect_atlas_3_10Ralf Gommers2014-12-291-3/+80
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: Add support for ATLAS > 3.9.33.Charles Harris2014-12-241-3/+80
* | | | Merge pull request #5374 from lebigot/patch-1Julian Taylor2014-12-241-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | DOC: Fixed incorrect assert_array_almost_equal_nulp documentationEric O. LEBIGOT (EOL)2014-12-241-1/+1
* | | | Merge pull request #5390 from sturlamolden/mtrand-bugfix-threadsafeJulian Taylor2014-12-231-16/+22
|\ \ \ \ | |/ / /
| * | | BUG: make seed, randint and shuffle threadsafeSturla Molden2014-12-231-16/+22
* | | | Merge pull request #5388 from sturlamolden/mtrand-bugfix-threadsafeJulian Taylor2014-12-231-7/+11
|\ \ \ \ | |/ / /
| * | | BUG: make set_state and get_state threadsafeSturla Molden2014-12-231-7/+11
| |/ /
* | | 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-294-6/+55
|\ \ \ | |/ /
| * | BUG: fix not returning out array from ufuncs with subok=False setJulian Taylor2014-10-284-6/+55
* | | Merge pull request #5223 from sturlamolden/accelerate-sgemv-fixJulian Taylor2014-10-264-5/+299
|\ \ \
| * | | BUG: Ugly fix for Apple's cblas_sgemv segfaultSturla Molden2014-10-234-5/+299
* | | | Merge pull request #5203 from njsmith/masterJulian Taylor2014-10-264-6/+62
|\ \ \ \
| * | | | BUG: copy inherited masks in MaskedArray.__array_finalize__Nathaniel J. Smith2014-10-214-6/+62
* | | | | Merge pull request #5234 from juliantaylor/backports-1.9.1Julian Taylor2014-10-264-23/+46
|\ \ \ \ \
| * | | | | BUG: Fixes #5184 gradient calculation behavior at boundariesDavid M Fobes2014-10-262-22/+33
| * | | | | BUG: io: genfromtxt did not handle filling_values=0 correctly. Closes gh-2317.Warren Weckesser2014-10-262-1/+13