-
Notifications
You must be signed in to change notification settings - Fork 6
Release 2.1 ready #259
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
Merged
Release 2.1 ready #259
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Master v2.0.0 --> Dev
Done. Conforms to master v2.0.0 content plus fixed typos in README.md.
Fixed a typo in word "randomness".
Completed. Fixed syntax error in Python 3.6.
Fixed missing `_` in constants at return time.
Finally, fixed a bug in `Cwg64` and exchanged position of two lines in `Cwg128`.
Fully completed. TestED tested.
Fully completed. TestED tested.
Fully completed. TestED tested.
Fully completed. TestED tested.
Completed. TestED tested.
Fully completed. TestED tested.
Fully completed. TestED tested.
Completed. TestED tested.
Completed.
Fully completed. TestED tested.
fixed a typo in characteristics tables (in docstrings).
fixed erroneous 'four' vs. 'five' in squares64.py modules.
fixed an orthographic typo in modules `pcg1024_32.py`.
Fixed typos in docstring documentation.
Enhanced docstrings in all PCGs specializations.
Fixed code for dice rolls in docstrings.
Fixed erroneous email address.
Fixed erroneous internal state size and erroneous base 10 period in MELG documentations.
Checked the correctness of output bits in comments and the correctness of internal state bits initialization also.
Fixed erroneous putput bits count in docstring.
Added missing PRNGs descriptions in `BaseRandom` docstring.
README.md: * swapped columns positions in randomness performance table; * fixed a missing `self` in the description of method `choices()`.
Fully validated. Led to fixing a bug in method 'next()' and to enforce the implementation of methid 'seed()': it now conforms with CppRandLib correct behavior.
Fully validated.
removed unnecessary code - solely added for implementation verification purposes.
Fully validated.
Fully validated.
Fully validated.
Fixed a typo in test class naming.
fixed a typo in test class naming.
Fully validated.
Fully validated.
Fully validated.
Fully validated.
Fully validated.
Still to be validated.
Intermediate commit. Fully validated on base classes.
Completed for all test modules. Fully validated
Completed. Fully validated.
Completed. Fully validated.
Completed. Tables modified in document README.md.
Applied to README.md. Two minor enhancements.
Intermediate commit. Completeed and fully validated on all base classes.
Completed. Fully validated.
Completed. Fully validated.
Completed.
Release 2 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Completed. Reviewed. Fully Tested. Ready for Release (2.1).