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 Backendtrait withCpuimplementationEinsumstruct with omeco optimization integrationeinsum()andeinsum_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.