diff --git a/CHANGES.rst b/CHANGES.rst index a23e7d6..82bf077 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,11 +2,19 @@ Release notes ============= -Version 0.12.4, Dec 2023 +Version 0.12.4, Jan 2024 ------------------------ -- Drop support for Python 3.7, reached end of life. -- Add support for Python 3.12 +- Add support for Python 3.12. +- ENH: added plotting kwargs to correlation_report function. + https://github.com/KaveIO/PhiK/issues/58 +- FIX: fix of bin edge values they are rounded with 1e-14 + https://github.com/KaveIO/PhiK/issues/60 +- FIX: numpy random multinomial requires integer number of samples (for nixOS) + https://github.com/KaveIO/PhiK/issues/73 +- FIX: pandas deprecation warning + https://github.com/KaveIO/PhiK/pull/74 +- Drop support for Python 3.7, has reached end of life. Version 0.12.3, Dec 2022 ------------------------ diff --git a/README.rst b/README.rst index 196295e..1421693 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ -================================== -Phi_K Correlation Analyzer Library -================================== +========================== +Phi_K Correlation Constant +========================== -* Version: 0.12.4. Released: Dec 2023 +* Version: 0.12.4. Released: Jan 2024 * Release notes: https://github.com/KaveIO/PhiK/blob/master/CHANGES.rst * Repository: https://github.com/kaveio/phik * Documentation: https://phik.readthedocs.io