summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | ENH: Add 'ise' estimator to np.histogramguoci2018-11-201-0/+7
| | |/ | |/|
* | | BUG/ENH: Fix use of ndpointer in return valuesEric Wieser2018-11-211-0/+10
|/ /
* | Merge pull request #12391 from mattip/deprecate-uniqueCharles Harris2018-11-151-0/+3
|\ \
| * | DEP: remove deprecated numpy.lib.function_base.uniquemattip2018-11-151-0/+3
* | | DOC: Add release notes for ctypes improvementsEric Wieser2018-11-151-0/+15
|/ /
* | NEP: move nep 15 from accepted to finalmattip2018-11-131-1/+1
* | Merge pull request #12362 from shoyer/disable-array-function-by-defaultCharles Harris2018-11-121-0/+9
|\ \
| * | MAINT: disable __array_function__ dispatch unless environment variable setStephan Hoyer2018-11-101-0/+9
* | | Merge pull request #8955 from eric-wieser/obj-identityMatti Picus2018-11-122-3/+46
|\ \ \
| * | | DOC: Add release notes on changes to ufunc.identityEric Wieser2018-11-121-0/+19
| * | | ENH: Allow ufunc.identity to be any python objectEric Wieser2018-11-122-3/+27
* | | | NEP: clarify the purpose of "types" in __array_function__Stephan Hoyer2018-11-101-2/+3
| |/ / |/| |
* | | Merge pull request #11916 from mattip/deprecate-set_numeric_opsCharles Harris2018-11-093-2/+13
|\ \ \
| * | | DEP: deprecate np.set_numeric_ops and friendsmattip2018-10-213-2/+13
* | | | DOC: Update RELEASE_WALKTHROUGH.rst.txt.Charles Harris2018-11-091-1/+1
| |/ / |/| |
* | | Merge pull request #12250 from mattip/add-docs-to-tocRalf Gommers2018-11-0411-335/+46
|\ \ \
| * | | DOC: move C style guide to dev sectionmattip2018-10-253-1/+1
| * | | DOC: remove duplicate and outdated DOCmattip2018-10-252-200/+0
| * | | DOC: remove old docs while adding bits of it where appropriate (part one)mattip2018-10-253-129/+19
| * | | DOC: fixes from reviewmattip2018-10-253-4/+7
| * | | DOC: add missing docsmattip2018-10-237-3/+21
* | | | DOC: NumPy 1.15.4 post release documentation update.Charles Harris2018-11-043-0/+60
* | | | ENH: Improve support for pathlib.Path objects in load functions (#11348)Paul Müller2018-11-011-0/+7
* | | | Merge pull request #12268 from mattip/broadcast-tutorialRalf Gommers2018-10-317-1/+234
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC: fixes from review, fix referencesmattip2018-10-311-4/+4
| * | | DOC: add broadcasting article from scipy old-wikimattip2018-10-267-1/+234
* | | | Merge pull request #12279 from mattip/nep-0027-finalMatti Picus2018-10-311-3/+4
|\ \ \ \
| * | | | tweak and mark NEP 0027 as finalmattip2018-10-271-3/+4
| |/ / /
* | | | Merge pull request #12120 from tylerjereddy/remainder_timedelta64Stefan van der Walt2018-10-302-0/+9
|\ \ \ \
| * | | | ENH: add timedelta modulusTyler Reddy2018-10-152-0/+9
* | | | | Merge pull request #12236 from mattip/nan-warningsCharles Harris2018-10-291-6/+7
|\ \ \ \ \
| * | | | | DOC: revise release notemattip2018-10-261-6/+7
| | |_|_|/ | |/| | |
* | | | | DOC: update release notes with np.take improvement.Stan Seibert2018-10-291-0/+5
* | | | | NEP: revise note for NEP 27Stephan Hoyer2018-10-271-7/+9
| |_|/ / |/| | |
* | | | Merge pull request #12251 from shoyer/array-function-error-msgAllan Haldane2018-10-251-0/+9
|\ \ \ \
| * | | | DOC: document __module__ updates for 1.16Stephan Hoyer2018-10-251-0/+9
| | |_|/ | |/| |
* | | | Merge pull request #11971 from hmaarrfk/block_single_concatenate_callAllan Haldane2018-10-231-0/+8
|\ \ \ \ | |/ / / |/| | |