Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.93 KB

changelog.md

File metadata and controls

69 lines (44 loc) · 1.93 KB

Changelog

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) to packaging to support Python 3.12 [PR]

0.2.2 - 2024-06-14

  • Switch from pkg_resources (deprecated) to importlib+distutils, deprecate Python 3.7 [PR]

0.2.1 - 2024-01-10

Fixed

0.2.0 - 2022-11-10

Added

  • Generalization of im2col to transpose convolution [PR]

  • Deprecate python 3.6 [PR]

0.1.0 - 2021-05-05

Added

  • Generalization of torch.nn.Fold [PR]

Fixed

  • Bug related to data type of input to unfoldNd [PR]

Internal

  • Move to setup.cfg, automate PyPI release [PR]
  • Import sorting [PR]

0.0.1 - 2021-02-19

Initial release