Skip to content

Commit

Permalink
RLS: Release 1.16.5
Browse files Browse the repository at this point in the history
Release 1.16.5 commit
  • Loading branch information
bashtage committed Apr 28, 2019
1 parent fb87ec4 commit ac58287
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/source/change-log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@
Change Log
----------

Since v1.16.4
=============
v1.16.5
=======
- Fixed bugs in :func:`~randomgen.mtrand.RandomState.laplace`,
:func:`~randomgen.mtrand.RandomState.gumbel`,
:func:`~randomgen.mtrand.RandomState.logseries`,
:func:`~randomgen.mtrand.RandomState.normal`,
:func:`~randomgen.mtrand.RandomState.standard_normal`,
:func:`~randomgen.mtrand.RandomState.standard_exponential`,
:func:`~randomgen.mtrand.RandomState.exponential`, and
:func:`~randomgen.mtrand.RandomState.logistic` that could result in ``nan``
values in rare circumstances (about 1 in :math:`10^{53}` draws).
- Added keyword ``closed`` to :func:`~randomgen.generator.RandomGenerator.randint`
which changes sampling from the half-open interval ``[low, high)`` to the closed
interval ``[low, high]``.
Expand Down

0 comments on commit ac58287

Please sign in to comment.