Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also annotate the implementation of the kahan_sum() function, not just the ↵ | Stefan Behnel | 2023-05-04 | 1 | -1/+1 |
| | | | | declaration. | ||||
* | BUG: Fix boundschecking for `random.logseries` | Sebastian Berg | 2022-10-18 | 1 | -0/+6 |
| | | | | | | | | Logseries previously did not enforce bounds to be strictly exclusive for the upper bound, where it leads to incorrect behavior. The NOT_NAN check is removed, since it was never used: The current bounded version always excludes NaNs. | ||||
* | MAINT, DOC: discard repeated words | Dimitri Papadopoulos | 2022-01-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #20643 from bashtage/experiment-array-cons-check | Sebastian Berg | 2022-01-10 | 1 | -3/+19 |
|\ | | | | | PERF: Optimize array check for bounded 0,1 values | ||||
| * | PERF: Optimize array check for bounded 0,1 values | Kevin Sheppard | 2021-12-22 | 1 | -3/+20 |
| | | | | | | | | Optimize frequent check for probabilities when they are doubles | ||||
* | | PERF: Speed up check_constraint checks | Kevin Sheppard | 2021-12-22 | 1 | -2/+3 |
|/ | | | | | | Remove python api calls from check_constraint xref #20636 | ||||
* | BUG: Protect kahan_sum from empty arrays | Kevin Sheppard | 2021-12-17 | 1 | -0/+15 |
| | | | | Return a default value when passed an empty array | ||||
* | Merge pull request #18728 from anthonyhvo12/avo-exceptions-chaining | Charles Harris | 2021-04-12 | 1 | -2/+2 |
|\ | | | | | MAINT: Add exception chaining where appropriate | ||||
| * | change to suitable raise from and add line breaks #2 | Anthony Vo | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | change to suitable raise from and add line breaks | Anthony Vo | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' of https://github.com/numpy/numpy into ↵ | Anthony Vo | 2021-04-05 | 1 | -2/+2 |
| |\ | | | | | | | | | | avo-exceptions-chaining | ||||
| * | | chain exceptions when appropriate | Anthony Vo | 2021-04-05 | 1 | -1/+1 |
| | | | |||||
* | | | BUG: Check out requirements and raise when not satisfied | Kevin Sheppard | 2021-04-07 | 1 | -9/+30 |
| |/ |/| | | | | | | | | | Check that out is C-contiguous when using user-supplied arguments closes #18704 | ||||
* | | MAINT: Add mising type to cdef statement | Kevin Sheppard | 2021-03-19 | 1 | -2/+2 |
|/ | | | | | Add missing type to cdef statement Small spelling fix | ||||
* | MAINT: Remove unicode markers | Kevin Sheppard | 2021-02-11 | 1 | -2/+2 |
| | | | | Remove unnecessary unicode markers (u"") | ||||
* | BUG: Fix cython warning in random/_common.pyx. | Charles Harris | 2020-06-07 | 1 | -1/+2 |
| | | | | | Fix for #16508. Cython wants every pointer declaration to be on a separate line. | ||||
* | BUG: Correct broadcasting when size is not None | Kevin Sheppard | 2020-06-05 | 1 | -0/+29 |
| | | | | | | | Broadcastable size with inputs does not produce an error when size produces a smaller output array than the broadcast input shape. Patch checks that the output shape matches the outer shape of the broadcast fo all inputs and the size when given. | ||||
* | API: refactor function names in distribution.{h,c}, refactor float_fill | mattip | 2019-10-11 | 1 | -4/+5 |
| | |||||
* | API: rename common, bounded_integers -> _common, _bounded_integers; cleanup | mattip | 2019-10-11 | 1 | -0/+976 |