Releases: schmouk/PyRandLib
Releases · schmouk/PyRandLib
v1.2.3 Release - 2022/09
v1.2.2 Release - 2021/08
Fixed a few typos and corrected document README.md
.
All the other enhancements issued from v1.2.0 are:
- Implemented new signature for method
__call__()
- i.e. operator()
, in classBaseRandom
. See fileREADME.md
for its new usage which is still backward compatible with former versions of the library; - Optimized the initialization of internal states when they are lists;
- Uses now underscores in numerical constants (as introduced in Python 3.6) to enhance the readability of the code;
- Fixed a same small bug in methods
.setState()
of both base classesBaseLFib64
andBaseMRG
; - Renamed mispelled type
Numeric
, replaced byNumerical
; - modified file
README.md
accordingly;
v1.2.0 Release - 2021/08
- Implemented new signature for method
__call__()
- i.e. operator()
, in classBaseRandom
. See fileREADME.md
for its new usage which is still backward compatible with former versions of the library; - Optimized the initialization of internal states when they are lists;
- Uses now underscores in numerical constants (as introduced in Python 3.6) to enhance the readability of the code;
- Fixed a same small bug in methods
.setState()
of both base classesBaseLFib64
andBaseMRG
; - Renamed mispelled type
Numeric
, replaced byNumerical
; - modified file
README.md
accordingly;
v1.1.0 Release - 2021/01
- Modified copyright dates to 2021;
- added back Unix and UTF-8 goodies at top of all files;
- conforms now to new documentation rules;
- added usage of typing for types annotations.
v1.0.6 Release - 2020/01
- Modified copyright dates;
- Python 3.8.
v1.0.5 Release
Minor release - code conforms now with Pyton PEP 484 -- Type Hints.
v1.0.4 Release
Major bug fixed in module MRG - 287.
v1.0.3.71 Release
Fixed a bug in module fastrand32.py (method setstate()
)
v1.0.3.69 Release
Modified copyright notices (2019).
Removed eclipse environment from configuration management.
No code modifications
v1.0.2.54 Release
Modified copyright notices - MIT conforming now.
No code modifications