summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* API: Do not import sliding_window_view to main namespaceSebastian Berg2020-11-052-4/+5
* ENH: Implement sliding window (gh-17394)Klaus Zimmermann2020-11-052-0/+6
* DOC: Add ``ma.isMaskedArray`` and aliasestakanori-pskq2020-11-051-0/+3
* DOC: Modify Templates (#17691)Takanori H2020-11-044-5/+16
* Add info on transopose to absolute beginners tutorial (#17703)prateek arora2020-11-031-4/+11
* REL: Update master after 1.19.4 release.Charles Harris2020-11-024-2/+49
* NEP36: include additional feedback (#17578)Stefan van der Walt2020-11-011-9/+13
* MAINT: Update RELEASE_WALKTHROUGH.rst.txt.Charles Harris2020-10-301-91/+82
* Merge pull request #17596 from seberg/subarray-dtype-futurewarningMatti Picus2020-10-292-24/+30
|\
| * DEP,BUG: Coercion/cast of array to a subarray dtype will be fixedSebastian Berg2020-10-212-24/+30
* | REL: Update master after 1.19.3 release.Charles Harris2020-10-283-0/+78
* | Merge pull request #17577 from cjblocker/polymul-dtypeMatti Picus2020-10-281-0/+6
|\ \
| * | DOC: Added compatibility release note for dtype of all-zero poly1dCameron Blocker2020-10-251-0/+6
* | | NEP: Ensure inner loop signature is complete everywhereSebastian Berg2020-10-271-18/+20
* | | Update doc/source/reference/c-api/array.rstTakanori H2020-10-271-1/+1
* | | DOC: Fix some referencestakanori-pskq2020-10-266-12/+13
* | | DOC: Don't use Python highlighting for non-python codeEric Wieser2020-10-2511-50/+104
* | | Merge pull request #17627 from takanori-pskq/i13114-array-structMatti Picus2020-10-256-15/+15
|\ \ \
| * | | DOC: Fix the references for ``__array_*__``takanori-pskq2020-10-256-15/+15
* | | | Merge pull request #17630 from takanori-pskq/i13114-capsuleMatti Picus2020-10-251-2/+3
|\ \ \ \
| * | | | DOC: Replace ``PyCObject`` with ``PyCapsule``takanori-pskq2020-10-251-2/+3
| |/ / /
* | | | Merge pull request #17629 from takanori-pskq/i13114-pyufunc-identityMatti Picus2020-10-251-3/+9
|\ \ \ \
| * | | | DOC: Add ``identity_value`` to ``PyUFuncObject``takanori-pskq2020-10-251-3/+9
| |/ / /
* | | | DOC: Add entries for macrostakanori-pskq2020-10-251-3/+29
|/ / /
* | | Merge pull request #17580 from charris/cleanup-swig-for-python3Matti Picus2020-10-241-0/+4
|\ \ \
| * | | MAINT: Cleanup swig for Python 3.Charles Harris2020-10-181-0/+4
* | | | DOC: Tidy up references to str_ / bytes_Eric Wieser2020-10-244-13/+12
* | | | DOC: Fixup for ``PyUFunc_*``takanori-pskq2020-10-241-1/+3
* | | | Update doc/source/reference/random/c-api.rstTakanori H2020-10-241-2/+1
* | | | Update doc/source/user/basics.rec.rstTakanori H2020-10-241-1/+1
* | | | DOC: Fixup for PR #17614takanori-pskq2020-10-241-1/+1
* | | | DOC: Fix some referencestakanori-pskq2020-10-2412-30/+35
* | | | DOC: Fix the document for arrays interfacetakanori-pskq2020-10-231-14/+14
* | | | Merge pull request #17570 from takanori-pskq/i13114-feature-versionMatti Picus2020-10-221-12/+16
|\ \ \ \
| * | | | DOC: Fixuptakanori-pskq2020-10-221-17/+16
| * | | | DOC: Add the entry for ``NPY_FEATURE_VERSION``takanori-pskq2020-10-151-0/+5
| |/ / /
* | | | DOC: Fix typos (general documentation)Alexander Kuhn-Regnier2020-10-212-3/+3
| |_|/ |/| |
* | | DOC: Added a PR "Reviewer guidelines" document. (#17252)Melissa Weber Mendonça2020-10-193-3/+130
| |/ |/|
* | ENH: add function to get broadcast shape from a given set of shapes. (#17535)madhulikajc2020-10-172-0/+16
* | NEP 36 (fair play) (#14779)Stefan van der Walt2020-10-171-0/+173
* | DOC: Fix Boolean array indexing typoBen Derrett2020-10-161-1/+1
* | DOC: Fix typostakanori-pskq2020-10-153-4/+4
|/
* Merge pull request #17558 from bjnath/link-nep42-to-nep43Matti Picus2020-10-141-10/+10
|\
| * DOC: Include NEP titles for first reference in NEP 42Ben Nathanson2020-10-141-3/+3
| * DOC: MAINT: Add NEP 43 links to NEP 42Ben Nathanson2020-10-141-8/+8
* | Merge pull request #17559 from takanori-pskq/i16217-remove-directivesMatti Picus2020-10-142-16/+6
|\ \
| * | DOC: Remove directives for some constantstakanori-pskq2020-10-142-16/+6
| |/
* | Apply suggestions from code reviewEric Wieser2020-10-141-0/+2
* | DOC: Fix wrong blockquotestakanori-pskq2020-10-142-20/+0
|/
* NEP: Initial draft for NEP 43 for extensible ufuncs (gh-16723)Sebastian Berg2020-10-133-0/+5614