From fac880dba8ca7a2515a51c63772dad420d45538e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Feb 2022 23:17:04 +0000 Subject: [PATCH] 1.4.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- rfa_toolbox/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d6ffe..6824343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.4.4 (2022-02-09) +### Fix +* Build fixed ([`4f9bf5e`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/4f9bf5e7ef260a6271bfbf7e3d057712b6eecd61)) +* Kernel size one can be ignored. Keras now recognizes DepthWiseSeperable convolutions correctly as convolutions ([`1f901f7`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/1f901f7ea179fd2df5d8509b286d8784a03914e7)) +* Kernel size one can be ignored. Keras now recognizes DepthWiseSeperable convolutions correctly as convolutions ([`e7fd86d`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/e7fd86d8424bb1e80db8049cbb6a9cda106813e3)) +* Kernel size one can be ignored. Keras now recognizes DepthWiseSeperable convolutions correctly as convolutions ([`0cd9167`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/0cd91671490970987e90b4c70ea5d15499c18968)) + ## v1.4.3 (2022-02-05) ### Fix * Kernel size one can be ignored. Keras now recognizes DepthWiseSeperable convolutions correctly as convolutions ([`9bd498a`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/9bd498a14a5834f951ad8746f9e783512b4cb61a)) diff --git a/pyproject.toml b/pyproject.toml index cf0b428..73be598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rfa_toolbox" -version = "1.4.3" +version = "1.4.4" description = "A toolbox for analyzing the receptive field expansion in neural networks." authors = ["Mats L. Richter "] license = "MIT" diff --git a/rfa_toolbox/__init__.py b/rfa_toolbox/__init__.py index c66f816..b6bde25 100644 --- a/rfa_toolbox/__init__.py +++ b/rfa_toolbox/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.3" +__version__ = "1.4.4" try: # flake8: noqa: F401 from rfa_toolbox.encodings.pytorch.ingest_architecture import (