Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1 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. Also, we try to adhere to the Conventional Commits specification.

Unreleased

  • Interoperability:
    • FiniteMarkovChain from matrices
  • Include ndarray as a dependence
  • Improve documentation
  • Update dependencies

[0.2.1] - 2020-07-13

  • New design to serve as an extension of the rand crate.
  • Include different implementations by a sub-module structure.
  • Basic benchmark added.

[0.1.3] - 2020-04-06

  • Documentation added
  • Re-export traits module to crate level

[0.1.2] - 2020-04-02

  • Documentation added.
  • Fixed bug in method markovian::traits::BranchingTrait::approx_generating_fun.

[0.1.1] - 2020-03-24

  • Correct typo in Cargo.toml, categories.

[0.1.0] - 2020-03-24

  • First working version