Skip to content

Latest commit

 

History

History
157 lines (104 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

157 lines (104 loc) · 10.9 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.


Added

Changed

Fixed

  • Fix memory leak in implicit MAML omniglot few-shot classification example with OOP APIs by @XuehaiPan in #113.

Removed


0.6.0 - 2022-12-07

Added

Changed

Fixed

0.5.0 - 2022-09-05

Added

Changed

Fixed


0.4.3 - 2022-08-08

Added

Changed

  • Use correct Python Ctype for pybind11 function prototype @XuehaiPan in #52.

0.4.2 - 2022-07-26

Added

Changed

  • Use pyproject.toml for packaging and update GitHub Action workflows by @XuehaiPan in #31.
  • Rename the package from TorchOpt to torchopt by @XuehaiPan in #20.

Fixed

  • Fixed errors while building from the source and add conda environment recipe by @XuehaiPan in #24.

0.4.1 - 2022-04-15

Fixed

  • Fix set devices bug for multi-GPUs.

0.4.0 - 2022-04-09

Added

  • The first beta release of TorchOpt.
  • TorchOpt with L2R, LOLA, MAML-RL, MGRL, and few-shot examples.