summaryrefslogtreecommitdiff
path: root/numpy/random/_common.pyx
Commit message (Expand)AuthorAgeFilesLines
* Also annotate the implementation of the kahan_sum() function, not just the de...Stefan Behnel2023-05-041-1/+1
* BUG: Fix boundschecking for `random.logseries`Sebastian Berg2022-10-181-0/+6
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* Merge pull request #20643 from bashtage/experiment-array-cons-checkSebastian Berg2022-01-101-3/+19
|\
| * PERF: Optimize array check for bounded 0,1 valuesKevin Sheppard2021-12-221-3/+20
* | PERF: Speed up check_constraint checksKevin Sheppard2021-12-221-2/+3
|/
* BUG: Protect kahan_sum from empty arraysKevin Sheppard2021-12-171-0/+15
* Merge pull request #18728 from anthonyhvo12/avo-exceptions-chainingCharles Harris2021-04-121-2/+2
|\
| * change to suitable raise from and add line breaks #2Anthony Vo2021-04-061-1/+1
| * change to suitable raise from and add line breaksAnthony Vo2021-04-061-1/+1
| * Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-cha...Anthony Vo2021-04-051-2/+2
| |\
| * | chain exceptions when appropriateAnthony Vo2021-04-051-1/+1
* | | BUG: Check out requirements and raise when not satisfiedKevin Sheppard2021-04-071-9/+30
| |/ |/|
* | MAINT: Add mising type to cdef statementKevin Sheppard2021-03-191-2/+2
|/
* MAINT: Remove unicode markersKevin Sheppard2021-02-111-2/+2
* BUG: Fix cython warning in random/_common.pyx.Charles Harris2020-06-071-1/+2
* BUG: Correct broadcasting when size is not NoneKevin Sheppard2020-06-051-0/+29
* API: refactor function names in distribution.{h,c}, refactor float_fillmattip2019-10-111-4/+5
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-0/+976