summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC Improve formatting in the depending_on_numpy documentation (#18518)Roman Yurchak2021-03-011-1/+1
* DOC: address a few more review comments on downstream packaging guideRalf Gommers2021-02-281-7/+5
* DOC: address review comments on guide for downstream package authorsRalf Gommers2021-02-281-7/+13
* DOC: add guide for downstream package authorsRalf Gommers2021-02-272-0/+144
* Merge pull request #18502 from rossbar/doc/fix-landing-pageRalf Gommers2021-02-272-1/+2
|\
| * DOC: mv meta landing page to index.rst.Ross Barnowski2021-02-262-1/+2
* | Merge pull request #18456 from data-apis/nep-array-api-standardCharles Harris2021-02-264-0/+590
|\ \ | |/ |/|
| * NEP: array API standard adoptionRalf Gommers2021-02-214-0/+590
* | DOC: Closes issue #7408cisaacstern2021-02-241-2/+2
* | Merge pull request #18458 from rgommers/nep-statusSebastian Berg2021-02-235-4/+6
|\ \
| * | DOC: update NEP status for accepted/finished NEPsRalf Gommers2021-02-235-4/+6
| |/
* | API: make piecewise subclass safe using use zeros_like.Marten van Kerkwijk2021-02-221-0/+5
* | Remove LinAlg heading, mv link to further reading.Ross Barnowski2021-02-211-7/+2
* | Link quickstart linalg to tutorial-svdRoss Barnowski2021-02-191-47/+1
|/
* DOC: remove explanations_index reference - See #17845Mary2021-02-181-1/+0
* Merge branch 'master' of https://github.com/numpy/numpy into iss17845p3aMary2021-02-1712-102/+474
|\
| * DOC: point intersphinx to matplotlib/stable...Jody Klymak2021-02-161-1/+1
| * DOC: Update arraycreation (#17887)Ryan C Cooper2021-02-121-74/+312
| * BUG: Fix unique handling of nan entries. (#18070)Filip Trojan2021-02-121-0/+12
| * Merge pull request #18339 from melissawm/matmul_docsCharles Harris2021-02-123-4/+20
| |\
| | * Removing mention of the @= operator.melissawm2021-02-112-3/+3
| | * Applying suggestions from PR review.melissawm2021-02-052-4/+2
| | * DOC: Discussion on the @ operator and the matrix classmelissawm2021-02-053-3/+21
| * | Merge pull request #18364 from sleeplessinseattledev/bug17845Charles Harris2021-02-081-17/+14
| |\ \
| | * | DOC: Update landing page to match table of contents - Step 1 - See #17845Mary2021-02-071-17/+14
| * | | Merge pull request #18322 from BvB93/plugin-precisionCharles Harris2021-02-081-0/+22
| |\ \ \
| | * | | REL: Add a release note for the mypy plugin updateBas van Beek2021-02-051-0/+22
| | | |/ | | |/|
| * | | REL: Update master after 1.20.1 release.Charles Harris2021-02-073-0/+90
| | |/ | |/|
| * | DOC: Change license date 2020 -> 2021 (gh-18346)Aerysv2021-02-061-1/+1
| * | Merge pull request #18340 from mgeier/no-pygments-styleMatti Picus2021-02-061-3/+0
| |\ \
| | * | DOC: remove pygments_style from conf.pyMatthias Geier2021-02-051-3/+0
| | |/
| * | DOC: Fix whitespace before "last updated" on overview pageMatthias Geier2021-02-051-1/+1
| |/
| * DOC: Corrected numpy.power example.Mary2021-02-021-1/+1
* | DOC: remove explanations.rst - See #17845Mary2021-02-161-14/+0
|/
* Merge pull request #18233 from rgommers/accept-nep23Ralf Gommers2021-01-311-3/+6
|\
| * MAINT: Remove stray quote.Charles Harris2021-01-291-1/+1
| * NEP: accept NEP 23 (backwards compatibility policy)Ralf Gommers2021-01-261-2/+5
* | Merge pull request #18234 from rgommers/accept-nep46Ralf Gommers2021-01-311-3/+4
|\ \
| * | NEP: accept NEP 46 (sponsorship guidelines)Ralf Gommers2021-01-261-3/+4
| |/
* | REL: Update master after 1.20.0 release.Charles Harris2021-01-303-69/+109
* | DOC: __array__ accepts a dtype argumentRyan Soklaski2021-01-261-8/+8
* | Merge pull request #18230 from seberg/issue-17977Charles Harris2021-01-262-22/+50
|\ \
| * | Fix ref to user guide in release notes.Ross Barnowski2021-01-262-1/+3
| * | Apply suggestions from code reviewSebastian Berg2021-01-261-4/+3
| * | Update doc/source/release/1.20.0-notes.rstSebastian Berg2021-01-261-2/+2
| * | DOC: Clarify the type alias deprecation messageSebastian Berg2021-01-261-20/+47
* | | Fix example in array subclassing doc (#18235)Nicolas Hug2021-01-261-1/+1
| |/ |/|
* | Merge pull request #18116 from seberg/futurewarn-string-promotionMatti Picus2021-01-261-0/+29
|\ \
| * | DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-251-0/+29
* | | Merge pull request #18097 from rgommers/nep-backcompat-updateMatti Picus2021-01-251-175/+233
|\ \ \