summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* DEP: Ensure the string promotion FutureWarning is raisedSebastian Berg2021-05-121-4/+4
| | | | | | | | | | | | Promotion errors are currently ignored and instead we use `object` as dtype. This means that the FutureWarning is ignored when raised. It also means that there is no way to opt into "future" behaviour, although arguably, we may want to force `dtype=object` in any case if a promotion error occurred (or some signal at least). Closes gh-18721 Addresses gh-18425 (Does not actually fix it, but chances are we won't)
* Merge pull request #18936 from bashtage/update-perf-prngMatti Picus2021-05-121-65/+64
|\ | | | | DOC: Update performance for new PRNG
| * DOC: Update performance for new PRNGKevin Sheppard2021-05-111-65/+64
| | | | | | | | Add performance benchmarks for PCG64DXSM
* | Merge pull request #18963 from hollycorbett/polybase_deprecated_removalCharles Harris2021-05-111-0/+8
|\ \ | | | | | | DEP: remove PolyBase from np.polynomial.polyutils
| * | DOC: touchups to release note.Ross Barnowski2021-05-111-1/+8
| | |
| * | DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-0/+1
| | | | | | | | | | | | Note removal in release notes
* | | Merge pull request #18957 from katleszek/doc-datetimeMatti Picus2021-05-111-6/+10
|\ \ \ | | | | | | | | DOC: Improve datetime64 docs.
| * | | DOC resolves #14299 rephrasingKasia2021-05-091-3/+4
| | | |
| * | | DOC: resolves #14299 - deleting the noteKasia2021-05-091-3/+1
| | | |
| * | | DOC: Improve datetime64 docs #14299Kasia2021-05-091-1/+1
| | | |
| * | | DOC: Improve datetime64 docs #14299Kasia2021-05-091-3/+8
| | | |
* | | | Merge pull request #18980 from trallard/trallard/docs-patchMatti Picus2021-05-114-47/+78
|\ \ \ \ | |_|_|/ |/| | | DOC: Gitpod documentation enhancements
| * | | DOC: Make screenshot labels biggerTania Allard2021-05-101-0/+0
| | | |
| * | | DOC: Make FAQ titlesTania Allard2021-05-101-54/+64
| | | |
| * | | DOC: Remove extra --Tania Allard2021-05-101-1/+1
| | | | | | | | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
| * | | DOC: Fix lists indentationTania Allard2021-05-101-0/+1
| | | | | | | | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
| * | | DOC: Fix indentationTania Allard2021-05-101-1/+1
| | | | | | | | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
| * | | DOC: Fix list indentationTania Allard2021-05-101-4/+2
| | | |
| * | | DOC: Fix lists and add imagesTania Allard2021-05-103-12/+22
| | | |
| * | | DOC: Add troubleshoot itemsTania Allard2021-05-102-7/+19
| | |/ | |/|
* | | REL: Update main after 1.20.3 release.Charles Harris2021-05-104-2/+80
|/ /
* | DOC: Update a page title with proper case (#18962)Misal Raj2021-05-091-1/+1
| |
* | Merge pull request #18956 from lbogula/copyright-changeRalf Gommers2021-05-091-1/+1
|\ \ | | | | | | DOC: change copyright SciPy to NumPy
| * | DOC: change copyright SciPy to NumPylbogula2021-05-091-1/+1
| |/ | | | | | | Co-authored-by: Lima Tango <19208585+lima-tango@users.noreply.github.com>
* | DOC: Update beginners docu for sum function with axisEvaJau2021-05-091-2/+2
|/ | | | Hopefully clarifies how summing over an axis is done. Issue #16697
* Merge pull request #18927 from mattip/nep49-2Charles Harris2021-05-071-2/+8
|\ | | | | NEP: add mailing list thread, fixes from review
| * NEP: add mailing list thread, fixes from reviewmattip2021-05-061-2/+8
| |
* | Merge pull request #18934 from BvB93/relCharles Harris2021-05-071-0/+5
|\ \ | | | | | | DOC: Add a release note for the improved placeholder annotations
| * | REL: Add a release note for #18838Bas van Beek2021-05-071-0/+5
| | |
* | | Merge pull request #18930 from charris/fix-changelog-scriptCharles Harris2021-05-074-113/+189
|\ \ \ | |/ / |/| | BUG: Make changelog recognize ``gh-`` as a PR number prefix.
| * | DOC: Update 1.17.0-changelog.rst.Charles Harris2021-05-071-1/+2
| | |
| * | DOC: Update 1.18.0-changelog.rst.Charles Harris2021-05-071-24/+31
| | |
| * | DOC: Update 1.19.0-changelog.rst.Charles Harris2021-05-071-32/+68
| | |
| * | DOC: Update 1.20.0-changelog.rst.Charles Harris2021-05-071-56/+88
| |/
* | DOC: fix clone over ssh instructions #18917 (#18918)legoffant2021-05-061-1/+1
|/
* 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
| | |