diff --git a/changelog/CHANGELOG.md b/changelog/CHANGELOG.md index c530b2e..f1027a0 100644 --- a/changelog/CHANGELOG.md +++ b/changelog/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file, starting from version 0.0.1. +## 0.1.4 (2024-11-24) +Seventh release: Compatability with newer versions of packages + +Bug fixes: +- Added compatability with Keras versions >=3 (Tensorflow >= 2.16) for `graph_view`, see issue [#79](https://github.com/paulgavrikov/visualkeras/issues/79) +- Added compatability with pillow versions >= 10 for legend text, see issue [#77](https://github.com/paulgavrikov/visualkeras/issues/77) + ## 0.1.3 (2024-07-27) Sixth release: Bug fix. @@ -29,7 +36,7 @@ Documentation: ## 0.1.0 (2024-06-30) -Third release: More customization options and downwards compatability with older versions of packages. +Third release: More customization options and backwards compatability with older versions of packages. Features: - Draw reversed: Added the option to draw 3D networks from the back of each layer. Good for decoder-like architectures. @@ -42,12 +49,12 @@ Features: - Vertical spacing: Added option to specify the vertical spacing between newlines of text. Bug fixes: -- Downwards compatability with newer versions of Pillow. -- Downards compatability with newer versions of Keras - compatibility with `tensorflow.keras`, `tensorflow.python.keras`, and `keras` in versions greater than 2. +- Backwards compatability with newer versions of Pillow. +- Backwards compatability with newer versions of Keras - compatibility with `tensorflow.keras`, `tensorflow.python.keras`, and `keras` in versions greater than 2. - Removed features of Pillow which require [libraqm](https://github.com/HOST-Oman/libraqm). This was done because libraqm requires custom installation and is not available for automatic installation as a dependency. Developer changes: -- Switched to cleaner method for downwards compatibility with older versions of packages - now using `hasattr` instead of `try` and `except` blocks. +- Switched to cleaner method for backwards compatibility with older versions of packages - now using `hasattr` instead of `try` and `except` blocks. - Updated documentation and docstrings for better grammar and clarity. *Note: We recognize this is a very large update and may, as a result, cause dependency conflicts. In future updates, we will adhere to [Semantic Versioning](https://semver.org/)*