summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix negative binomial documentation.Hameer Abbasi2018-04-201-10/+8
* Merge pull request #10878 from mattip/devdocsRalf Gommers2018-04-161-27/+27
|\
| * silence warnings, matplotlib deprecated normed in favor of densitymattip2018-04-101-27/+27
* | Merge pull request #10903 from subhrm/10902-docu-fixCharles Harris2018-04-151-1/+1
|\ \
| * | Fixes #10902: Changed `See Also` doc-string section of `randn`Subhendu Ranjan Mishra2018-04-131-1/+1
| |/
* | DOC, BUG : Bad link to `np.random.randint` (#10901)Subhendu2018-04-131-1/+1
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-062-8/+2
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* MAINT: Covariance must be symmetric as well as positive-semidefinite. (#10669)Oleg Zabluda2018-03-041-7/+8
* More misc. typosluz.paz2018-01-041-1/+1
* Documentation and misc. typosluzpaz2017-12-301-1/+1
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-1/+1
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-1/+1
* BUG: Prevent invalid array shapes in seedKevin Sheppard2017-10-182-5/+17
* BUG: Check for NaN parameter in random.zipf.Charles Harris2017-10-062-6/+12
* MAINT: Refactor rk_zipf to be more efficient.Charles Harris2017-10-051-12/+12
* BUG: Fix possibly undefined cast of double -> long.Yang Li2017-10-041-9/+15
* MAINT,BUG: Fix mtrand for Cython 0.27.Charles Harris2017-09-251-1/+11
* MAINT: fix std header include orderJulian Taylor2017-09-012-14/+16
* DOC: Fix type definitions in mtrandKevin Sheppard2017-08-301-11/+13
* DOC: Update release notes for noncentral_f changes.Charles Harris2017-08-271-5/+9
* Merge pull request #9590 from bashtage/relax-noncentral-f-checksCharles Harris2017-08-262-7/+13
|\
| * ENH: Remove unnecessary restriction in noncen-fKevin Sheppard2017-08-222-7/+13
* | REF: Remove direct access to flatiter typesKevin Sheppard2017-08-222-2/+3
|/
* BUG: Missing dirichlet input validationKevin Sheppard2017-08-172-0/+12
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-10/+10
* TST: Remove unittest dependencies in numpy/random/tests.Charles Harris2017-07-242-30/+32
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-2/+2
* BUG: Buttress handling of extreme values in randintgfyoung2017-05-093-15/+60
* Merge pull request #8962 from MSeifert04/random_choice_docsEric Wieser2017-04-261-2/+2
|\
| * DOC: Wrong return type of np.random.choice and wrong variable nameMichael Seifert2017-04-201-2/+2
* | [DOC] use of * instead of ` to refer to a function parameter.Matthias Bussonnier2017-04-261-2/+2
|/
* MAINT: avoid memcpy when i == jYu Feng2017-04-101-0/+1
* BUG: Check for errors when PyInt_AsLong is called in np.randomSimon Gibbons2017-04-022-9/+16
* Fix testSimon Gibbons2017-04-011-1/+1
* BUG: Ensure Errors are correctly checked when PyFloat_AsDouble is called.Simon Gibbons2017-04-012-1/+15
* DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-261-1/+1
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-2/+1
* Revert gh-8570.Charles Harris2017-03-132-42/+1
* Merge pull request #8570 from evanlimanto/random-permutation-shuffle-fixEric Wieser2017-03-122-1/+42
|\
| * BUG: fix issue #8250 where np.random.permutation fails when np.array gets cal...Evan Limanto2017-03-102-1/+42
* | BUG: Fix assert statements in random.choice testsMarein Könings2017-02-281-5/+5
|/
* TST: work around isfinite inconsistency on i386Julian Taylor2017-01-171-1/+3
* TST: remove a duplicate test. Closes gh-8447.Ralf Gommers2017-01-061-4/+0
* single too argument + mention in release docs.Oscar Villellas2017-01-031-9/+5
* Documentation fix and proper handling of toleranceOscar Villellas2017-01-031-10/+15
* fixed merged testOscar Villellas2017-01-031-14/+8