File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 3
3
Change Log
4
4
----------
5
5
6
- Since v1.16.4
7
- =============
6
+ v1.16.5
7
+ =======
8
+ - Fixed bugs in :func: `~randomgen.mtrand.RandomState.laplace `,
9
+ :func: `~randomgen.mtrand.RandomState.gumbel `,
10
+ :func: `~randomgen.mtrand.RandomState.logseries `,
11
+ :func: `~randomgen.mtrand.RandomState.normal `,
12
+ :func: `~randomgen.mtrand.RandomState.standard_normal `,
13
+ :func: `~randomgen.mtrand.RandomState.standard_exponential `,
14
+ :func: `~randomgen.mtrand.RandomState.exponential `, and
15
+ :func: `~randomgen.mtrand.RandomState.logistic ` that could result in ``nan ``
16
+ values in rare circumstances (about 1 in :math: `10 ^{53 }` draws).
8
17
- Added keyword ``closed `` to :func: `~randomgen.generator.RandomGenerator.randint `
9
18
which changes sampling from the half-open interval ``[low, high) `` to the closed
10
19
interval ``[low, high] ``.
You can’t perform that action at this time.
0 commit comments