Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 1.06 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.2.0 - 2024-02-16

Changed

  • Make TreeCRFLayer zero-initialize transition weights.
  • Use vectorization and broadcasting to compute message passing.
  • Bump Torch dependency to v2.0.
  • Swapped last two dimensions of tensors returned from TreeCRFLayer for CrossEntropyLoss compatibility.

Removed

  • Dedicated TreeMatrix type for storing a hierarchy.

v0.1.1 - 2023-03-19

Fixed

  • Extraction of final probabilities in TreeCRF.forward.

v0.1.0 - 2023-01-17

Initial release.