summaryrefslogtreecommitdiff
path: root/doc/release
AgeCommit message (Expand)AuthorFilesLines
2017-11-08ENH: fix 0d array printing using `str` or `formatter`.Allan Haldane1-4/+15
2017-11-08DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus1-0/+36
2017-11-06DOC: Update note on dragon4 str of float-scalarsAllan Haldane1-15/+19
2017-11-04Merge pull request #9941 from ahaldane/dragon4Charles Harris1-0/+24
2017-11-04DOC: update documentation for dragon4Allan Haldane1-0/+24
2017-11-03Merge pull request #9950 from eric-wieser/dtype-index-TypeErrorCharles Harris1-0/+4
2017-11-03DOC: update asv urlJarrod Millman1-1/+1
2017-11-02BUG: Passing an incorrect type to dtype.__getitem__ should raise TypeErrorEric Wieser1-0/+4
2017-10-22Merge pull request #9487 from eric-wieser/fromstring-bytesCharles Harris1-0/+6
2017-10-21Merge branch 'master' into bool-__index__Charles Harris2-5/+164
2017-10-19DEP: Letting fromstring pretend to be frombuffer is a bad ideaEric Wieser1-0/+6
2017-10-18Merge pull request #9842 from bashtage/protect-empty-initCharles Harris1-0/+6
2017-10-18Merge pull request #9065 from eric-wieser/deprecate-bincountCharles Harris1-0/+2
2017-10-18BUG: Prevent invalid array shapes in seedKevin Sheppard1-0/+6
2017-10-17BUG: count_nonzero treats empty axis tuples strangelyEric Wieser1-0/+7
2017-10-17DEP: 0 should be passed to bincount, not NoneEric Wieser1-0/+2
2017-10-15ENH: Save to ZIP files without using temporary files.Serhiy Storchaka1-0/+5
2017-10-14Merge pull request #9835 from kenogo/masterCharles Harris1-0/+6
2017-10-13BUG: Make bool(void_scalar) and void_scalar.astype(bool) consistentEric Wieser1-0/+8
2017-10-11BUG: Raise TypeError instead of ValueError for ufunc isnat if operand is not ...Keno Goertz1-0/+6
2017-10-10Merge pull request #9718 from hemildesai/deprecate_truth_testing_on_empty_arraysEric Wieser1-0/+2
2017-10-01DOC: Add release notes for 0-size dtypesEric Wieser1-0/+17
2017-10-01DOC: add missing underscore in set_printoptionsLoïc Estève1-1/+1
2017-09-28DEP: Deprecate truth testing on empty arrayshemildesai1-0/+2
2017-09-28Merge pull request #9784 from eric-wieser/fix-void-recursionAllan Haldane1-5/+12
2017-09-27DOC: Update after NumPy 1.13.2 release.Charles Harris1-0/+58
2017-09-26BUG: remove voidtype-repr recursion in scalartypes.c/arrayprint.pyAllan Haldane1-5/+12
2017-09-25MAINT: fixups to legacy spacing in FloatFormatAllan Haldane1-15/+5
2017-09-25ENH: Simplify some code in arrayprint.pyAllan Haldane1-9/+15
2017-09-25ENH: "pad_sign" option, also threshold and edgeitemsAllan Haldane1-6/+23
2017-09-25ENH: remove unneeded spaces in float/bool reprsAllan Haldane1-0/+7
2017-09-21Merge pull request #9336 from eric-wieser/masked-constantCharles Harris1-0/+10
2017-09-17Merge branch 'master' into concatenate-outEric Wieser1-0/+65
2017-09-17DEP: Warn when using bool.__index__, rather than removing it completelyEric Wieser1-6/+6
2017-09-16ENH: add hermitian=False kwarg to matrix_powerCJ Carey1-0/+6
2017-09-13TST: Add test for operator.index(np.bool_)Eric Wieser1-0/+6
2017-09-13Merge branch 'master' into fix-pinvCharles Harris1-0/+11
2017-09-13ENH: Align data in np.save() at 64 bytes (#9025)John Zwinck1-0/+11
2017-09-13DOC: Add release notes warning about np.ma.masked immutabilityEric Wieser1-0/+10
2017-09-12BUG: Fix pinv on matrix stacksEric Wieser1-0/+4
2017-09-12ENH: Add the out parameter to stack tooEric Wieser1-4/+4
2017-09-12ENH: Add out argument to `concatenate`Eric Wieser1-0/+4
2017-09-09Merge pull request #6053 from ahaldane/multifield_structassignCharles Harris1-0/+37
2017-09-07MAINT: improve struct assignment, allow multi fields viewsAllan Haldane1-0/+37
2017-09-06Merge pull request #9658 from MSeifert04/fix_keyword_as_parameter_nameCharles Harris1-0/+6
2017-09-06BUG: Fix usage of keyword "from" as argument name for "can_cast".Michael Seifert1-0/+6
2017-09-05API: Make ``a.flat.__array__`` return a copy when ``a`` non-contiguous. (#9447)Charles Harris1-0/+16
2017-09-02DOC: release: add mention of msvc+gfortran to release notesPauli Virtanen1-0/+15
2017-08-28[DOC] add release note for f2py's dimension arraysNico Schlömer1-0/+5
2017-08-27Merge pull request #9613 from charris/update-1.14-notesCharles Harris1-0/+5