Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18906 from rkern/enh/pcg64dxsm | Charles Harris | 2021-05-05 | 8 | -15/+230 |
|\ | | | | | ENH: Add PCG64DXSM BitGenerator | ||||
| * | DOC: refine wording for clarity | Robert Kern | 2021-05-04 | 1 | -4/+4 |
| | | |||||
| * | DOC: fixes in response to comments. | Robert Kern | 2021-05-04 | 2 | -21/+20 |
| | | |||||
| * | DOC: Add release note. | Robert Kern | 2021-05-04 | 1 | -0/+17 |
| | | |||||
| * | STY: Add spaces after commas. | Charles Harris | 2021-05-04 | 1 | -1/+1 |
| | | |||||
| * | DOC: Add PCG64DXSM to performance-measuring script. | Robert Kern | 2021-05-04 | 1 | -3/+3 |
| | | |||||
| * | DOC: nuance recommendations for PCG64. | Robert Kern | 2021-05-04 | 2 | -6/+12 |
| | | |||||
| * | DOC: math formatting. | Robert Kern | 2021-05-04 | 1 | -3/+3 |
| | | |||||
| * | DOC: Document PCG64DXSM. | Robert Kern | 2021-05-04 | 4 | -4/+197 |
| | | |||||
* | | Merge pull request #18874 from Matthew-Badin/enable-accelerate | Charles Harris | 2021-05-04 | 1 | -0/+11 |
|\ \ | | | | | | | BLD, ENH: Enable Accelerate Framework | ||||
| * | | DOC: Add release note. | Matthew Badin | 2021-05-04 | 1 | -0/+11 |
| | | | |||||
* | | | Merge pull request #18893 from cmarmo/saved-replies | Charles Harris | 2021-05-04 | 1 | -3/+65 |
|\ \ \ | |_|/ |/| | | DOC: Add a set of standard replies. | ||||
| * | | Highlight markdown syntax. | Chiara Marmo | 2021-05-04 | 1 | -10/+10 |
| | | | |||||
| * | | Fix markdown formatting. Remove unuseful 'py'. | Chiara Marmo | 2021-05-03 | 1 | -25/+15 |
| | | | |||||
| * | | Add a set of standard replies. | Chiara Marmo | 2021-05-03 | 1 | -3/+75 |
| | | | |||||
* | | | NEP: propose new nep for allocator policies (gh-18805) | Matti Picus | 2021-05-03 | 1 | -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/crlf | Charles Harris | 2021-04-29 | 6 | -596/+596 |
|\ \ | |/ |/| | STY: change CRLF line terminators to Unix | ||||
| * | change CRLF line terminators to Unix | Nico Schlömer | 2021-04-26 | 6 | -596/+596 |
| | | |||||
* | | Merge pull request #18839 from trallard/docs/gitpod | Charles Harris | 2021-04-26 | 10 | -0/+242 |
|\ \ | |/ |/| | DOC: Add Gitpod development documentation | ||||
| * | DOC: Update snapshots | Tania Allard | 2021-04-26 | 2 | -0/+0 |
| | | |||||
| * | DOC: Break lines | Tania Allard | 2021-04-26 | 4 | -45/+118 |
| | | |||||
| * | Apply suggestions from code review | Tania Allard | 2021-04-26 | 1 | -10/+10 |
| | | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> | ||||
| * | Update doc/source/dev/development_gitpod.rst | Tania Allard | 2021-04-26 | 1 | -2/+1 |
| | | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> | ||||
| * | DOC: Add Gitpod development documentation | Tania Allard | 2021-04-23 | 11 | -0/+170 |
| | | |||||
* | | move module target location | Adrian Price-Whelan | 2021-04-24 | 1 | -3/+2 |
| | | |||||
* | | DOC: Add favicon (#18841) | Tania Allard | 2021-04-23 | 5 | -0/+2 |
| | | |||||
* | | Fix typo in random docs | Christina Hedges | 2021-04-22 | 1 | -1/+1 |
|/ | | | | | DOC Fix typo in random docs `Randomstate` -> `RandomState` | ||||
* | Merge pull request #18823 from Nirzak/patch-1 | Charles Harris | 2021-04-21 | 1 | -1/+1 |
|\ | | | | | MAINT: Minor fix to add reference link to numpy.fill_diagonal function | ||||
| * | Minor fix to add reference link to numpy.fill_diagonal function | Nirjas Jakilim | 2021-04-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #18797 from zoj613/zig_doc | Charles Harris | 2021-04-21 | 1 | -3/+7 |
|\ \ | | | | | | | DOC: Update random c-api documentation | ||||
| * | | DOC: Update random c-api documentation | zoj | 2021-04-17 | 1 | -3/+7 |
| | | | |||||
* | | | Merge pull request #18777 from tupui/test_guidelines_random_asserts | Charles Harris | 2021-04-21 | 2 | -11/+23 |
|\ \ \ | |_|/ |/| | | DOC: update random and asserts in test guidelines | ||||
| * | | Update doc/source/reference/routines.testing.rst | Pamphile ROY | 2021-04-17 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com> | ||||
| * | | Merge branch 'main' into test_guidelines_random_asserts | Pamphile ROY | 2021-04-16 | 2 | -2/+17 |
| |\ \ | |||||
| * | | | DOC: not recommended section | Pamphile ROY | 2021-04-15 | 1 | -1/+6 |
| | | | | |||||
| * | | | DOC: revert global seed | Pamphile ROY | 2021-04-14 | 1 | -2/+1 |
| | | | | |||||
| * | | | DOC: remove legacy global seed, assert_almost_equal and assert_ | Pamphile ROY | 2021-04-14 | 2 | -19/+23 |
| | | | | |||||
* | | | | MAINT: Fix spelling and layout. | Charles Harris | 2021-04-19 | 1 | -5/+4 |
| | | | | |||||
* | | | | line breaks maintaining <80 chars | Ayush Verma | 2021-04-20 | 1 | -1/+5 |
| | | | | |||||
* | | | | added 'PYTHON variable' | Ayush Verma | 2021-04-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | word wrapped around 80 chars and proper ellipses as per suggested | Ayush Verma | 2021-04-20 | 1 | -5/+2 |
| | | | | |||||
* | | | | added note about import numpy error when building numpy in a venv | Ayush Verma | 2021-04-19 | 1 | -0/+9 |
| | | | | |||||
* | | | | Merge pull request #18761 from seberg/small-fixups-nep43 | Ralf Gommers | 2021-04-17 | 1 | -27/+28 |
|\ \ \ \ | |_|_|/ |/| | | | DOC: Small fixes (including formatting) for NEP 43 | ||||
| * | | | DOC: Small fixes (including formatting) for NEP 43 | Sebastian Berg | 2021-04-12 | 1 | -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 notes | Charles Harris | 2021-04-16 | 1 | -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` explicitly | Sebastian Berg | 2021-04-16 | 1 | -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/doc | Sebastian Berg | 2021-04-16 | 2 | -6/+17 |
|\ \ \ | | | | | | | | | DOC: Document newer pytest conventions | ||||
| * | | | DOC: Document newer pytest conventions | Eric Larson | 2021-04-16 | 2 | -6/+17 |
| | |/ | |/| | |||||
* | | | DOC: Fix dec.paramaterize typo | endolith | 2021-04-15 | 1 | -1/+1 |
|/ / | |||||
* | | MAINT: Fix comma usage. | Charles Harris | 2021-04-13 | 1 | -1/+1 |
| | |