Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: fix two broken links and a couple of very minor textual issues | Ralf Gommers | 2023-04-22 | 2 | -8/+8 |
| | | | | [skip cirrus] [skip azp] [skip actions] | ||||
* | DOC: prevent all of the legacy sections from being visible in the index ToC | Robert Kern | 2023-04-20 | 1 | -5/+5 |
| | |||||
* | DOC: fix formatting and references. | Robert Kern | 2023-04-20 | 2 | -5/+5 |
| | |||||
* | DOC: move all new-or-different info to its own page. | Robert Kern | 2023-04-19 | 2 | -105/+30 |
| | |||||
* | DOC: expand seeding wording. | Robert Kern | 2023-04-19 | 1 | -6/+14 |
| | |||||
* | DOC: emphasize RNG abbreviation on the front page | Robert Kern | 2023-04-19 | 1 | -10/+10 |
| | |||||
* | DOC: NumPy capitalization | Robert Kern | 2023-04-19 | 1 | -1/+1 |
| | |||||
* | DOC: Move compatibility policy to separate page. | Robert Kern | 2023-04-19 | 2 | -85/+88 |
| | |||||
* | DOC: NumPy capitalization | Robert Kern | 2023-04-17 | 1 | -1/+1 |
| | | | Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com> | ||||
* | DOC: fix references | Robert Kern | 2023-04-14 | 2 | -4/+4 |
| | |||||
* | DOC: compatibility note | Robert Kern | 2023-04-14 | 1 | -0/+9 |
| | |||||
* | DOC: Add np.random compatibility policy | Robert Kern | 2023-04-14 | 1 | -0/+76 |
| | |||||
* | DOC: reorganize np.random index page for general persona | Robert Kern | 2023-04-14 | 3 | -149/+133 |
| | |||||
* | MAINT: Fix a broken section link | yuki | 2023-03-24 | 1 | -2/+2 |
| | |||||
* | DOC: Try to add Generator spawning to parallel generation and link it | Sebastian Berg | 2023-02-14 | 1 | -6/+21 |
| | |||||
* | DOC: Refer to bitgenerator and rename bitgen | Sebastian Berg | 2023-02-14 | 1 | -3/+3 |
| | |||||
* | DOC: Improve docs around generator spawning | Sebastian Berg | 2023-02-14 | 2 | -2/+15 |
| | | | | Trying to address Robert Kerns review comments. | ||||
* | DOC: update libnpymath docs on its status and how to consume it | Ralf Gommers | 2022-11-06 | 1 | -2/+3 |
| | | | | | | [skip azp] [skip actions] Closes gh-21431 | ||||
* | DOC: Explain how to use sequences of integers as seeds. | Robert Kern | 2022-08-13 | 2 | -2/+84 |
| | |||||
* | DOC: RST Titles Underline reordering (#21677) | Matthias Bussonnier | 2022-06-08 | 11 | -45/+45 |
| | | | | | | | | | | | | | | | | | | | | | * ~ not ^ * = skipped for - * swap - and = underline in files they are swapped * * to = in header underline * - to = and * to - for consitency * A few more change * -> ~ * use ~ instead of + * DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement There is still a fourth level here, which remains using " Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> | ||||
* | DOC: various spell checks and typo fixes (#21314) | Logan Thomas | 2022-04-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: contigous -> contiguous * DOC: enlongated -> elongated * DOC: thuse -> thus * DOC: quantityt -> quantity * DOC: suppled -> supplied * DOC: intgrally -> integrally * DOC: assignnent -> assignment * DOC: homoegeneous -> homogeneous * DOC: interpereted -> interpreted * DOC: optimised -> optimized * DOC: Advantanges -> Advantages * DOC: realised -> realized * DOC: parametrizing -> parameterizing * DOC: realised -> realized * DOC: intrisics -> intrinsics * DOC: ablility -> ability * DOC: intrisic -> intrinsic * DOC: unversal -> universal * DOC: machnisms -> mechanisms * DOC: specfiy -> specify * DOC: exclution -> exclusion * DOC: optimzations -> optimizations * DOC: declrations -> declarations * DOC: auto-gernreated -> auto-generated * DOC: it highely recomaned -> it is highly recommended * DOC: exectuing -> executing * DOC: strectched -> stretched * DOC: foriegn -> foreign * DOC: indeded -> intended * DOC: multimdimensional -> multidimensional * DOC: supserseded -> superseded * DOC: generalisation -> generalization * FIX: whitespace before comma | ||||
* | DOC: Made suggested changes. | Bhavuk kalra | 2022-04-03 | 1 | -1/+1 |
| | | | | Kept the Python code output uniform | ||||
* | DOC: Improve "random.generator.shuffle" docs page | bhavukkalra | 2022-03-30 | 1 | -0/+2 |
| | |||||
* | DOC: random: Fix spelling of 'precision'. | warren | 2022-01-21 | 2 | -2/+2 |
| | |||||
* | MAINT, DOC: discard repeated words | Dimitri Papadopoulos | 2022-01-13 | 1 | -2/+2 |
| | |||||
* | revert default_rng seeding and use SKIP | Pierre de Buyl | 2021-12-08 | 1 | -18/+18 |
| | |||||
* | DOC: remove explicit imports in rst files | Pierre de Buyl | 2021-12-08 | 1 | -3/+0 |
| | | | | Add conftest.py and pytest.ini files in doc directory | ||||
* | [DOC] make some doctests in user,reference pass pytest | Pierre de Buyl | 2021-12-08 | 1 | -13/+16 |
| | | | | | | | | | | | | 1. Add `import numpy as np` in rst files 2. Update NumPy repr for array (whitespace) 3. Update bytearray representation 4. Fix tiny output formatting (`<class ...>`, etc) 5. Format tracebacks 6. Skip random number tests or some platform-dependent outputs 7. Add `<matplotlib. ... at 0x...>` or similar output lines where missing 8. Set seed | ||||
* | [MAINT] minor grammar fix: add missing "an" | bbrewington | 2021-10-25 | 1 | -1/+1 |
| | |||||
* | [MAINT] Fix minor typo | bbrewington | 2021-10-25 | 1 | -1/+1 |
| | |||||
* | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -1/+1 |
| | |||||
* | DOC: Use versionadded tag instead of inline comment to specify minimum ↵ | zoj | 2021-05-17 | 1 | -1/+3 |
| | | | | version needed for random c-api | ||||
* | DOC: Clarify minimum numpy version needed to use random c-api | zoj | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | DOC: Update performance for new PRNG | Kevin Sheppard | 2021-05-11 | 1 | -65/+64 |
| | | | | Add performance benchmarks for PCG64DXSM | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Fix typo in random docs | Christina Hedges | 2021-04-22 | 1 | -1/+1 |
| | | | | | DOC Fix typo in random docs `Randomstate` -> `RandomState` | ||||
* | DOC: Update random c-api documentation | zoj | 2021-04-17 | 1 | -3/+7 |
| | |||||
* | Merge pull request #18579 from mwtoews/refactor-dict | Ralf Gommers | 2021-03-21 | 1 | -5/+4 |
|\ | | | | | MAINT: OrderedDict is no longer necessary from Python 3.7 | ||||
| * | MAINT: OrderedDict is no longer necessary from Python 3.7 | Mike Taves | 2021-03-08 | 1 | -5/+4 |
| | | |||||
* | | MAINT: Fix missed replacement of rg by rng. | Charles Harris | 2021-03-15 | 1 | -1/+1 |
| | | |||||
* | | DOC: Consistently use rng as variable name for random generators | Tim Hoffmann | 2021-03-15 | 3 | -29/+29 |
|/ | |||||
* | MAINT: Fix typo SeepSequence | Charles Harris | 2020-12-19 | 1 | -1/+1 |
| | |||||
* | DOC: random: add some examples for SeedSequence | Evgeni Burovski | 2020-12-17 | 1 | -0/+38 |
| | | | | | Based on https://mail.python.org/pipermail/numpy-discussion/2020-December/081323.html | ||||
* | DOC: Fix for buildling with sphinx 3 | takanori-pskq | 2020-11-06 | 6 | -6/+12 |
| |