summaryrefslogtreecommitdiff
path: root/doc/release/1.13.0-notes.rst
Commit message (Expand)AuthorAgeFilesLines
* fixes from reviewmattip2018-08-161-1/+1
* DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-141-2/+2
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-0/+2
* Merge pull request #9106 from mhvk/array_ufunc_reduce_out_tupleEric Wieser2017-05-181-0/+8
|\
| * DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-171-0/+8
* | DEP: Deprecate incorrect behavior of expand_dims.Charles Harris2017-05-171-0/+3
* | Merge pull request #9122 from ahaldane/1.13_note_ma_scalarCharles Harris2017-05-161-0/+5
|\ \
| * | DOC: update 1.13 release note for MaskedArray, masked constants ellipisis ind...Allan Haldane2017-05-161-0/+5
| |/
* | DOC: add numeric type to temp elision requirementsJulian Taylor2017-05-151-2/+2
|/
* DOC: Update 1.13 release notes.Charles Harris2017-05-091-121/+137
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* Merge pull request #9063 from shoyer/divmodEric Wieser2017-05-081-0/+7
|\
| * ENH: switch ndarray.__divmod__ to use np.divmodStephan Hoyer2017-05-071-3/+4
| * ENH: add np.divmod ufuncStephan Hoyer2017-05-071-0/+6
* | Merge pull request #9058 from charris/update-warning-messageCharles Harris2017-05-071-2/+12
|\ \
| * | DOC: Add future change in structure assignment to release notes.Charles Harris2017-05-051-2/+12
* | | DEP: deprecate ndarray.conjugate's no-op fall through for non-numericJonathan L Long2017-05-071-0/+2
* | | Merge pull request #8421 from seberg/isnatCharles Harris2017-05-071-0/+16
|\ \ \
| * | | DOC: Document isnat addition and related warning changesSebastian Berg2017-05-071-0/+16
| | |/ | |/|
* | | DEP: inconsistent axis default for np.ma.maximumEric Wieser2017-05-061-3/+4
* | | DEP: Deprecate single-argument np.ma.m(in|ax)imumEric Wieser2017-05-061-0/+4
* | | DEP: Deprecate np.ma.MaskedArray.miniEric Wieser2017-05-061-1/+3
|/ /
* | DEP: deprecate calling ma.argsort without an axisEric Wieser2017-05-051-0/+3
|/
* ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-051-0/+6
* DOC: add NPY_CHAR note to release notesJulian Taylor2017-05-031-0/+3
* DOC: Release note and docstringEric Wieser2017-05-011-0/+7
* ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer2017-04-301-0/+5
* Merge pull request #8885 from juliantaylor/tracemallocCharles Harris2017-04-301-21/+31
|\
| * DOC: update release notesJulian Taylor2017-04-281-21/+31
* | ENH: Allow removal of 0-sized axes from nditer and empty gufunc callsSebastian Berg2017-04-291-0/+18
* | Merge pull request #9015 from charris/polynomial-ufunc-optoutNathaniel J. Smith2017-04-281-0/+7
|\ \ | |/ |/|
| * DOC: Document that the polynomial classes now opt out of ufuncs.Charles Harris2017-04-271-0/+7
* | Merge pull request #8996 from eric-wieser/fix-ufunclikeMarten van Kerkwijk2017-04-271-0/+4
|\ \ | |/ |/|
| * DEP: Deprecate calling the `out` argument `y`Eric Wieser2017-04-261-0/+4
* | DOC: clarify recommendations for subclasses, deprecations.Marten van Kerkwijk2017-04-271-1/+1
* | DOC: Mention `__array_ufunc__` in the 1.13.0 release notes.Charles Harris2017-04-271-2/+14
* | TST: Enable NPY_RELAXED_STRIDES_DEBUG environment variable.Charles Harris2017-04-261-4/+18
|/
* ENH: add support for nd inputs to blockEric Wieser2017-04-201-0/+3
* DOC: Improve release notes and cross-referencesEric Wieser2017-04-201-2/+17
* ENH: Add a block function for creating stacked block arrays.Stefan Otte2017-04-201-0/+5
* Merge pull request #8959 from omegahm/remove-alter-restore-dotCharles Harris2017-04-191-0/+1
|\
| * DEP: Remove alter/restore dot methodsMads Ohm Larsen2017-04-191-0/+1
* | Merge remote-tracking branch 'upstream/master' into remove-setsliceEric Wieser2017-04-191-26/+196
|\ \ | |/
| * ENH: Add ufunc.identity for hypot and logical_xorEric Wieser2017-04-171-0/+5
| * Merge pull request #8847 from charris/update-1.13.0-notesCharles Harris2017-03-261-66/+73
| |\
| | * DOC: Preliminary edit of 1.13.0 release notes.Charles Harris2017-03-261-66/+73
| * | DOC: Add release note about np.real and np.conjgfyoung2017-03-261-0/+6
| |/
| * DOC: Add changelog entry for new lapack_liteEric Wieser2017-03-261-0/+12
| * DOC: Add missing release note for #8584Eric Wieser2017-03-251-1/+6
| * Merge pull request #8801 from ZZhaoTireless/fix/hstack-error-msgCharles Harris2017-03-241-0/+6
| |\