Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |