summaryrefslogtreecommitdiff
path: root/doc/release/1.15.0-notes.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-141-8/+1
* DOC: Post 1.15.0 release updates for master.Charles Harris2018-07-231-100/+163
* Merge pull request #11531 from eric-wieser/histogramdd-density-no-deprecationCharles Harris2018-07-081-0/+6
|\
| * MAINT: Rename histogramdd's normed argument to density, to match histogramEric Wieser2018-07-081-0/+6
* | ENH: Remove NpyIter_Closemattip2018-06-181-5/+1
* | DEP: Actually deprecate the normed argument to histogramEric Wieser2018-06-151-0/+3
|/
* MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-111-0/+10
* Merge pull request #10970 from eric-wieser/cut-down-ctypeslibCharles Harris2018-06-071-0/+5
|\
| * BUG: Remove fragile use of __array_interface__ in ctypeslib.as_arrayEric Wieser2018-05-261-0/+5
* | Merge pull request #11018 from mhvk/gufunc-axis-and-keepdimsCharles Harris2018-06-071-3/+13
|\ \
| * | DOC: Add release note about __array_ufunc__.Marten van Kerkwijk2018-06-071-1/+4
| * | DOC: Describe new axis argument.Marten van Kerkwijk2018-06-071-2/+9
* | | BUG: Implement float128 dragon4 for IBM double-double (ppc64)Allan Haldane2018-06-061-0/+10
|/ /
* | Merge branch 'master' into npzfile-mappinEric Wieser2018-05-291-8/+129
|\ \
| * \ Merge pull request #11105 from eric-wieser/take_along_axis-strictMarten van Kerkwijk2018-05-281-0/+17
| |\ \
| | * | ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-251-0/+17
| * | | Merge pull request #10898 from EricCousineau-TRI/prefer-user-copyswapnEric Wieser2018-05-281-0/+6
| |\ \ \
| | * | | ENH: Have dtype transfer for equivalent user dtypes prefer user-defined `copy...Eric Cousineau2018-05-181-0/+6
| * | | | Merge branch 'master' into force-tupleEric Wieser2018-05-251-6/+255
| |\ \ \ \
| | * | | | BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)Kritika Jalan2018-05-251-0/+5
| | * | | | ENH: Modify intersect1d to return common indices (#10684)Christopher2018-05-251-0/+6
| | | |/ / | | |/| |
| | * | | DOC: Describe new keepdims arguments (and axes).Marten van Kerkwijk2018-05-181-2/+27
| | |/ /
| | * | Merge branch 'master' into linalg-move-matrix-powerCharles Harris2018-05-141-3/+34
| | |\ \
| | | * \ Merge pull request #11023 from eric-wieser/histogramdd-no-fuzzCharles Harris2018-05-141-0/+7
| | | |\ \
| | | | * | DOC: Add release notes for histogram[dd] changes.Eric Wieser2018-05-141-0/+7
| | | * | | Merge pull request #8157 from ahaldane/void_item_memviewCharles Harris2018-05-121-0/+6
| | | |\ \ \
| | | | * | | MAINT: make unstructured void .item() return byteAllan Haldane2018-04-131-0/+6
| | | * | | | Merge pull request #11056 from bashtage/random-permute-perfCharles Harris2018-05-101-0/+4
| | | |\ \ \ \
| | | | * | | | PERF: Improve performance of random permutationKevin Sheppard2018-05-091-0/+4
| | | * | | | | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-5/+17
| | | |/ / / /
| | * | | | | ENH: Allow stacks of matrices in matrix_power.Marten van Kerkwijk2018-04-291-2/+9
| | |/ / / /
| | * | | | Merge pull request #10949 from mattip/doc-nditerAllan Haldane2018-04-271-3/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Merge branch 'master' into doc-nditerCharles Harris2018-04-241-0/+10
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | DOC: cleanup documentation, continuation of nditer PR #9998mattip2018-04-231-3/+3
| | * | | | 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
| | | |/
| * | | DEP: Deprecate non-tuple multidimensional indicesSebastian Berg2018-05-251-0/+6
* | | | Merge branch 'master' into npzfile-mappinEric Wieser2018-04-221-5/+162
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| |\ \