Skip to content

Commit

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

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

## v1.4.0 (2022-01-28)
### Feature
* Added compatibility for PyTorch functional ([`8e68160`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/8e68160824baa3ec6f9052c2135038424d4b9230))

## v1.3.4 (2022-01-27)
### Fix
* Added the ability to handle custom layers ([`b7cb73e`](https://github.com/MLRichter/receptive_field_analysis_toolbox/commit/b7cb73e1b30d8a78dd720ab6391f2341322957f2))
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.3.4"
version = "1.4.0"
description = "A toolbox for analyzing the receptive field expansion in neural networks."
authors = ["Mats L. Richter <[email protected]>"]
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.3.4"
__version__ = "1.4.0"
try:
# flake8: noqa: F401
from rfa_toolbox.encodings.pytorch.ingest_architecture import (
Expand Down

0 comments on commit 35414ff

Please sign in to comment.