summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* index_tricks.py file not modifiedshubham119411402021-08-191-2/+2
* conversion of strings to fstringsJakob2020-10-241-2/+2
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-8/+0
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-211-2/+3
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-061-3/+2
* MAINT: revert change to assert_array_equal, adjust testsmattip2019-10-311-1/+2
* DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-311-1/+1
* STY: Clean up codeKevin Sheppard2019-05-271-1/+2
* BUG: Fix in-place permutationKevin Sheppard2018-10-101-0/+22
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* TST: Remove unittest dependencies in numpy/random/tests.Charles Harris2017-07-241-3/+4
* BUG: Buttress handling of extreme values in randintgfyoung2017-05-091-9/+0
* BUG: Fix segfaults in np.random.shuffleSimon Gibbons2016-06-101-0/+29
* TST: fix OverflowError on win-amd64Christoph Gohlke2015-08-011-1/+1
* MAINT: adjust tolerance for validating the sum of probs in random.choicealex2015-07-291-1/+13
* BUG: np.random.beta with small parameters produces NaNsJaime Fernandez2015-05-101-0/+8
* BUG: Fix potential overflows in rk_hypergeometric_hrua()Anton Ovchinnikov2015-03-031-0/+11
* STY: PEP8 fixups for numpy/random.Charles Harris2014-07-311-1/+1
* Merge pull request #3243 from seberg/deprecate-non-integer-arguments-newCharles Harris2013-06-091-1/+1
|\
| * STY: Style fixes for integer deprecation changesSebastian Berg2013-06-091-1/+1
| * MAINT: adept divisions for truedivideSebastian Berg2013-05-311-1/+1
* | TST: remove docstrings from test_ functionsChristoph Gohlke2013-05-271-13/+8
* | BUG: Fix multivariate_normal issue with 'size' argumentChristoph Gohlke2013-05-271-5/+16
* | TST: remove docstring from test_randint_range functionChristoph Gohlke2013-05-271-1/+1
* | TST: rename one test_hypergeometric_range functionChristoph Gohlke2013-05-271-1/+1
|/
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: internal call fix in random.choiceSebastian Berg2012-12-151-0/+10
* [FIX] Make np.random.shuffle less brain-deadNathaniel J. Smith2012-07-171-0/+10
* ENH: Break out regression tests into separate file and explicitly import neededCharles Harris2011-01-241-0/+57