summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* ENH: Implement initial kwarg for ufunc.add.reduceHameer Abbasi2018-04-241-0/+6
* Merge pull request #10199 from chunweiyuan/quantileStephan Hoyer2018-04-231-0/+10
|\
| * ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-161-0/+10
* | Merge pull request #9998 from mattip/nditer-as-context-managerAllan Haldane2018-04-211-0/+26
|\ \
| * | ENH: add nditer.close as per reviewmattip2018-04-201-8/+7
| * | ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-201-0/+27
* | | DOC: Fix typos in 1.15.0 changelogBaurzhan Muftakhidinov2018-04-181-6/+6
|/ /
* | ENH: Extend np.flip to work over multiple axesJunjie Bai2018-04-171-0/+5
|/
* Merge pull request #10665 from pv/accumulate-same-nocopyCharles Harris2018-04-121-0/+8
|\
| * DOC: Update 1.15.0 release notesCharles Harris2018-04-121-0/+8
* | Merge pull request #10745 from eric-wieser/comparison-object-loopMarten van Kerkwijk2018-04-111-0/+6
|\ \
| * | ENH: Add object loops to the comparison ufuncsEric Wieser2018-04-081-0/+6
| |/
* | ENH: Improve histogram bins="auto" for data with little variance (#10739)Varun Nayyar2018-04-091-0/+5
|/
* Merge pull request #10802 from eric-wieser/histogramdd-fixesCharles Harris2018-04-061-0/+6
|\
| * MAINT/ENH: Reuse range computation code from np.histogram in np.histogramddEric Wieser2018-04-061-0/+6
* | Merge pull request #10842 from charris/switch-to-pytestCharles Harris2018-04-061-1/+19
|\ \
| * | DOC: Note the switch to pytest in the 1.15.0 release notes.Charles Harris2018-04-041-1/+19
* | | Merge pull request #10670 from eric-wieser/deprecate-sum-generatorCharles Harris2018-04-061-0/+5
|\ \ \
| * | | DEP: Deprecate np.sum(generator)Eric Wieser2018-02-261-0/+5
* | | | Merge pull request #10826 from tylerjereddy/issue_10779_squeezeCharles Harris2018-04-061-0/+10
|\ \ \ \
| * | | | BUG: np.squeeze() now respects older API axis expectationTyler Reddy2018-03-301-0/+10
* | | | | Fix TYPO in code example.mamrehn2018-04-031-1/+1
| |_|/ / |/| | |
* | | | ENH: Add a release note about support for 64-bit RISC-VAurelien Jarno2018-04-011-0/+4
* | | | Merge pull request #10786 from lakshayg/stablesortJulian Taylor2018-03-311-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | add release noteLakshay Garg2018-03-251-0/+14
| | |/ | |/|
* | | BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser2018-03-251-0/+9
|/ /
* | ENH: Add np.histogram_bin_edges (#10591)Kirit Thadaka2018-03-151-0/+2
* | DOC: Post 1.14.2 release update.Charles Harris2018-03-121-0/+40
* | Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris2018-03-081-1/+13
|\ \
| * | DOC: Added release note for iOS build changes.Russell Keith-Magee2018-03-091-1/+13
* | | ENH: Allow dtype field names to be unicode in Python2 (#10672)Chris Billington2018-03-081-0/+11
|/ /
* | DOC/MAINT: More misc. typosluz.paz2018-02-271-1/+1
|/
* BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser2018-02-251-0/+12
* Merge pull request #10641 from charris/post-1.14.1-updateCharles Harris2018-02-221-8/+79
|\
| * MAINT: Update 1.14.1 release notes and changelog.Charles Harris2018-02-221-8/+79
* | ENH: make flatnonzero use np.ravel(a) instead of a.ravel()Geoffrey Irving2018-02-211-0/+5
|/
* BUG: nan_to_num does not return scalars for scalar integer input (#10441)Matheus Vieira Portela2018-02-011-0/+6
* BUG: repr of negative zeros sometimes has an extra spaceAllan Haldane2018-01-281-7/+2
* BUG: complex repr has extra spaces, missing +Allan Haldane2018-01-201-0/+1
* MAINT: Add 1.14.1 release note templateAllan Haldane2018-01-201-0/+2
* Merge pull request #10406 from ev-br/print_opts_ctxCharles Harris2018-01-191-0/+7
|\
| * DOC: add a release not for `printoptions`Evgeni Burovski2018-01-171-0/+7
* | Merge pull request #10433 from eric-wieser/1.14.1-notesCharles Harris2018-01-181-0/+23
|\ \ | |/ |/|
| * REL: Add 1.14.1 release notes templateEric Wieser2018-01-181-0/+23
* | Merge pull request #10390 from eric-wieser/fix-10364Charles Harris2018-01-121-3/+3
|\ \
| * | BUG: Avoid unintentional promotion to `float`, and do ops in place for speedEric Wieser2018-01-111-3/+3
| |/
* | Merge pull request #10336 from charris/post-1.14.0-updateCharles Harris2018-01-071-8/+4
|\ \
| * | DOC: Post 1.14.0 release updates.Charles Harris2018-01-061-8/+4
* | | More misc. typosluz.paz2018-01-042-2/+2
|/ /
* | Merge pull request #10213 from jarrodmillman/nep-processCharles Harris2018-01-031-2/+2
|\ \