Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

[Unreleased]

Added

  • Initial release
  • Tensor<T, B> type with stride-based views
  • Algebra traits: Semiring, Algebra, Scalar
  • Algebra implementations: Standard, MaxPlus, MinPlus, MaxMul
  • Backend trait with Cpu implementation
  • Einsum struct with omeco optimization integration
  • einsum() and einsum_with_grad() functions
  • Greedy and TreeSA contraction order optimization
  • Argmax tracking for tropical backpropagation
  • mdBook documentation
  • CI/CD with GitHub Actions

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A

[0.1.0] - TBD

Initial public release.