summaryrefslogtreecommitdiff
path: root/doc/release
AgeCommit message (Expand)AuthorFilesLines
2018-01-12Merge pull request #10390 from eric-wieser/fix-10364Charles Harris1-3/+3
2018-01-11BUG: Avoid unintentional promotion to `float`, and do ops in place for speedEric Wieser1-3/+3
2018-01-07Merge pull request #10336 from charris/post-1.14.0-updateCharles Harris1-8/+4
2018-01-06DOC: Post 1.14.0 release updates.Charles Harris1-8/+4
2018-01-04More misc. typosluz.paz2-2/+2
2018-01-03Merge pull request #10213 from jarrodmillman/nep-processCharles Harris1-2/+2
2018-01-03DOC: add documentation about how to handle new array printingJarrod Millman1-0/+12
2017-12-28ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser1-0/+5
2017-12-26Merge pull request #10278 from eric-wieser/exotic-histogram-dtypeCharles Harris1-0/+5
2017-12-26ENH: Add support for datetimes to histogramsEric Wieser1-0/+5
2017-12-25Merge pull request #10251 from VictorRodriguez/developCharles Harris1-0/+5
2017-12-24BUG: Allow nan values in the data when the bins are explicitEric Wieser1-0/+10
2017-12-23ENH: Enable AVX2/AVX512 support to numpy #10251Victor Rodriguez1-0/+5
2017-12-22DOC: Add missing release note for #10207Eric Wieser1-0/+6
2017-12-18Merge branch 'master' into move_histogramEric Wieser1-1/+26
2017-12-18Merge pull request #10211 from mhvk/ma-astype-alternativeEric Wieser1-0/+5
2017-12-18STY: Move newlines in release notesEric Wieser1-1/+1
2017-12-18MAINT,ENH: remove MaskedArray.astype, as the base type does everything.Marten van Kerkwijk1-1/+5
2017-12-17ENH: added masked version of 'numpy.stack' with tests.lzkelley1-1/+2
2017-12-14DOC: Prepare to host NEPs on GH pagesJarrod Millman1-2/+2
2017-12-12DOC: Add release notes for lcm and gcdEric Wieser1-0/+9
2017-12-11Merge pull request #10192 from eric-wieser/deprecate-pickle-aliasesCharles Harris1-0/+10
2017-12-11MAINT: nested list needs opening blank line.Charles Harris1-6/+7
2017-12-10DEP: Deprecate the pickle aliasesEric Wieser1-0/+9
2017-12-10MAINT: Move histogram and histogramdd into their own moduleEric Wieser1-0/+9
2017-12-09Merge pull request #10187 from eric-wieser/fix-extra-spaceCharles Harris1-6/+6
2017-12-09BUG: Extra space is inserted on first line for long elementsEric Wieser1-6/+6
2017-12-08MAINT: Prepare master for 1.15 development.Charles Harris1-0/+40
2017-12-08DOC: another small tweak to 1.14 docsAllan Haldane1-3/+4
2017-12-08DOC: fixup `...` description in 1.14 notesAllan Haldane1-3/+3
2017-12-08DOC: Fix rendering of notes, and tweak wordingEric Wieser1-4/+12
2017-12-08BUG: Fix line wrapping and remove trailing space for recarrayEric Wieser1-0/+2
2017-12-08DOC: Update release notes regarding formatting changesEric Wieser1-22/+33
2017-12-07DOC: Update 1.14.0 release notes.Charles Harris1-183/+226
2017-12-07DOC: Document the NumPy 1.13.3 release.Charles Harris1-0/+64
2017-12-05tweak docs to reflect exactly when DeprecationWarnings will be displayedmattip1-9/+10
2017-12-03DOC: Summarize printing changes in release notesAllan Haldane1-16/+56
2017-11-26Merge pull request #10054 from charris/gh-4208Charles Harris1-4/+26
2017-11-26Merge pull request #10044 from ahaldane/futurewarn_voiditemCharles Harris1-0/+8
2017-11-26DEP: FutureWarning for void.item(): Will return bytesAllan Haldane1-0/+8
2017-11-21ENH: Add encoding option to numpy text IO.Julian Taylor1-4/+26
2017-11-20ENH: Improve MaskedArray.__repr__Eric Wieser1-0/+7
2017-11-17MAINT: make legacy option support future legacy modesAllan Haldane1-7/+7
2017-11-12MAINT: Backcompat fixes for dragon4 changesAllan Haldane1-0/+4
2017-11-12ENH: print void repr/str using hex notationAllan Haldane1-0/+12
2017-11-12Merge pull request #9332 from ahaldane/fix_0d_strreprCharles Harris1-33/+51
2017-11-12Merge pull request #9966 from ahaldane/dragon4_scalarstr_fixCharles Harris1-15/+19
2017-11-11ENH: add Decimal support to numpy.lib.financial (#9952)Garry Polley1-0/+5
2017-11-09DOC: Update release notes about legacy mode and 0d arraysAllan Haldane1-31/+28
2017-11-08MAINT: create a "legacy" print mode to account for whitespace and 0d changesAllan Haldane1-44/+54