Skip to content

Commit 816fb66

Browse files
authored
Update CHANGELOG.md
1 parent cb058e5 commit 816fb66

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

changelog/CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file, starting from version 0.0.1.
33

4+
## 0.1.4 (2024-11-24)
5+
Seventh release: Compatability with newer versions of packages
6+
7+
Bug fixes:
8+
- Added compatability with Keras versions >=3 (Tensorflow >= 2.16) for `graph_view`, see issue [#79](https://github.com/paulgavrikov/visualkeras/issues/79)
9+
- Added compatability with pillow versions >= 10 for legend text, see issue [#77](https://github.com/paulgavrikov/visualkeras/issues/77)
10+
411
## 0.1.3 (2024-07-27)
512

613
Sixth release: Bug fix.
@@ -29,7 +36,7 @@ Documentation:
2936

3037
## 0.1.0 (2024-06-30)
3138

32-
Third release: More customization options and downwards compatability with older versions of packages.
39+
Third release: More customization options and backwards compatability with older versions of packages.
3340

3441
Features:
3542
- 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:
4249
- Vertical spacing: Added option to specify the vertical spacing between newlines of text.
4350

4451
Bug fixes:
45-
- Downwards compatability with newer versions of Pillow.
46-
- Downards compatability with newer versions of Keras - compatibility with `tensorflow.keras`, `tensorflow.python.keras`, and `keras` in versions greater than 2.
52+
- Backwards compatability with newer versions of Pillow.
53+
- Backwards compatability with newer versions of Keras - compatibility with `tensorflow.keras`, `tensorflow.python.keras`, and `keras` in versions greater than 2.
4754
- 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.
4855

4956
Developer changes:
50-
- Switched to cleaner method for downwards compatibility with older versions of packages - now using `hasattr` instead of `try` and `except` blocks.
57+
- Switched to cleaner method for backwards compatibility with older versions of packages - now using `hasattr` instead of `try` and `except` blocks.
5158
- Updated documentation and docstrings for better grammar and clarity.
5259

5360
*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/)*

0 commit comments

Comments
 (0)