| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #14954 from mattip/test-extending-cffi | Charles Harris | 2019-11-27 | 1 | -3/+3 |
|\ |
|
| * | API, MAINT: export symbols on MSVC, fix typos | mattip | 2019-11-21 | 1 | -3/+3 |
* | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs | mattip | 2019-11-21 | 1 | -0/+1 |
|/ |
|
* | MAINT: move numpy/random/examples -> numpy/random/_examples | mattip | 2019-11-19 | 1 | -1/+1 |
* | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 1 | -0/+3 |
* | BUILD: remove SSE2 flag from numpy.random builds | mattip | 2019-11-11 | 1 | -5/+0 |
* | ENH: random: Add the multivariate hypergeometric distribution | Warren Weckesser | 2019-10-18 | 1 | -1/+2 |
* | API: move bit_generator and generator to be private | mattip | 2019-10-11 | 1 | -11/+2 |
* | API: make BitGenerators private | mattip | 2019-10-11 | 1 | -11/+11 |
* | API: rename common, bounded_integers -> _common, _bounded_integers; cleanup | mattip | 2019-10-11 | 1 | -4/+4 |
* | API: rearrange the cython files in numpy.random | mattip | 2019-10-11 | 1 | -0/+9 |
* | MAINT: don't install partial numpy.random C/Cython API. | Ralf Gommers | 2019-09-21 | 1 | -2/+0 |
* | MAINT: remove the entropy c-extension module | mattip | 2019-09-13 | 1 | -12/+0 |
* | Fix bug in platform detection | Vladimir Pershin | 2019-08-16 | 1 | -2/+2 |
* | BUG: do not force emulation of 128-bit arithmetic. | Robert Kern | 2019-06-27 | 1 | -3/+2 |
* | MAINT: move location of bitgen.h | mattip | 2019-06-27 | 1 | -1/+0 |
* | ENH: Add SFC64 BitGenerator. | Robert Kern | 2019-06-25 | 1 | -1/+1 |
* | ENH: use SeedSequence to generate entropy for seeding | mattip | 2019-06-26 | 1 | -3/+7 |
* | MAINT: remove xoshiro* BitGenerators | mattip | 2019-06-26 | 1 | -1/+1 |
* | MAINT: remove ThreeFry BitGenerator | mattip | 2019-06-25 | 1 | -2/+1 |
* | MAINT: remove pcg32 BitGenerator | mattip | 2019-06-25 | 1 | -1/+1 |
* | MAINT: remove dSFMT | mattip | 2019-06-16 | 1 | -17/+1 |
* | MAINT: random: Rewrite the hypergeometric distribution. | Warren Weckesser | 2019-06-14 | 1 | -3/+8 |
* | MAINT: random: Rename legacy distributions file. | Warren Weckesser | 2019-06-09 | 1 | -1/+1 |
* | Revert "MAINT: Implement API changes for randomgen-derived code" | Kevin Sheppard | 2019-05-27 | 1 | -2/+8 |
* | BLD: Improve setup | Kevin Sheppard | 2019-05-27 | 1 | -107/+97 |
* | MAINT: remove pre-randomgen _mtrand | mattip | 2019-05-23 | 1 | -13/+0 |
* | MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGenerators | mattip | 2019-05-20 | 1 | -4/+1 |
* | BLD: Use numpy detection of SSE | Kevin Sheppard | 2019-05-20 | 1 | -18/+9 |
* | BUG: Ensure integer-type stream on 32bit | Kevin Sheppard | 2019-05-20 | 1 | -3/+2 |
* | MAINT: Implement API changes for randomgen-derived code | mattip | 2019-05-20 | 1 | -22/+3 |
* | MAINT: remove legacy, refactor legacy -> mtrand in docs | mattip | 2019-05-20 | 1 | -5/+6 |
* | BUG: __dealloc__ can be called without __init__ in some error modes | mattip | 2019-05-20 | 1 | -1/+1 |
* | BENCH: convert bencmarks to asv format | mattip | 2019-05-20 | 1 | -7/+146 |
* | BUILD: move files out of _randomgen | mattip | 2019-05-20 | 1 | -1/+6 |
* | MAINT: remove unused stdlib imports | Emil Hessman | 2018-09-30 | 1 | -2/+1 |
* | STY: Fix indentation to follow PEP8 | Charles Harris | 2016-10-22 | 1 | -2/+2 |
* | commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declara... | Michael Felt | 2016-10-21 | 1 | -1/+4 |
* | BLD: try_run fails on Python 3.5b4 for Windows | Christoph Gohlke | 2015-08-01 | 1 | -14/+1 |
* | STY: PEP8 fixups for numpy/random. | Charles Harris | 2014-07-31 | 1 | -6/+5 |
* | BUG: compile random in lfs mode | Julian Taylor | 2014-01-03 | 1 | -1/+5 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -4/+4 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | Do not use mingw workaround for msvc runtime 7.1. | David Cournapeau | 2008-11-17 | 1 | -1/+1 |
* | Forgot to update needs_mingw_ftime_workaround function. | David Cournapeau | 2008-11-17 | 1 | -1/+1 |
* | Do not generate a config.h for randomkit: it does not work as it is, and addi... | David Cournapeau | 2008-11-17 | 1 | -25/+12 |
* | Simplify ftime workaround for python 2.6 under mingw: we only need to make _f... | David Cournapeau | 2008-11-17 | 1 | -21/+11 |
* | Another typo. | David Cournapeau | 2008-11-14 | 1 | -1/+1 |
* | Fix hex conversion for msvcrt (we do not need to convert VS verion, but MSVCR... | David Cournapeau | 2008-11-14 | 1 | -3/+3 |