summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | DOC: Improve documentation of axis parameter in numpy.unpackbits (#9828)Oleg Zabluda2017-10-051-2/+3
* | | | Merge pull request #9826 from charris/gh-9333Eric Wieser2017-10-051-5/+29
|\ \ \ \
| * | | | DOC: Redo some examples of np.arg(sort|max|min)Charles Harris2017-10-051-15/+21
| * | | | DOC: Add examples for np.arg[min|max|sort]Élie Gouzien2017-10-051-0/+18
| |/ / /
* | | | Merge pull request #9810 from charris/gh-9571Charles Harris2017-10-051-4/+15
|\ \ \ \
| * | | | DOC: Update ndarray.shape property documention.Charles Harris2017-10-041-10/+14
| * | | | DOC: Improve ndarray.shape property documentation.solarjoe2017-10-021-1/+8
| |/ / /
* | | | Merge pull request #9817 from kenogo/masterEric Wieser2017-10-042-1/+17
|\ \ \ \
| * | | | BUG: Added exception for casting numpy.ma.masked to longKeno Goertz2017-10-052-1/+17
| | |_|/ | |/| |
* | | | Merge pull request #9822 from eric-wieser/MaskedConstant-subclassCharles Harris2017-10-042-3/+18
|\ \ \ \
| * | | | BUG: Allow subclasses of MaskedConstant to behave as unique singletonsEric Wieser2017-10-042-3/+18
* | | | | Merge pull request #9814 from eric-wieser/datetime-256Charles Harris2017-10-043-15/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | TST: Use fresh state between testsEric Wieser2017-10-031-10/+13
| * | | | BUG: Fix datetime->string conversionEric Wieser2017-10-033-5/+10
| |/ / /
* | | | Merge pull request #9815 from nafest/remove_stray_commaEric Wieser2017-10-033-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix stray comma in _array2stringStefan Winkler2017-10-033-7/+7
| |/ /
* | | Merge pull request #9812 from xoviat/patch-1Charles Harris2017-10-021-2/+2
|\ \ \ | |/ / |/| |
| * | 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