summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6332 from matthew-brett/prepare-1.9.3v1.9.3Matthew Brett2015-09-219-59/+80
|\
| * MAINT: set versions for 1.9.3 releaseMatthew Brett2015-09-212-3/+3
| * DOC: update release notes for 1.9.3Matthew Brett2015-09-211-0/+23
| * BLD: enable C99 isnan and isinf for msvc14Christoph Gohlke2015-09-211-2/+2
| * remove /GL for vs2015 in check_long_double_representationJames Salter2015-09-211-0/+9
| * DEV: Replace deprecated options for ifort.Åsmund Hjulstad2015-09-211-1/+1
| * BLD: disable broken msvc14 trigonometric functionsChristoph Gohlke2015-09-211-1/+25
| * BLD: find Python.h when build_ext --include-dirs is setTim D. Smith2015-09-181-3/+15
| * MAINT: remove legacy monkeypatching of GzipFileNathaniel J. Smith2015-09-181-49/+2
|/
* Merge pull request #5765 from mindw/fix_libpath_win32Ralf Gommers2015-04-141-2/+2
|\
| * LIBPATH with spaces is now supported Python 2.7+ and Win32Gabi Davar2015-04-131-2/+2
|/
* Merge pull request #5720 from cowlicks/backport-3926Charles Harris2015-03-252-5/+10
|\
| * BUG: Fix #3926: pickling empty string failsJay Bourque2015-03-252-5/+10
|/
* REL: Release 1.9.2v1.9.2Julian Taylor2015-03-011-1/+1
* Merge pull request #5616 from juliantaylor/backport-1.9.2Julian Taylor2015-03-015-17/+44
|\
| * DOC: update release notesJulian Taylor2015-03-011-14/+17
| * 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
* | REL: Release 1.9.2rc1v1.9.2rc1Julian Taylor2015-02-012-4/+4
* | Merge pull request #5500 from juliantaylor/backports-1.9.2Julian Taylor2015-02-0110-25/+80
|\ \
| * | DOC: add 1.9.2 release notesJulian Taylor2015-01-272-0/+23
| * | 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
* | | Merge pull request #5416 from charris/backport-gh5314Charles Harris2015-01-021-1/+1
|\ \ \
| * | | 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