summaryrefslogtreecommitdiff
path: root/numpy/random/setup.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+2
* BUG: missing 'f' prefix for fstringmattip2020-04-221-1/+1
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-30/+42
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-271-3/+3
|\
| * API, MAINT: export symbols on MSVC, fix typosmattip2019-11-211-3/+3
* | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-211-0/+1
|/
* MAINT: move numpy/random/examples -> numpy/random/_examplesmattip2019-11-191-1/+1
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-0/+3
* BUILD: remove SSE2 flag from numpy.random buildsmattip2019-11-111-5/+0
* ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-181-1/+2
* API: move bit_generator and generator to be privatemattip2019-10-111-11/+2
* API: make BitGenerators privatemattip2019-10-111-11/+11
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-4/+4
* API: rearrange the cython files in numpy.randommattip2019-10-111-0/+9
* MAINT: don't install partial numpy.random C/Cython API.Ralf Gommers2019-09-211-2/+0
* MAINT: remove the entropy c-extension modulemattip2019-09-131-12/+0
* Fix bug in platform detectionVladimir Pershin2019-08-161-2/+2
* BUG: do not force emulation of 128-bit arithmetic.Robert Kern2019-06-271-3/+2
* MAINT: move location of bitgen.hmattip2019-06-271-1/+0
* ENH: Add SFC64 BitGenerator.Robert Kern2019-06-251-1/+1
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-3/+7
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-1/+1
* MAINT: remove ThreeFry BitGeneratormattip2019-06-251-2/+1
* MAINT: remove pcg32 BitGeneratormattip2019-06-251-1/+1
* MAINT: remove dSFMTmattip2019-06-161-17/+1
* MAINT: random: Rewrite the hypergeometric distribution.Warren Weckesser2019-06-141-3/+8
* MAINT: random: Rename legacy distributions file.Warren Weckesser2019-06-091-1/+1
* Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-271-2/+8
* BLD: Improve setupKevin Sheppard2019-05-271-107/+97
* MAINT: remove pre-randomgen _mtrandmattip2019-05-231-13/+0
* MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-201-4/+1
* BLD: Use numpy detection of SSEKevin Sheppard2019-05-201-18/+9
* BUG: Ensure integer-type stream on 32bitKevin Sheppard2019-05-201-3/+2
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-22/+3
* MAINT: remove legacy, refactor legacy -> mtrand in docsmattip2019-05-201-5/+6
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-1/+1
* BENCH: convert bencmarks to asv formatmattip2019-05-201-7/+146
* BUILD: move files out of _randomgenmattip2019-05-201-1/+6
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-2/+1
* STY: Fix indentation to follow PEP8Charles Harris2016-10-221-2/+2
* commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declara...Michael Felt2016-10-211-1/+4
* BLD: try_run fails on Python 3.5b4 for WindowsChristoph Gohlke2015-08-011-14/+1
* STY: PEP8 fixups for numpy/random.Charles Harris2014-07-311-6/+5
* BUG: compile random in lfs modeJulian Taylor2014-01-031-1/+5
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-4/+4
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Do not use mingw workaround for msvc runtime 7.1.David Cournapeau2008-11-171-1/+1