summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* DOC: Release note about upcoming changesGengxin Xie2020-04-071-0/+7
* ENH: Implement the buffer protocol on numpy str_ scalarsEric Wieser2020-02-081-0/+5
* Merge pull request #13421 from seiko2plus/core_improve_infa_runtimeMatti Picus2020-02-051-0/+8
|\
| * DOC: add a release notemattip2020-02-052-0/+9
* | Merge pull request #15427 from seberg/deprecate-unused-c-apiMatti Picus2020-02-021-0/+12
|\ \
| * | DOC: Document deprecation of C-API functionsSebastian Berg2020-02-011-0/+12
* | | MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-211-0/+7
|/ /
* | Merge pull request #15351 from mattip/rewordSebastian Berg2020-01-211-3/+5
|\ \
| * | DOC: reword release note to unbreak sphinx renderingmattip2020-01-201-3/+5
| |/
* | NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-212-0/+9
|/
* ENH: add identity kwarg to frompyfunc (#8255)mattharrigan2020-01-161-0/+5
* Merge pull request #15217 from eric-wieser/deprecate-shape-0Sebastian Berg2020-01-161-0/+11
|\
| * DEP: records: Deprecate treating shape=0 as shape=NoneEric Wieser2020-01-011-0/+11
* | Merge pull request #15118 from mattip/cleanup-array-callSebastian Berg2020-01-161-0/+7
|\ \
| * | MAINT: remove undocumented use of context in __array__(dtype, context)mattip2020-01-161-0/+7
* | | Merge pull request #14942 from seberg/clean-fasttakeMatti Picus2020-01-161-0/+6
|\ \ \ | |/ / |/| |
| * | DEP: Actually deprecate fasttake and fastclipmaskSebastian Berg2020-01-151-4/+4
| * | MAINT,API: Do not use fastputmask dtype slot and always NULL itSebastian Berg2020-01-071-5/+6
| * | MAINT,API: Do not use fasttake slot of ArrFuncs and null itSebastian Berg2020-01-071-0/+5
* | | DOC: Add release notes for Py3K cleanups.Seth Troisi2020-01-061-0/+4
|/ /
* | Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.co...Eric Wieser2020-01-063-0/+23
|\ \
| * | MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-0/+10
| * | MAINT: Remove unused int_asbufferJon Dufresne2020-01-041-0/+7
| * | DOC: add release note for 64-bit lapack_litePauli Virtanen2020-01-011-0/+6
* | | MAINT: Delete numpy.distutils.compatEric Wieser2020-01-061-0/+12
|/ /
* | REL: Update master after NumPy 1.18.0 release.Charles Harris2019-12-221-4/+0
* | Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* | Merge pull request #14933 from seberg/cleanup-converttocommontypeMatti Picus2019-12-181-0/+10
|\ \
| * | API: Use `ResultType` in `PyArray_ConvertToCommonType`Sebastian Berg2019-11-211-0/+10
* | | DOC: add release note for f2py --f2cmapPauli Virtanen2019-12-141-0/+4
* | | Merge pull request #14981 from seberg/issue-13103Matti Picus2019-12-111-0/+10
|\ \ \
| * | | BUG: Make ``ediff1d`` kwarg casting consistentSebastian Berg2019-11-251-0/+10
| |/ /
* | | Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-061-1/+0
* | | REL: Update master after 1.18.x branch.Charles Harris2019-12-031-7/+0
| |/ |/|
* | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-022-0/+8
|\ \
| * | DOC: update link to published linkmattip2019-11-021-1/+1
| * | DOC: add vertical space in towncrier templatemattip2019-10-311-0/+1
| * | DOC: add release notemattip2019-10-311-0/+7
* | | DOC: Create 1.18.0 release note.Charles Harris2019-12-0244-229/+0
* | | ENH,DEP: Allow multiple axes in expand_dims (#14051)Larry Bradley2019-12-022-0/+6
* | | Merge pull request #14996 from eric-wieser/masked_rows-bad-argumentSebastian Berg2019-12-021-0/+3
|\ \ \
| * | | DEP: Deprecate the axis argument to masked_rows and masked_colsEric Wieser2019-12-021-0/+3
| | |/ | |/|
* | | BUG: warn when saving dtype with metadata (#14994)Matti Picus2019-12-021-0/+6
* | | Merge pull request #12658 from tylerjereddy/NaT_sort_orderCharles Harris2019-11-251-0/+5
|\ \ \
| * | | DOC: add release notemattip2019-11-221-0/+5
* | | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-251-0/+8
|\ \ \ \
| * | | | Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-161-0/+1
| * | | | API: Forbid Q<->m safe castingEric Wieser2019-10-161-0/+7
* | | | | DOC: Document ma.filled behavior with non-scalar fill_value (#13698)Kriti Singh2019-11-231-0/+5
| |/ / / |/| | |
* | | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)Matti Picus2019-11-211-0/+11
| |/ / |/| |