Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Final doc fixes for 2.1.0 #392

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/source/change-log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Change Log

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

v2.0.0
Expand Down
Loading