All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.3 - 2024-12-30
- Switch from
distutils
(deprecated) topackaging
to support Python 3.12 [PR]
0.2.2 - 2024-06-14
- Switch from
pkg_resources
(deprecated) toimportlib
+distutils
, deprecate Python 3.7 [PR]
0.2.1 - 2024-01-10
- Bug for non-zero padding in fold [bug report] [PR]
0.2.0 - 2022-11-10
0.1.0 - 2021-05-05
- Generalization of
torch.nn.Fold
[PR]
- Bug related to data type of input to
unfoldNd
[PR]
0.0.1 - 2021-02-19
Initial release