summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
...
* | Add change to release notes.Stuart Archibald2018-06-261-0/+6
* | Merge pull request #11383 from mattip/recreate-8717Eric Wieser2018-06-241-0/+6
|\ \
| * | fixes from reviewmattip2018-06-211-1/+1
| * | ENH: Allow size=0 in numpy.random.choicemattip2018-06-191-0/+6
* | | Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4ccMarten van Kerkwijk2018-06-211-0/+10
|\ \ \
| * | | DOC: add release note for change in output of comparison ufuncs.Marten van Kerkwijk2018-06-191-0/+10
| |/ /
* | | ENH: Remove NpyIter_Closemattip2018-06-181-5/+1
|/ /
* | Merge pull request #11323 from eric-wieser/histogram-normed-actually-deprecateCharles Harris2018-06-161-0/+3
|\ \
| * | DEP: Actually deprecate the normed argument to histogramEric Wieser2018-06-151-0/+3
| |/
* | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-163-6/+6
* | DOC: Update master after NumPy 1.14.5 release.mattip2018-06-131-0/+30
* | REL: Setup master for 1.16 development.Charles Harris2018-06-122-0/+82
|/
* 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
* | | Merge pull request #10444 from ahaldane/dragon4_otherformats_splitCharles Harris2018-06-071-0/+10
|\ \ \
| * | | BUG: Implement float128 dragon4 for IBM double-double (ppc64)Allan Haldane2018-06-061-0/+10
| |/ /
* | | DOC: Update master after NumPy 1.14.4 release.Charles Harris2018-06-061-0/+60
|/ /
* | Merge branch 'master' into npzfile-mappinEric Wieser2018-05-292-8/+170
|\ \
| * \ 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-254-14/+415
| |\ \ \ \
| | * | | | 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-142-3/+75
| | |\ \
| | | * \ 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
| | | |/ / / /
| | | * | | | DOC: create 1.14.3 release noteAllan Haldane2018-04-291-0/+41
| | * | | | | 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-223-13/+281
|\ \ \ \ | | |/ / | |/| |
| * | | 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