summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18906 from rkern/enh/pcg64dxsmCharles Harris2021-05-058-15/+230
|\ | | | | ENH: Add PCG64DXSM BitGenerator
| * DOC: refine wording for clarityRobert Kern2021-05-041-4/+4
| |
| * DOC: fixes in response to comments.Robert Kern2021-05-042-21/+20
| |
| * DOC: Add release note.Robert Kern2021-05-041-0/+17
| |
| * STY: Add spaces after commas.Charles Harris2021-05-041-1/+1
| |
| * DOC: Add PCG64DXSM to performance-measuring script.Robert Kern2021-05-041-3/+3
| |
| * DOC: nuance recommendations for PCG64.Robert Kern2021-05-042-6/+12
| |
| * DOC: math formatting.Robert Kern2021-05-041-3/+3
| |
| * DOC: Document PCG64DXSM.Robert Kern2021-05-044-4/+197
| |
* | Merge pull request #18874 from Matthew-Badin/enable-accelerateCharles Harris2021-05-041-0/+11
|\ \ | | | | | | BLD, ENH: Enable Accelerate Framework
| * | DOC: Add release note.Matthew Badin2021-05-041-0/+11
| | |
* | | Merge pull request #18893 from cmarmo/saved-repliesCharles Harris2021-05-041-3/+65
|\ \ \ | |_|/ |/| | DOC: Add a set of standard replies.
| * | Highlight markdown syntax.Chiara Marmo2021-05-041-10/+10
| | |
| * | Fix markdown formatting. Remove unuseful 'py'.Chiara Marmo2021-05-031-25/+15
| | |
| * | Add a set of standard replies.Chiara Marmo2021-05-031-3/+75
| | |
* | | NEP: propose new nep for allocator policies (gh-18805)Matti Picus2021-05-031-0/+334
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | NEP related to the PR gh-17582 * NEP: propose new nep for allocator policies * NEP: fixes from review * NEP: adopt suggestions from review * changes from review * fixes from review * fixes from review
* | Merge pull request #18855 from nschloe/crlfCharles Harris2021-04-296-596/+596
|\ \ | |/ |/| STY: change CRLF line terminators to Unix
| * change CRLF line terminators to UnixNico Schlömer2021-04-266-596/+596
| |
* | Merge pull request #18839 from trallard/docs/gitpodCharles Harris2021-04-2610-0/+242
|\ \ | |/ |/| DOC: Add Gitpod development documentation
| * DOC: Update snapshotsTania Allard2021-04-262-0/+0
| |
| * DOC: Break linesTania Allard2021-04-264-45/+118
| |
| * Apply suggestions from code reviewTania Allard2021-04-261-10/+10
| | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
| * Update doc/source/dev/development_gitpod.rstTania Allard2021-04-261-2/+1
| | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
| * DOC: Add Gitpod development documentationTania Allard2021-04-2311-0/+170
| |
* | move module target locationAdrian Price-Whelan2021-04-241-3/+2
| |
* | DOC: Add favicon (#18841)Tania Allard2021-04-235-0/+2
| |
* | Fix typo in random docsChristina Hedges2021-04-221-1/+1
|/ | | | | DOC Fix typo in random docs `Randomstate` -> `RandomState`
* Merge pull request #18823 from Nirzak/patch-1Charles Harris2021-04-211-1/+1
|\ | | | | MAINT: Minor fix to add reference link to numpy.fill_diagonal function
| * Minor fix to add reference link to numpy.fill_diagonal functionNirjas Jakilim2021-04-211-1/+1
| |
* | Merge pull request #18797 from zoj613/zig_docCharles Harris2021-04-211-3/+7
|\ \ | | | | | | DOC: Update random c-api documentation
| * | DOC: Update random c-api documentationzoj2021-04-171-3/+7
| | |
* | | Merge pull request #18777 from tupui/test_guidelines_random_assertsCharles Harris2021-04-212-11/+23
|\ \ \ | |_|/ |/| | DOC: update random and asserts in test guidelines
| * | Update doc/source/reference/routines.testing.rstPamphile ROY2021-04-171-1/+1
| | | | | | | | | Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
| * | Merge branch 'main' into test_guidelines_random_assertsPamphile ROY2021-04-162-2/+17
| |\ \
| * | | DOC: not recommended sectionPamphile ROY2021-04-151-1/+6
| | | |
| * | | DOC: revert global seedPamphile ROY2021-04-141-2/+1
| | | |
| * | | DOC: remove legacy global seed, assert_almost_equal and assert_Pamphile ROY2021-04-142-19/+23
| | | |
* | | | MAINT: Fix spelling and layout.Charles Harris2021-04-191-5/+4
| | | |
* | | | line breaks maintaining <80 charsAyush Verma2021-04-201-1/+5
| | | |
* | | | added 'PYTHON variable'Ayush Verma2021-04-201-1/+1
| | | |
* | | | word wrapped around 80 chars and proper ellipses as per suggestedAyush Verma2021-04-201-5/+2
| | | |
* | | | added note about import numpy error when building numpy in a venvAyush Verma2021-04-191-0/+9
| | | |
* | | | Merge pull request #18761 from seberg/small-fixups-nep43Ralf Gommers2021-04-171-27/+28
|\ \ \ \ | |_|_|/ |/| | | DOC: Small fixes (including formatting) for NEP 43
| * | | DOC: Small fixes (including formatting) for NEP 43Sebastian Berg2021-04-121-27/+28
| | | | | | | | | | | | | | | | | | | | Just have been reviewing the text, I may do larger changes, but lets start with the small ones...
* | | | MAINT: Update towncrier version in install and notesCharles Harris2021-04-161-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | We were installing towncrier from the github master branch because there had been no releases with the needed fixes. That has changed with the recent release of versions 19.9.0 and 21.3.0.
* | | | CI: Use `towncrier build` explicitlySebastian Berg2021-04-161-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without any argument towncrier defaults to `build`. But towncrier added a `--version` argument to just print the towncrier version. NumPy relies on passing `--version` which collides. Even if towncrier might revert the change, using `towncrier build` explicitly just doesn't hurt. Closes gh-18788
* | | Merge pull request #18787 from larsoner/docSebastian Berg2021-04-162-6/+17
|\ \ \ | | | | | | | | DOC: Document newer pytest conventions
| * | | DOC: Document newer pytest conventionsEric Larson2021-04-162-6/+17
| | |/ | |/|
* | | DOC: Fix dec.paramaterize typoendolith2021-04-151-1/+1
|/ /
* | MAINT: Fix comma usage.Charles Harris2021-04-131-1/+1
| |