summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update master after 1.20.x branch.v1.21.0.dev0Charles Harris2020-11-272-0/+7
* ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-261-0/+24
* MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-0/+15
* BUG: ensure _UFuncNoLoopError can be pickled (#17377)bernie gray2020-11-181-1/+1
* API: Do not import sliding_window_view to main namespaceSebastian Berg2020-11-051-1/+1
* ENH: Implement sliding window (gh-17394)Klaus Zimmermann2020-11-051-0/+1
* 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-023-2/+33
* REL: Update master after 1.19.3 release.Charles Harris2020-10-282-0/+47
* 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-252-2/+6
* 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
|/
* 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-171-0/+1
* | DOC: Fix Boolean array indexing typoBen Derrett2020-10-161-1/+1
* | DOC: Fix typostakanori-pskq2020-10-153-4/+4
|/
* 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
|/
* Merge pull request #17523 from bjnath/new-docpage-top-linksCharles Harris2020-10-135-29/+24
|\
| * DOC: Explain :orphan: in PR #17523Ben Nathanson2020-10-101-0/+6
| * DOC: Delete unused file in PR #17523Ben Nathanson2020-10-091-10/+0
| * DOC: Update top links in landing pageBen Nathanson2020-10-094-19/+18
* | DOC: Add missing types to C function docs (#17549)Takanori H2020-10-134-86/+87
* | DOC: Fix typo (#17534)Takanori H2020-10-111-1/+1
* | DOC: Fix Boolean types in C functionstakanori-pskq2020-10-102-9/+9
* | Merge pull request #17520 from bjnath/show-real-licenseRalf Gommers2020-10-091-32/+3
|\ \
| * | DOC: Display real license on license pageBen Nathanson2020-10-091-32/+3
| |/
* | DOC: Fix empty 'C style guide' page (#17503)Ben Nathanson2020-10-092-10/+2
|/