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. Also, we try to adhere to the Conventional Commits specification.
- Interoperability:
- FiniteMarkovChain from matrices
- Include ndarray as a dependence
- Improve documentation
- Update dependencies
- New design to serve as an extension of the rand crate.
- Include different implementations by a sub-module structure.
- Basic benchmark added.
- Documentation added
- Re-export traits module to crate level
- Documentation added.
- Fixed bug in method markovian::traits::BranchingTrait::approx_generating_fun.
- Correct typo in
Cargo.toml
, categories.
- First working version