Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: improve the C-API/Cython documentation for random | mattip | 2019-11-29 | 2 | -50/+99 |
| | |||||
* | MAINT: Change Congruent to Congruential in PCG | Charles Harris | 2019-11-28 | 1 | -2/+2 |
| | | | [skip ci] | ||||
* | DOC: Fix abbreviation of PCG64 | Martin Thoma | 2019-11-28 | 1 | -1/+1 |
| | | | | | | | See publication by O'Neill (reference 2): "The name for the family, PCG, stands for permuted congruential generator [...]" | ||||
* | Merge pull request #14954 from mattip/test-extending-cffi | Charles Harris | 2019-11-27 | 2 | -0/+25 |
|\ | | | | | TST. API: test using distributions.h via cffi | ||||
| * | DOC: document the CFFI example | mattip | 2019-11-22 | 2 | -0/+25 |
| | | |||||
* | | Merge pull request #14948 from mattip/document-random | Charles Harris | 2019-11-27 | 2 | -41/+111 |
|\ \ | | | | | | | DOC, API: add random.__init__.pxd and document random.* functions | ||||
| * | | DOC: fixes from review | mattip | 2019-11-21 | 2 | -7/+18 |
| | | | |||||
| * | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs | mattip | 2019-11-21 | 2 | -41/+100 |
| |/ | |||||
* | | Fix typos | Brian Wignall | 2019-11-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting | Matti Picus | 2019-11-25 | 1 | -3/+3 |
|\ \ | | | | | | | API: Forbid Q<->m safe casting | ||||
| * | | API: Forbid Q<->m safe casting | Eric Wieser | 2019-10-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | That is, uint64 <-> timedelta64. Allowing this casting was weird, because Q<->q is forbidden, yet q and m are both int64. This fixes gh-12927 | ||||
* | | | Merge pull request #14732 from mattip/refguide-rst | Charles Harris | 2019-11-23 | 1 | -3/+3 |
|\ \ \ | |_|/ |/| | | TST: run refguide-check on rst files in doc/* | ||||
| * | | TST: run refguide-check on rst files in doc/* | mattip | 2019-10-17 | 1 | -3/+3 |
| |/ | |||||
* | | DOC, MAINT: fix documentation, remove __init__.py | mattip | 2019-11-20 | 6 | -8/+8 |
| | | |||||
* | | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 11 | -109/+247 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * API: restructure and document numpy.random C-API * DOC: fix bad reference * API: ship, document, and start to test numpy.random C-API examples * API, DOC, TST: fix tests, refactor documentation to include snippets * BUILD: move public headers to numpy/core/include/numpy/random * TST: ignore DeprecationWarnings in setuptools and numba * DOC: document the C-API as used from Cython | ||||
* | | MAINT: Remove uses of scalar aliases | Eric Wieser | 2019-11-13 | 2 | -2/+2 |
| | | | | | | | | Relates to gh-6103 | ||||
* | | Merge pull request #13794 from WarrenWeckesser/new-mvhg | Matti Picus | 2019-10-20 | 1 | -0/+1 |
|\ \ | | | | | | | ENH: random: Add the multivariate hypergeometric distribution. | ||||
| * | | DOC: random: Add entry for multivariate_hypergeometric to the Generator docs. | Warren Weckesser | 2019-10-18 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #14699 from mattip/doc-warnings | Ralf Gommers | 2019-10-18 | 8 | -80/+94 |
|\ \ \ | | | | | | | | | MAINT: reduce the number of doc build warnings | ||||
| * | | | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 7 | -21/+21 |
| | | | | |||||
| * | | | DOC: fix build failure | mattip | 2019-10-15 | 1 | -3/+3 |
| | | | | |||||
| * | | | DOC: add numpy.shape to index | mattip | 2019-10-15 | 1 | -0/+1 |
| | | | | |||||
| * | | | DOC: fix function argument definitions and add vertical space around macros | mattip | 2019-10-15 | 1 | -55/+68 |
| | | | | |||||
| * | | | DOC: fix output argument reference | mattip | 2019-10-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | DOC: fix `None` reference from python | mattip | 2019-10-15 | 2 | -9/+9 |
| | |/ | |/| | |||||
* | | | Merge pull request #14723 from bsipocz/doc_ma_generic | Ralf Gommers | 2019-10-18 | 1 | -85/+85 |
|\ \ \ | |_|/ |/| | | DOC: cleaning up examples in maskedarray.generic | ||||
| * | | DOC: Adding two more fixes to make doctesting pass | Brigitta Sipocz | 2019-10-17 | 1 | -1/+4 |
| | | | |||||
| * | | DOC: avoid using random array in example | Brigitta Sipocz | 2019-10-15 | 1 | -6/+5 |
| | | | |||||
| * | | DOC: Updating results in examples | Brigitta Sipocz | 2019-10-15 | 1 | -80/+78 |
| | | | |||||
| * | | DOC: fix example to close #5406 | Brigitta Sipocz | 2019-10-15 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #14608 from mattip/random-api | Ralf Gommers | 2019-10-17 | 6 | -59/+48 |
|\ \ | |/ |/| | API: rearrange the cython files in numpy.random | ||||
| * | TEST, DOC: fixes from review | mattip | 2019-10-17 | 2 | -13/+13 |
| | | |||||
| * | DOC: typos from review | mattip | 2019-10-15 | 1 | -1/+1 |
| | | |||||
| * | DOC: clean up for moved references, remove ISeedSequence | mattip | 2019-10-13 | 6 | -48/+37 |
| | | |||||
| * | API: move bit_generator and generator to be private | mattip | 2019-10-11 | 3 | -5/+5 |
| | | |||||
* | | Fix misc_utils page | David Stansby | 2019-10-06 | 2 | -4/+9 |
| | | |||||
* | | Try adding new misc_utils page | David Stansby | 2019-10-04 | 2 | -2/+8 |
| | | |||||
* | | Add Extension to docs | David Stansby | 2019-10-03 | 1 | -40/+14 |
|/ | |||||
* | DOC: Change the checkmark to 'Y'. | Warren Weckesser | 2019-09-25 | 1 | -28/+27 |
| | | | | | | The Unicode checkmark doesn't necessarily have the same width as the ASCII characters, even when rendered with a fixed-width font, so the casting table can be misaligned when the checkmark is used. | ||||
* | DOC: Document the NPY_SCALARKIND values as C variables. | MSeifert04 | 2019-09-22 | 1 | -8/+15 |
| | | | | | Currently the ":c:data:" links could not resolve these because the values were not explicitly documented. | ||||
* | Merge pull request #14567 from rgommers/fix-publicapi-test | Charles Harris | 2019-09-21 | 1 | -5/+5 |
|\ | | | | | DEP: remove deprecated (and private) numpy.testing submodules. | ||||
| * | DEP: remove deprecate (and private) numpy.testing submodules. | Ralf Gommers | 2019-09-21 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | Removes these files that were deprecated since 1.15.0: - numpy/testing/decorators.py - numpy/testing/noseclasses.py - numpy/testing/nosetester.py This also resolves a failure in the recently introduced tests in `test_public_api.py` (see gh-14454). Closes gh-14566 | ||||
* | | DOC: Fix code that generates the table in the 'Casting Rules' section. | Warren Weckesser | 2019-09-20 | 1 | -33/+35 |
|/ | |||||
* | DOC: Updates to nditer usage instructions | Joseph Fox-Rabinovitz | 2019-09-18 | 1 | -26/+55 |
| | | | | | More intuitive use of iterators Context manager introduction version noted explicitly | ||||
* | Merge pull request #14498 from mattip/random-namespace | Ralf Gommers | 2019-09-15 | 3 | -13/+0 |
|\ | | | | | MAINT: remove the entropy c-extension module | ||||
| * | DOC: remove random.entropy from docs | mattip | 2019-09-14 | 2 | -7/+0 |
| | | |||||
| * | DOC: removed random.entropy from documentation | mattip | 2019-09-14 | 1 | -6/+0 |
| | | |||||
* | | DOC: Add backslashes so the function renders correctly with sphinx. | MSeifert04 | 2019-09-13 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #14475 from hypercubestart/add-timedelta64-signature | Matti Picus | 2019-09-13 | 1 | -131/+30 |
|\ | | | | | DOC: add timedelta64 signature | ||||
| * | DOC: include NAT value and remove Differences between 1.6 and 1.7 Datetimes ↵ | Andrew Liu | 2019-09-12 | 1 | -131/+28 |
| | | | | | | | | section |