Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.36 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.

v0.10.1 - 2022-12-12

Changed

  • Default vs.load to use the Python weight format when the file extension is .pt or .bin.

v0.10.0 - 2022-12-12

Added

  • Expose functions for setting manual seeds for CUDA devices, #500.
  • Expose functions for triggering manual sync, #500.
  • Add some functions to load Python weight files.

Changed

  • Extending the Kaiming initialization, #573.

v0.9.0 - 2022-11-05

Changed

  • Adapt to C++ PyTorch library (libtorch) version v1.13.0.

v0.8.0 - 2022-07-04

Changed

  • Adapt to C++ PyTorch library (libtorch) version v1.12.0.

v0.7.2 - 2022-05-16

Changed

  • Adapt to C++ PyTorch library (libtorch) version v1.11.0.

v0.6.1 - 2021-10-25

Changed

  • Adapt to C++ PyTorch library (libtorch) version v1.10.0.

v0.5.0 - 2021-06-25

Changed

  • Adapt to C++ PyTorch library (libtorch) version v1.9.0.

v0.4.1 - 2021-05-08

Changed

  • Adapt to C++ PyTorch library (libtorch) version v1.8.1.