Skip to content

Latest commit

 

History

History
177 lines (117 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

177 lines (117 loc) · 11.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

Removed


0.7.0 - 2023-02-16

Added

Changed

  • Use postponed evaluation of annotations and update doctring style by @XuehaiPan in #135.
  • Rewrite setup CUDA Toolkit logic by @XuehaiPan in #133.

Fixed


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.