Skip to content

Commit ac58287

Browse files
committed
RLS: Release 1.16.5
Release 1.16.5 commit
1 parent fb87ec4 commit ac58287

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/source/change-log.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
Change Log
44
----------
55

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).
817
- Added keyword ``closed`` to :func:`~randomgen.generator.RandomGenerator.randint`
918
which changes sampling from the half-open interval ``[low, high)`` to the closed
1019
interval ``[low, high]``.

0 commit comments

Comments
 (0)