Skip to content

Commit

Permalink
[REQ] Update changelog, prepare 0.2.1 release (#33)
Browse files Browse the repository at this point in the history
* [DOC] Update changelog, prepare `0.2.1` release

* [DOC] Update long-description in `setup.cfg`
  • Loading branch information
f-dangel authored Jan 10, 2024
1 parent f6cb681 commit 594ff0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2024-01-10

### Fixed

- Bug for non-zero padding in fold
[[bug report](https://github.com/f-dangel/unfoldNd/issues/30)]
[[PR](https://github.com/f-dangel/unfoldNd/pull/21)]

## [0.2.0] - 2022-11-10

### Added
Expand Down Expand Up @@ -41,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release

[Unreleased]: https://github.com/f-dangel/unfoldNd/compare/0.2.0...HEAD
[Unreleased]: https://github.com/f-dangel/unfoldNd/compare/0.2.1...HEAD
[0.2.1]: https://github.com/f-dangel/unfoldNd/compare/0.1.0...0.2.1
[0.2.0]: https://github.com/f-dangel/unfoldNd/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/f-dangel/unfoldNd/compare/0.0.1...0.1.0
[0.0.1]: https://github.com/f-dangel/unfoldNd/releases/tag/0.0.1
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ url = https://github.com/f-dangel/unfoldNd
author = Felix Dangel
author-email =
license = MIT
long-description =
long-description-content-type =
long-description = N-dimensional unfold (im2col) and fold (col2im) in PyTorch
keywords = PyTorch, im2col, col2im, unfold, fold
# Change if running only on Windows, Mac or Linux (comma-separated)
platforms = any
Expand Down

0 comments on commit 594ff0c

Please sign in to comment.