Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BENCH: convert bencmarks to asv format | mattip | 2019-05-20 | 1 | -5036/+0 |
| | | | | | | | remove files that were part of the origal repo rework randomgen docs to integrate with numpy and fix some links remove convenience functions, require explicit call to gen.brng move code out of numpy.random.randomgen into numpy.random | ||||
* | Merge pull request #13277 from kritisingh1/random | Matti Picus | 2019-05-19 | 1 | -2/+9 |
|\ | | | | | DOC: Document caveat in random.uniform | ||||
| * | DOC: Document caveat in random.uniform | kritisingh1 | 2019-04-20 | 1 | -2/+9 |
| | | |||||
* | | DOC: Small readability improvement | spacescientist | 2019-04-04 | 1 | -2/+2 |
|/ | |||||
* | DOC: Improve mtrand docstrings | Kevin Sheppard | 2019-04-02 | 1 | -23/+22 |
| | | | | | | Remove excess underscores Fix lognormal docstring Standardize whitesapce | ||||
* | DOC: Fix small issues in mtrand doc strings | Kevin Sheppard | 2019-03-31 | 1 | -12/+12 |
| | | | | | Remove overly long underscore Remove trailing whitespace | ||||
* | DOC: Use std docstring for multivariate normal (#13203) | Kevin Sheppard | 2019-03-28 | 1 | -1/+1 |
| | | | Switch from python-style kwarg signature to style used for all other functions | ||||
* | Merge pull request #12547 from bashtage/mvnormal-tol-check | Allan Haldane | 2019-03-21 | 1 | -0/+3 |
|\ | | | | | ENH: Cast covariance to double in random mvnormal | ||||
| * | ENH: Cast covariance to double in random mvnormal | Kevin Sheppard | 2018-12-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Cast the covariance in the multivariate normal to double so that the interpretation of tol is cleaner. closes #10839 | ||||
* | | Fix backticks, expand out docstring, improve consistency | Katharine Hyatt | 2019-03-14 | 1 | -8/+10 |
| | | |||||
* | | DOC: Fix #12050 by updating numpy.random.hypergeometric docs | Katharine Hyatt | 2019-03-13 | 1 | -8/+8 |
| | | | | | | | | | | - Add backticks for some parameters in the body - Address the wording changes in the issue | ||||
* | | Merge pull request #13096 from mattip/doctest-random | Tyler Reddy | 2019-03-06 | 1 | -4/+4 |
|\ \ | | | | | | | TEST: allow refcheck result to vary, increase discoverability of refcheck option | ||||
| * | | TEST: allow margin of error, increase discoverability of refcheck option | mattip | 2019-03-06 | 1 | -4/+4 |
| | | | |||||
* | | | Fix #13087 by raising a ValueError and adding a unit test for it | Bharat123Rox | 2019-03-05 | 1 | -0/+3 |
|/ / | |||||
* | | DOC: Encourage users to use the non-matlab-style random functions | Eric Wieser | 2019-02-27 | 1 | -17/+49 |
| | | | | | | | | In response to twitter conversations that complain that `randn` is inconsistent with `zeros`, to which the answer is "that's because randn is a wrapper to make things look like matlab". | ||||
* | | DOC: Remove incorrect statement about `randn` accepting floats as sizes | Eric Wieser | 2019-02-24 | 1 | -6/+4 |
| | | | | | | | | This gives an error at least as far back as 1.12.x | ||||
* | | DOC: fixes from review | mattip | 2019-02-19 | 1 | -3/+3 |
| | | |||||
* | | DOC: reflect changes from #5822 (May 2015) in the docs | mattip | 2019-02-19 | 1 | -10/+14 |
| | | |||||
* | | DOC: Fix Wald docstring | Kevin Sheppard | 2019-02-18 | 1 | -2/+2 |
| | | | | | | | | | | Fix Wald Docstring to reflect actual restriction on parameters Add a test to ensure these are enforced for scalar inputs | ||||
* | | DOC: Clean noncentral chi2 docstring | Kevin Sheppard | 2019-02-18 | 1 | -10/+1 |
| | | | | | | | | Remove unnecessary and unhelpful reference | ||||
* | | DOC: Correct negative_binomial docstring | Kevin Sheppard | 2019-02-05 | 1 | -10/+12 |
| | | | | | | | | | | Correct negative_binomial docstring to reflect the correct treatment of floats when used | ||||
* | | Merge pull request #12545 from bashtage/choice-nan-protect | Charles Harris | 2019-01-10 | 1 | -1/+4 |
|\ \ | | | | | | | BUG: Ensure probabilities are not NaN in choice | ||||
| * | | BUG: Ensure probabilities are not NaN in choice | Kevin Sheppard | 2018-12-14 | 1 | -1/+4 |
| |/ | | | | | | | | | | | Add a check for NaN probabilities in random.choice closes #11250 | ||||
* | | DOC, TST: clean up matplotlib imports | Tyler Reddy | 2019-01-02 | 1 | -7/+0 |
| | | | | | | | | | | | | * as requested by review in gh-12634, the vast majority of docstring matplotlib imports can be simplified to a single line | ||||
* | | Merge pull request #12333 from tuelwer/master | Matti Picus | 2018-12-24 | 1 | -8/+20 |
|\ \ | | | | | | | DOC: update description of the Dirichlet distribution | ||||
| * | | Remove extra whitespace | Tobias Uelwer | 2018-12-14 | 1 | -1/+1 |
| | | | |||||
| * | | DOC: update description of the Dirichlet distribution | Tobias Uelwer | 2018-11-05 | 1 | -9/+21 |
| | | | |||||
* | | | MAINT: clean up whitespace issues in mtrand.pyx. | Tyler Reddy | 2018-12-14 | 1 | -25/+25 |
| | | | |||||
* | | | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -60/+74 |
| |/ |/| | | | | | | | | | | | | | * ported the refguide_check module from SciPy for usage in NumPy docstring execution/ verification; added the refguide_check run to Azure Mac OS CI * adjusted NumPy docstrings such that refguide_check passes | ||||
* | | MAINT: Prepare master for 1.17.0 development. | Charles Harris | 2018-12-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Create 1.17.0-notes - Update index.rst for new notes - Update pavement.py - Update setup.py - Remove Python 2.7 and 3.4 from CI testing. - Add `# cython: language_level=3` to `*.pxd`, `*.pyx` files. Note that this removes support for both Python2.7 and Python3.4 in setup.py. | ||||
* | | DOC: random: Make the constraint on the parameter `a` of weibull more precise. | Warren Weckesser | 2018-11-12 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in docstring numpy.random.beta doc | Guillaume Gautier | 2018-11-07 | 1 | -2/+2 |
|/ | | | | $\Beta(a,b)$ with a,b > 0 not >= See https://en.wikipedia.org/wiki/Beta_distribution | ||||
* | Merge pull request #11613 from moshelooks/patch-2 | Matti Picus | 2018-10-12 | 1 | -4/+4 |
|\ | | | | | BUG: have geometric() raise ValueError on p=0 | ||||
| * | BUG: have geometric() raise ValueError on p=0 | Moshe Looks | 2018-07-24 | 1 | -4/+4 |
| | | | | | | Currently `np.random.geometric(0) => -9223372036854775808` | ||||
* | | Merge pull request #11771 from asnasnasn/shuf-mm | Matti Picus | 2018-10-12 | 1 | -3/+2 |
|\ \ | | | | | | | BUG: Make `random.shuffle` work on 1-D instances of `ndarray` subclasses | ||||
| * | | BUG: Make `random.shuffle` work on 1-D instances of `ndarray` subclasses | Wenjamin Petrenko | 2018-08-18 | 1 | -3/+2 |
| | | | | | | | | | | | | Closes #11442. | ||||
* | | | BUG: Fix in-place permutation | Kevin Sheppard | 2018-10-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | Alter test to check if arrays are the same to avoid in-place of some array-like objects closes #11975 | ||||
* | | | MAINT: Fix typos in random.hypergeometric's notes | Yukun Guo | 2018-08-21 | 1 | -4/+4 |
|/ / | |||||
* | | DOC: fix capitalization of kilojoules | Matthew Brett | 2018-08-13 | 1 | -1/+1 |
|/ | | | | Spotted by keithbriggs - see: gh-11728. | ||||
* | fixes from review | mattip | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | ENH: Allow size=0 in numpy.random.choice | mattip | 2018-06-19 | 1 | -12/+12 |
| | |||||
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -32/+32 |
| | |||||
* | MAINT: Don't use dtype strings when the dtypes themselves can be used | Eric Wieser | 2018-06-13 | 1 | -26/+25 |
| | |||||
* | PERF: Improve performance of random permutation | Kevin Sheppard | 2018-05-09 | 1 | -4/+18 |
| | | | | | | | Use fancy indexing instead of a shuffle to avoid unnecessary object access closes #11013 | ||||
* | DOC: Fix negative binomial documentation. | Hameer Abbasi | 2018-04-20 | 1 | -10/+8 |
| | |||||
* | Merge pull request #10878 from mattip/devdocs | Ralf Gommers | 2018-04-16 | 1 | -27/+27 |
|\ | | | | | DOC: rework documents and silence warnings during sphinx build | ||||
| * | silence warnings, matplotlib deprecated normed in favor of density | mattip | 2018-04-10 | 1 | -27/+27 |
| | | |||||
* | | Merge pull request #10903 from subhrm/10902-docu-fix | Charles Harris | 2018-04-15 | 1 | -1/+1 |
|\ \ | | | | | | | DOC: Fix link in `See Also` section of `randn` docstring. | ||||
| * | | Fixes #10902: Changed `See Also` doc-string section of `randn` | Subhendu Ranjan Mishra | 2018-04-13 | 1 | -1/+1 |
| |/ | |||||
* | | DOC, BUG : Bad link to `np.random.randint` (#10901) | Subhendu | 2018-04-13 | 1 | -1/+1 |
|/ | | | | | | * fixes #10886 : Bad link to `np.random.randint` * Issue #10886: Change from `np.random.randint` to `randint` in 'See Also` doc-string section of mtrand.pyx |