Skip to content

Commit

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

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

## 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))
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.4.3"
version = "1.4.4"
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.4.3"
__version__ = "1.4.4"
try:
# flake8: noqa: F401
from rfa_toolbox.encodings.pytorch.ingest_architecture import (
Expand Down

0 comments on commit fac880d

Please sign in to comment.