Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontosh authored Nov 24, 2024
1 parent cb058e5 commit 816fb66
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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/)*
Expand Down

0 comments on commit 816fb66

Please sign in to comment.