Skip to content

Commit

Permalink
Merge pull request #74 from paulgavrikov/CHANGELOG_changes
Browse files Browse the repository at this point in the history
Updated changelog to reflect latest updates (up to version 0.1.0)
  • Loading branch information
Soontosh authored Jul 1, 2024
2 parents eef9a69 + ec048fb commit 8a13a29
Showing 1 changed file with 33 additions and 19 deletions.
52 changes: 33 additions & 19 deletions changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,47 @@
# Changelog
All notable changes to this project will be documented in this file, starting from version 0.0.2
All notable changes to this project will be documented in this file, starting from version 0.0.1.

<!--
## 1.8.0 (unreleased)
## 0.1.1 (unreleased)

Features:
- add support for SVN sources -> [95f32s5b](http://www.google.com)
- add metadata allowed_push_host to new gem template -> [95f32s5b](http://www.google.com)
- adds a `--no-install` flag to `bundle package` -> [95f32s5b](http://www.google.com)
Fourth release: More compatibility and documentation fixes. Not yet in Github repo.

## 1.7.0 (2014-08-13)
Bug fixes:
- Changed README.md file to use links to images rather than paths - this will allow the images to be displayed on PyPI.
- Added compatability for Keras version 1.x.x

Security:
## 0.1.0 (2024-06-30)

- Fix for CVE-2013-0334, installing gems from an unexpected source -> [95f32s5b](http://www.google.com)
Third release: More customization options and downwards 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.
- Text callable: Added a callable parameter to determine if and how text is drawn on the network.
- Vertical padding: Added the option to add padding above and below the network.
- Padding left: Added the option to add padding to the left of the network.
- Bigger color palette: Expanded the default color palette to include six more colors.
- Index 2D: Added option to specify certain layers to be drawn in 2D in a 3D network.
- Legend dimensions: Added option to display output dimensions of all layers in the legend.
- 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.
- 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.

- Gemfile `source` calls now take a block containing gems from that source -> [95f32s5b](http://www.google.com)
- added the `:source` option to `gem` to specify a source -> [95f32s5b](http://www.google.com)
Developer changes:
- Switched to cleaner method for downwards compatibility with older versions of packages - now using `hasattr` instead of `try` and `except` blocks.
- Updated documentation and docstrings for better grammar and clarity.

Fix:
*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/)*

- warn on ambiguous gems available from more than one source -> [95f32s5b](http://www.google.com)
## 0.0.2 (2021-04-21)

## 1.6.5 (2014-07-23)
Second release: Expanded the visualization options.

Features:
- Added graph_view as an alternative visualization file.
- Added the option to have a legend in layer_view.

Bugfixes:
## 0.0.1 (2020-10-05)

- require openssl explicitly to fix rare HTTPS request failures -> [95f32s5b](http://www.google.com)
-->
Initial release.

0 comments on commit 8a13a29

Please sign in to comment.