Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHedegaard committed Aug 19, 2021
1 parent cff0b70 commit 9013710
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0]
## Added
- `co.Delay` handling for padding
- `co.Delay` handling for padding.
- Handling of initialisation and strides in containers

## Changed
- `co.Conv` `build_from` behavior to not change dilation and stride. Argument overload supported instead.
- `pad_start` and `pad_end` args to convolution and pooling modules `forward_steps`.
- Behavior of modules while they initialise. Now, a TensorPlaceholder is passed for initialising steps.

## Removed
- Automatic unsqueeze in pooling.


## [0.3.1]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def from_file(file_name: str = "requirements.txt", comment_char: str = "#"):

setup(
name="continual-inference",
version="0.3.1",
version="0.4.0",
description="Building blocks for Continual Inference Networks in PyTorch",
long_description=long_description(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9013710

Please sign in to comment.