summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.14.0 release.v1.14.0Charles Harris2018-01-062-3/+2
* Merge pull request #10315 from charris/release-updatesCharles Harris2018-01-063-1/+508
|\
| * DOC: NumPy 1.14.0 release prep.Charles Harris2018-01-063-1/+508
|/
* Merge pull request #10313 from charris/backport-10232Charles Harris2018-01-022-16/+27
|\
| * BUG: Don't reimplement isclose in np.maEric Wieser2018-01-022-16/+27
* | Merge pull request #10311 from charris/backport-10259Charles Harris2018-01-021-1/+1
|\ \
| * | Issue #10258 - Change default value of `optimize` argAnna Chiara2018-01-021-1/+1
| |/
* | Merge pull request #10312 from charris/backport-10205Charles Harris2018-01-022-19/+46
|\ \ | |/ |/|
| * MAINT: Produce a different error message when length is NaNEric Wieser2018-01-022-22/+43
| * BUG: Fix exception without NULL returnEric Wieser2018-01-021-0/+1
| * BUG: Fix corner cases when value is NaN.Han Shen2018-01-022-1/+6
|/
* Merge pull request #10276 from charris/update-travis-testCharles Harris2017-12-251-0/+7
|\
| * MAINT: Workaround for new travis sdist failures.Charles Harris2017-12-251-0/+7
|/
* Merge pull request #10275 from mattip/fix-PR9639-2Charles Harris2017-12-251-14/+2
|\
| * BUG: fix duplicate message printmattip2017-12-221-14/+2
* | Merge pull request #10272 from xoviat/backport-pr-10226Charles Harris2017-12-252-2/+2
|\ \
| * | BUG: align shared library folder name with auditwheelxoviat2017-12-242-2/+2
|/ /
* | Merge pull request #10202 from charris/backport-10193Charles Harris2017-12-112-18/+14
|\ \
| * | BUG: Fix numpy.testing.assert_equal in release mode.Charles Harris2017-12-111-3/+6
| * | BUG: Fix test_1d_format test.Charles Harris2017-12-111-15/+8
|/ /
* | Merge pull request #10200 from mhvk/ufunc-reduce-reference-leakCharles Harris2017-12-111-42/+27
|\ \
| * | MAINT: Use single failure path in Py_UFunc_GenericReduction.Marten van Kerkwijk2017-12-111-42/+25
| * | BUG: Failure to DECREF in PyUFunc_GenericReduction.Marten van Kerkwijk2017-12-111-2/+4
|/ /
* | Merge pull request #10190 from eric-wieser/ma-pickle-regressionCharles Harris2017-12-101-2/+2
|\ \
| * | BUG: Fix regression in np.ma.load in gh-10055Eric Wieser2017-12-101-2/+2
* | | Merge pull request #10182 from eric-wieser/fix-extra-spaceCharles Harris2017-12-093-12/+33
|\ \ \ | |/ / |/| |
| * | BUG: Extra space is inserted on first line for long elementsEric Wieser2017-12-093-12/+33
|/ /
* | Merge pull request #10177 from eric-wieser/1.14-notes-updateCharles Harris2017-12-084-27/+66
|\ \
| * | DOC: another small tweak to 1.14 docsAllan Haldane2017-12-081-3/+4
| * | DOC: fixup `...` description in 1.14 notesAllan Haldane2017-12-081-3/+3
| * | DOC: Fix rendering of notes, and tweak wordingEric Wieser2017-12-081-4/+12
| * | BUG: Fix line wrapping and remove trailing space for recarrayEric Wieser2017-12-083-3/+20
| * | BUG: Fix incorrect wrapping of `MaskedArray`Eric Wieser2017-12-081-2/+4
| * | DOC: Update release notes regarding formatting changesEric Wieser2017-12-081-22/+33
|/ /
* | Merge pull request #10176 from ahaldane/arr2str_suffixEric Wieser2017-12-082-13/+42
|\ \
| * | ENH: add suffix option to array2string and wrap itAllan Haldane2017-12-082-13/+42
* | | Merge pull request #10175 from eric-wieser/respect-line-widthAllan Haldane2017-12-082-12/+54
|\ \ \ | |/ / |/| |
| * | BUG: linewidth was not respected for arrays other than 1dEric Wieser2017-12-072-12/+54
* | | Merge pull request #10172 from eric-wieser/format-array-linewrapAllan Haldane2017-12-082-18/+68
|\ \ \ | |/ /
| * | BUG: Output of formatArray is not always wrapped correctlyEric Wieser2017-12-072-18/+68
* | | Merge pull request #10164 from eric-wieser/formatArray-recurseAllan Haldane2017-12-073-76/+75
|\ \ \ | |/ /
| * | MAINT: Remove now-unnecessary implementation of matrix str/reprEric Wieser2017-12-061-13/+0
| * | MAINT/BUG: Simplify _formatArray, fixing array_repr(matrix) in the processEric Wieser2017-12-062-62/+74
| * | MAINT: Never add the newline in _formatArray that is always discardedEric Wieser2017-12-061-4/+4
| |/
* | Merge pull request #10159 from charris/update-1.14-notesCharles Harris2017-12-074-183/+365
|\ \
| * | DOC: Update 1.14.0 release notes.Charles Harris2017-12-072-183/+227
| * | DOC: Document the NumPy 1.13.3 release.Charles Harris2017-12-073-0/+138
* | | Merge pull request #10168 from mattip/doc-PyArray_ResolveWritebackIfCopyCharles Harris2017-12-071-4/+9
|\ \ \ | |/ / |/| |
| * | DOC: Update macro names.Charles Harris2017-12-071-4/+4
| * | make example backward compatablemattip2017-12-071-1/+10