summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.14.0rc1 release.v1.14.0rc1Charles Harris2017-12-122-3/+3
* 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
* | | Merge pull request #10166 from mattip/doc-PyArray_ResolveWritebackIfCopyCharles Harris2017-12-062-3/+23
|\ \ \ | |_|/ |/| |
| * | make example backward compatablemattip2017-12-061-0/+4
| |/
| * return valuesmattip2017-12-061-2/+8
| * document new API functionmattip2017-12-061-3/+13
|/
* Merge pull request #10160 from mattip/fix-PR9639Allan Haldane2017-12-055-25/+66
|\
| * tweak docs to reflect exactly when DeprecationWarnings will be displayedmattip2017-12-051-9/+10
| * tweak from reviewmattip2017-12-051-3/+1
| * test, fix problems from PR #9998mattip2017-12-044-16/+58
* | Merge pull request #9942 from xoviat/flangCharles Harris2017-12-043-31/+142
|\ \ | |/ |/|
| * ENH: disutils: add the flang compilerxoviat2017-11-222-20/+102
| * ENH: distutils: improve windows autoconfigurationxoviat2017-11-221-11/+40
* | Merge pull request #10121 from ahaldane/legacy_docsCharles Harris2017-12-041-16/+56
|\ \
| * | DOC: Summarize printing changes in release notesAllan Haldane2017-12-031-16/+56
* | | DOC: Fix minor typos in numpy/core/fromnumeric.py (#10072)Vedant Misra2017-12-011-2/+2
* | | Merge pull request #10143 from eric-wieser/combine-formatArray-legacyAllan Haldane2017-12-013-35/+34
|\ \ \
| * | | TST: Move formatting tests into test_arrayprintEric Wieser2017-12-012-20/+18