You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file, starting from version 0.0.1.
3
3
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
+
4
11
## 0.1.3 (2024-07-27)
5
12
6
13
Sixth release: Bug fix.
@@ -29,7 +36,7 @@ Documentation:
29
36
30
37
## 0.1.0 (2024-06-30)
31
38
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.
33
40
34
41
Features:
35
42
- 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:
42
49
- Vertical spacing: Added option to specify the vertical spacing between newlines of text.
43
50
44
51
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.
47
54
- 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.
48
55
49
56
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.
51
58
- Updated documentation and docstrings for better grammar and clarity.
52
59
53
60
*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