summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #13036 from mattip/array-interface-offsetCharles Harris2019-03-041-1/+4
| |\
| | * BUG: __array_interface__ offset was always ignoredmattip2019-02-251-1/+4
| * | Merge pull request #13049 from mattip/remove-buffer-checkCharles Harris2019-03-041-0/+7
| |\ \
| | * | MAINT: remove undocumented __buffer__ attribute lookupmattip2019-03-031-0/+7
* | | | DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-161-0/+9
|/ / /
* | | DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-2/+2
* | | DOC: Post NumPy 1.16.2 release update.Charles Harris2019-02-271-0/+70
|/ /
* | Merge pull request #10855 from madphysicist/unpack-countSebastian Berg2019-02-251-0/+10
|\ \
| * | ENH: Added count parameter to unpackbitsJoseph Fox-Rabinovitz2019-02-251-0/+10
| |/
* | Merge pull request #12989 from eric-wieser/inter-inf-alternativeSebastian Berg2019-02-251-0/+6
|\ \ | |/ |/|
| * ENH: Improve handling of infinities in np.interpEric Wieser2019-02-241-0/+6
* | BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-181-0/+14
|/
* DOC: Update sorting documention.Charles Harris2019-02-081-8/+9
* DOC: Update master following 1.16.1 release.Charles Harris2019-01-311-0/+107
* Merge pull request #12418 from liwt31/timsort-devMatti Picus2019-01-311-0/+9
|\
| * DOC: update docstring of timsortwtli2019-01-301-4/+5
| * DOC: add docstring for timsortwtli2019-01-211-0/+8
* | BUG: Fix rounding of denormals in double and float to half casts … (#12722)Sebastian Berg2019-01-241-0/+7
* | ENH: __array_function__ updates for NumPy 1.17.0Stephan Hoyer2019-01-221-0/+12
|/
* Merge pull request #12683 from tylerjereddy/timedelta64_divmodMatti Picus2019-01-211-0/+10
|\
| * ENH: add mm->qm divmodTyler Reddy2019-01-171-0/+10
* | Make errstate a ContextDecoratorNimish Telang2019-01-171-0/+21
|/
* Merge pull request #12456 from eric-wieser/dtype_to_ctypesMatti Picus2019-01-151-0/+9
|\
| * ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes`Eric Wieser2019-01-131-0/+9
* | DOC: clarify the extend of __array_function__ support in NumPy 1.16Stephan Hoyer2019-01-141-8/+10
* | DOC: Update release notes and changelog after 1.16.0 release.Charles Harris2019-01-131-95/+154
* | Merge pull request #12693 from eric-wieser/gh-9436-hermitianMatti Picus2019-01-131-0/+6
|\ \ | |/ |/|
| * Update 1.17.0-notes.rstEric Wieser2019-01-081-1/+1
| * ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank`Eric Wieser2019-01-071-0/+6
* | ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-061-0/+7
|/
* ENH: allow where in reduce operations.Marten van Kerkwijk2019-01-031-0/+9
* ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)Stephan Hoyer2019-01-011-0/+8
* DOC: Minor fix to pocketfft release note [ci skip]Hameer Abbasi2019-01-021-1/+2
* add release notesMartin Reinecke2018-12-251-0/+10
* Merge pull request #11721 from eric-wieser/fix-9647Charles Harris2018-12-161-0/+5
|\
| * BUG: Make `arr.ctypes.data` hold onto a reference to the underlying arrayEric Wieser2018-10-301-0/+5
* | MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-081-0/+43
* | Merge pull request #12388 from mhvk/linspace-allow-arrayCharles Harris2018-12-061-1/+8
|\ \
| * | ENH: Allow {lin,log,geom}space start and stop to be arrays.Marten van Kerkwijk2018-12-051-1/+8
* | | ENH: implement matmul on NDArrayOperatorsMixin (#12488)Stephan Hoyer2018-12-051-0/+7
|/ /
* | Merge pull request #12219 from mattip/matmul-as-ufunc2Eric Wieser2018-12-041-0/+6
|\ \
| * | ENH: make matmul into a ufuncmattip2018-11-251-0/+6
* | | Merge pull request #12447 from ahaldane/unrevert_multifield_viewCharles Harris2018-12-011-0/+21
|\ \ \
| * | | ENH: add back the multifield copy->view changeAllan Haldane2018-11-261-0/+21
| |/ /
* | | Merge pull request #11197 from wummo/correct_covariance_scalingMarten van Kerkwijk2018-11-271-0/+18
|\ \ \
| * | | Removed non-standard scaling of the covariance matrix and added option to dis...Andreas Nussbaumer2018-11-211-0/+18
* | | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes))mattip2018-11-261-0/+6
| |/ / |/| |
* | | Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redoCharles Harris2018-11-231-0/+5
|\ \ \
| * | | ENH: Fixups to multi-field assignment helpersAllan Haldane2018-11-221-0/+5
| | |/ | |/|
* | | Merge pull request #8923 from guoci/histo_iseCharles Harris2018-11-221-0/+7
|\ \ \