Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 10, 2022
1 parent d489944 commit 87ebaf5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.5.1 (2022-02-10)
### Fix
* Removed dead code ([`2b9b2c3`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/2b9b2c3d07915d6c6b896bc040e3f18c19730d48))
* Feature maps are correctly displayed now ([`27b9a71`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/27b9a71c6a7e82a058440d8ab8c359d499f88472))
* Feature maps are correctly displayed now ([`10f97a5`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/10f97a500d94a61d0411577a8a2242fc4016268f))

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rfa_toolbox"
version = "1.5.0"
version = "1.5.1"
description = "A toolbox for analyzing the receptive field expansion in neural networks."
authors = ["Mats L. Richter <matrichter@uni-osnabrueck.de>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rfa_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.5.0"
__version__ = "1.5.1"
try:
# flake8: noqa: F401
from rfa_toolbox.encodings.pytorch.ingest_architecture import (
Expand Down

0 comments on commit 87ebaf5

Please sign in to comment.