From 149669730b5cd5fa05226f7ba24461715c5674c5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Feb 2022 14:05:49 +0000 Subject: [PATCH] 1.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- rfa_toolbox/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6824343..8c4a36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.5.0 (2022-02-10) +### Feature +* Feature maps are now also considered, when checking for unproductive layers ([`ffb756b`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/ffb756bbc2f6233482d072abbe433f13aef1ea0f)) +* Feature maps are now also considered, when checking for unproductive layers ([`b43d7c4`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/b43d7c4bcc593b094c71e3ee1a921f2a9f0523a6)) +* Feature maps are now also considered, when checking for unproductive layers ([`425a87f`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/425a87fd02f3541dee345daa61016af51d87f18a)) + ## v1.4.4 (2022-02-09) ### Fix * Build fixed ([`4f9bf5e`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/4f9bf5e7ef260a6271bfbf7e3d057712b6eecd61)) diff --git a/pyproject.toml b/pyproject.toml index 73be598..9e3d074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rfa_toolbox" -version = "1.4.4" +version = "1.5.0" 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 b6bde25..04605f5 100644 --- a/rfa_toolbox/__init__.py +++ b/rfa_toolbox/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.4" +__version__ = "1.5.0" try: # flake8: noqa: F401 from rfa_toolbox.encodings.pytorch.ingest_architecture import (