Skip to content

Releases: metaopt/torchopt

TorchOpt v0.7.3

10 Nov 04:55
Compare
Choose a tag to compare

What's Changed [0.7.3] - 2023-11-10

Changed

Fixed

  • Fix optree compatibility for multi-tree-map with None values by @XuehaiPan in #195.

Full Changelog: v0.7.2...v0.7.3

TorchOpt v0.7.2

17 Aug 20:15
Compare
Choose a tag to compare

What's Changed [0.7.2] - 2023-08-18

Added

New Contributors

Full Changelog: v0.7.1...v0.7.2

TorchOpt v0.7.1

12 May 09:36
Compare
Choose a tag to compare

What's Changed [0.7.1] - 2023-05-12

Added

Fixed

  • Fix overloaded annotations of extract_state_dict by @StefanoWoerner in #162.
  • Fix transpose empty iterable with zip(*nested) in transformations by @XuehaiPan in #145.

Removed

New Contributors

Full Changelog: v0.7.0...v0.7.1

TorchOpt v0.7.0

15 Feb 16:04
Compare
Choose a tag to compare

[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

Full Changelog: v0.6.0...v0.7.0

TorchOpt v0.6.0

06 Dec 17:50
Compare
Choose a tag to compare

Highlights

  • The implicit gradient and zero-order differentiation APIs become generally available in TorchOpt 0.6.0.
  • The project code structure is refactored and reorganized.

[0.6.0] - 2022-12-07

Added

Changed

Fixed

Full Changelog: v0.5.0...v0.6.0

TorchOpt v0.5.0

05 Sep 09:52
Compare
Choose a tag to compare

[0.5.0] - 2022-09-05

Added

Changed

Fixed

TorchOpt v0.4.3

07 Aug 18:29
0ab590e
Compare
Choose a tag to compare

[0.4.3] - 2022-08-08

What's Changed

Added

Changed

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

Full Changelog: v0.4.2...v0.4.3
Pre-built wheels: https://pypi.org/project/torchopt/0.4.3/#files

TorchOpt v0.4.2

26 Jul 07:57
e0bb3cd
Compare
Choose a tag to compare

[0.4.2] - 2022-07-26

What's Changed

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.

Full Changelog: v0.4.1...v0.4.2

The first released version.

14 Jun 13:14
7aa0812
Compare
Choose a tag to compare