summaryrefslogtreecommitdiff
path: root/doc/release
AgeCommit message (Expand)AuthorFilesLines
2018-03-15ENH: Add np.histogram_bin_edges (#10591)Kirit Thadaka1-0/+2
2018-03-12DOC: Post 1.14.2 release update.Charles Harris1-0/+40
2018-03-08Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris1-1/+13
2018-03-09DOC: Added release note for iOS build changes.Russell Keith-Magee1-1/+13
2018-03-08ENH: Allow dtype field names to be unicode in Python2 (#10672)Chris Billington1-0/+11
2018-02-27DOC/MAINT: More misc. typosluz.paz1-1/+1
2018-02-25BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser1-0/+12
2018-02-22Merge pull request #10641 from charris/post-1.14.1-updateCharles Harris1-8/+79
2018-02-22MAINT: Update 1.14.1 release notes and changelog.Charles Harris1-8/+79
2018-02-21ENH: make flatnonzero use np.ravel(a) instead of a.ravel()Geoffrey Irving1-0/+5
2018-02-01BUG: nan_to_num does not return scalars for scalar integer input (#10441)Matheus Vieira Portela1-0/+6
2018-01-28BUG: repr of negative zeros sometimes has an extra spaceAllan Haldane1-7/+2
2018-01-20BUG: complex repr has extra spaces, missing +Allan Haldane1-0/+1
2018-01-20MAINT: Add 1.14.1 release note templateAllan Haldane1-0/+2
2018-01-19Merge pull request #10406 from ev-br/print_opts_ctxCharles Harris1-0/+7
2018-01-18Merge pull request #10433 from eric-wieser/1.14.1-notesCharles Harris1-0/+23
2018-01-18REL: Add 1.14.1 release notes templateEric Wieser1-0/+23
2018-01-17DOC: add a release not for `printoptions`Evgeni Burovski1-0/+7
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