summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* add release notesMartin Reinecke2018-12-251-0/+10
* DOC: Update RELEASE_WALKTHROUGH.rst.txt.Charles Harris2018-12-211-11/+17
* ENH: refactor __array_function__ pure Python implementationStephan Hoyer2018-12-191-8/+8
* 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
* | DOC: more doc updates for structured arraysAllan Haldane2018-12-151-8/+4
* | Merge pull request #12534 from jturner314/fix-ellipsis-docsSebastian Berg2018-12-141-3/+4
|\ \
| * | DOC: Fix desc. of Ellipsis behavior in referenceJim Turner2018-12-121-3/+4
* | | DOC: Change 'num' to 'np'Dieter Werthmüller2018-12-121-5/+5
|/ /
* | Merge pull request #12506 from charris/prepare-for-1.17-developmentRalf Gommers2018-12-082-0/+44
|\ \
| * | MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-082-0/+44
* | | DOC, MAINT: Make `PYVER = 3` in doc/Makefile.Charles Harris2018-12-071-1/+1
|/ /
* | 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