Skip to content

Commit eae2a1d

Browse files
committed
DOC: Final doc fixes for 2.1.0
1 parent 4033e56 commit eae2a1d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/source/change-log.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Change Log
55

66
v2.1.0
77
======
8-
- Fixed a bug in :class:`~randomgen.pcg64.LCG128Mix` that resultsed in ``inc``
8+
- Fixed a bug in :class:`~randomgen.pcg64.LCG128Mix` that resulted in ``inc``
99
not being correctly set when initialized without a user-provided ``inc``.
1010
- Added the :class:`~randomgen.tyche.Tyche` PRNG of Neves and Araujo. Supports
1111
two variants. One is the original implementation in the 2012 paper. The
@@ -17,6 +17,10 @@ v2.1.0
1717
- Added the helper function :func:`~randomgen.squares.generate_keys` for
1818
:class:`~randomgen.squares.Squares`. This function can be used to pre-generate
1919
keys for used with :class:`~randomgen.squares.Squares`.
20+
- Refactored the broadcasting helper functions out of ``randomgen.common``
21+
to ``randomgen.broadcast``. Tests have been added and some edge case bugs
22+
have been found and fixed.
23+
- Improve test coverage.
2024
- Additional code clean-up.
2125

2226
v2.0.0

0 commit comments

Comments
 (0)