summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715)sslivkoff2020-04-301-0/+5
* BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#1...Benjamin Trendelkamp-Schroer2020-04-291-0/+7
* Merge pull request #16097 from gamboon/patch-1Matti Picus2020-04-291-1/+1
|\
| * trivial: Improve grammar on a comment in the quickstartgamboon2020-04-281-1/+1
* | NEP 41: Accept NEP 41 and add DType<->scalar duplication paragraphSebastian Berg2020-04-281-3/+20
|/
* Merge pull request #16084 from mattip/protocolsRalf Gommers2020-04-271-2/+4
|\
| * DOC: tweak neps/scope.rstmattip2020-04-251-2/+4
* | Merge pull request #16079 from rossbar/bld/shorten_doc_buildWarren Weckesser2020-04-261-17/+18
|\ \
| * | DOC: Moved timeit examples under relevant bullet point.Ross Barnowski2020-04-251-11/+12
| * | DOC,BLD: Limit timeit iterations in random docs.Ross Barnowski2020-04-251-6/+6
| |/
* | DOC, BLD: update release howto and walkthrough for ananconda.org storage (#16...Matti Picus2020-04-252-37/+35
* | Merge pull request #16053 from anirudh2290/nep_40_doc_change_2Charles Harris2020-04-251-3/+3
|\ \ | |/ |/|
| * NEP, DOC: Small typo fixes to the docAnirudh Subramanian2020-04-241-3/+3
* | DOC: Add missing bracket (gh-16051)Chunlin2020-04-258-8/+8
* | Merge pull request #15648 from xiegengxin/avx512-exp-float64Matti Picus2020-04-231-0/+7
|\ \
| * | MAINT: Fixed some spelling mistakes in 15648.improvement.rstGengxin Xie2020-04-081-3/+3
| * | DOC: Release note about upcoming changesGengxin Xie2020-04-071-0/+7
* | | DOC: Clarify single-segment arrays in np reference (#16011)Anirudh Subramanian2020-04-221-0/+5
* | | DOC: initialise random number generator before first use in quickstart (#16025)shreepads2020-04-221-2/+2
* | | DOC: update first section of NEP 37 (``__array_function__`` downsides) (#16015)Ralf Gommers2020-04-211-32/+50
| |/ |/|
* | REL: Update master after 1.18.3 release.Charles Harris2020-04-193-0/+70
* | DOC: add note on flatten ordering in matlab page (#16001)Pierre de Buyl2020-04-171-1/+2
* | NEP: Improve Value Based Casting paragraph in NEP 40 (#16000)Anirudh Subramanian2020-04-161-4/+4
* | Merge pull request #14530 from ChrisBarker-NOAA/ChrisBarker-NEP-30-copy-editingRalf Gommers2020-04-121-17/+19
|\ \
| * | DOC: a few typos and copy editing in NEP 30Chris Barker2020-04-111-17/+19
* | | DOC: fix a NEP reference, number was incorrect (36 -> 35); update linkRalf Gommers2020-04-111-2/+2
* | | DOC: rename NEP 34 file for consistencyRalf Gommers2020-04-111-0/+0
|/ /
* | Merge pull request #14715 from pentschev/nep-like-parameterRalf Gommers2020-04-111-0/+186
|\ \
| * | MAINT: change array creation dispatching with `__array_function__` to NEP-35Peter Andreas Entschev2019-11-041-1/+1
| * | MAINT: cite few examples of array creation functions in NEP-33Peter Andreas Entschev2019-10-161-2/+8
| * | MAINT: fix implementation example of NEP-33Peter Andreas Entschev2019-10-161-6/+2
| * | NEP: Proposal for array creation dispatching with `__array_function__`Peter Andreas Entschev2019-10-151-0/+184
* | | DOC: Update documentation w.r.t. NPY_RELAXED_STRIDES_CHECKING (gh-15907)Sebastian Berg2020-04-101-4/+6
* | | BUG,DEP: Make `scalar.__round__()` behave like pythons round (#15840)Hameer Abbasi2020-04-102-0/+13
* | | DOC: Correct private function name to PyArray_AdaptFlexibleDTypeAnirudh Subramanian2020-04-081-1/+1
* | | Merge pull request #15872 from Balandat/fix_eigh_mvn_samplingCharles Harris2020-04-041-0/+6
|\ \ \
| * | | Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-041-0/+6
* | | | Merge pull request #15749 from panpiort8/masked_array_docsMatti Picus2020-04-041-1/+1
|\ \ \ \
| * | | | Update doc/source/reference/maskedarray.baseclass.rstMatti Picus2020-04-041-1/+1
| * | | | DOC: document inconsistent mask results in MaskedArrayPan Jan2020-03-261-1/+1
* | | | | NEP: Add paragraph to NEP 41 about no array-object use and fix links (gh-15834)Sebastian Berg2020-04-034-17/+37
* | | | | Merge pull request #15894 from Qiyu8/missingMaApiMatti Picus2020-04-031-0/+1
|\ \ \ \ \
| * | | | | DOC: Add missing doc of numpy.ma.apply_over_axes in API list.Qiyu82020-04-021-0/+1
* | | | | | DOC: Fixed order of items and link to mailing list in dev docs index. (#15901)Melissa Weber Mendonça2020-04-021-9/+8
|/ / / / /
* | | | | Merge pull request #15867 from eric-wieser/deprecate-tostringMatti Picus2020-04-011-0/+6
|\ \ \ \ \
| * | | | | Update doc/release/upcoming_changes/15867.deprecation.rstEric Wieser2020-04-011-2/+4
| * | | | | DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-301-0/+4
* | | | | | ENH: Add keepdims argument to count_nonzero (gh-15870)Warren Weckesser2020-03-311-0/+5
* | | | | | Merge pull request #15882 from eric-wieser/reject-illegal-strides-in-ndarray....Matti Picus2020-03-311-0/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | BUG: Do not ignore empty tuple of strides in ndarray.__new__Eric Wieser2020-03-311-0/+5
| |/ / / /