summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | DOC: update other MATLAB ode recommendationxoviat2017-10-021-2/+2
| * | DOC: update scipy.integrate recommendationxoviat2017-10-021-1/+1
|/ /
* | Merge pull request #8977 from eric-wieser/fix-elsize-0Charles Harris2017-10-029-88/+216
|\ \
| * | DOC: Add release notes for 0-size dtypesEric Wieser2017-10-011-0/+17
| * | BUG: Free dtype and dim objects correctly.Eric Wieser2017-10-011-28/+17
| * | MAINT: Remove dead codeEric Wieser2017-10-011-5/+0
| * | BUG: Allow array with 0 dims to be resizedEric Wieser2017-10-012-0/+9
| * | MAINT: Pre-emptively handle the case when elsize == 0Eric Wieser2017-10-012-5/+15
| * | BUG: Allow empty strings to be pickledEric Wieser2017-10-012-8/+22
| * | BUG: Allow empty strings to be viewed as themselvesEric Wieser2017-10-012-15/+22
| * | BUG: Prevent ValueError when resizing V0 arraysEric Wieser2017-10-012-25/+29
| * | BUG: Prevent hang when sorting dtype=S0 arraysEric Wieser2017-10-013-4/+87
* | | Merge pull request #9807 from jarrodmillman/hide-appveyor-configCharles Harris2017-10-011-0/+0
|\ \ \
| * | | MAINT: Make appveyor config a dot-fileJarrod Millman2017-10-011-0/+0
| |/ /
* | | Merge pull request #9806 from jarrodmillman/appveyorCharles Harris2017-10-011-1/+2
|\ \ \ | |/ / |/| |
| * | MAINT: Add appveyor badge to READMEJarrod Millman2017-10-011-1/+2
|/ /
* | Merge pull request #9805 from pv/appveyor-testmodeCharles Harris2017-10-011-1/+1
|\ \
| * | CI: set correct test mode for appveyorPauli Virtanen2017-10-011-1/+1
* | | Merge pull request #9803 from lesteve/missing-underscore-set-printoptionsCharles Harris2017-10-011-1/+1
|\ \ \ | |/ / |/| |
| * | DOC: add missing underscore in set_printoptionsLoïc Estève2017-10-011-1/+1
* | | Merge pull request #9800 from jarrodmillman/readmeCharles Harris2017-10-011-24/+13
|\ \ \ | |/ / |/| |
| * | DOC: Clean up READMEJarrod Millman2017-09-301-24/+13
|/ /
* | Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-309-36/+220
|\ \
| * | appveyor: update documentationxoviat2017-09-101-2/+15
| * | TST: utils: fix string continuationxoviat2017-09-091-6/+6
| * | :art:xoviat2017-09-091-1/+1
| * | TST: util: fix test_error_messagexoviat2017-09-091-1/+1
| * | TST: callback: update commentxoviat2017-09-091-1/+1
| * | TST: block docstring: update commentxoviat2017-09-091-1/+1
| * | TST: common: update documentationxoviat2017-09-091-1/+1
| * | TST: util: update documentationxoviat2017-09-091-1/+1
| * | TST: utils: fix test_error_msgxoviat2017-09-091-7/+8
| * | tests: core: update failure messagexoviat2017-09-091-1/+1
| * | appveyor: update documentationxoviat2017-09-091-3/+4
| * | TST: fix failures:xoviat2017-09-047-9/+21
| * | TST: appveyor: Enable OpenBLAS via MinGW Gfortranxoviat2017-09-042-19/+176
* | | Merge pull request #9796 from pv/cholesky-basictestCharles Harris2017-09-301-0/+24
|\ \ \
| * | | TST: linalg: add basic smoketest for choleskyPauli Virtanen2017-09-301-0/+24
|/ / /
* | | Merge pull request #9785 from eric-wieser/fix-masked_whereAllan Haldane2017-09-282-15/+32
|\ \ \
| * | | BUG: Don't ignore mismatching shapes just because the mask is all zerosEric Wieser2017-09-282-2/+8
| * | | BUG: Shrinking the mask on a structured type errorsEric Wieser2017-09-282-13/+24
* | | | Merge pull request #9707 from oleksandr-pavlyk/feature/linspace-avoid-copyMarten van Kerkwijk2017-09-281-5/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: When delta is a NumPy scalar, do multiplication in-placeOleksandr Pavlyk2017-09-281-5/+12
* | | | Merge pull request #9784 from eric-wieser/fix-void-recursionAllan Haldane2017-09-284-41/+71
|\ \ \ \
| * | | | BUG: remove voidtype-repr recursion in scalartypes.c/arrayprint.pyAllan Haldane2017-09-264-41/+71
* | | | | Merge pull request #9672 from ahaldane/fix_cblas_ndarray_checkEric Wieser2017-09-273-46/+61
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG: dot/matmul 'out' arg should accept any ndarray subclassAllan Haldane2017-09-213-46/+61
* | | | | Merge pull request #9782 from charris/update-for-1.13.2Charles Harris2017-09-273-0/+106
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: Update after NumPy 1.13.2 release.Charles Harris2017-09-273-0/+106
* | | | | Merge pull request #9780 from bmwiedemann/dateCharles Harris2017-09-271-4/+2
|\ \ \ \ \