1 unstable release
0.3.2 | Oct 10, 2022 |
---|---|
0.3.1 |
|
0.3.0 |
|
0.2.0 |
|
0.1.0 |
|
#5 in #adjacency-matrix
25 downloads per month
22KB
321 lines
Markov flow
Markov chain steady-state calculations with applications in clustering and sequencing.
Changelog
[0.3.2] - 2022-10-10
Changed
- nalgebra dependency update to ^0.31.2.
[0.3.1] - 2022-08-11
Fixed
- MarkovFlow object now uses correctly parsed adjacency matrix instead of input.
[0.3.0] - 2022-06-03
Added
- Sequencing functionality. Exposed via
sequence()
or thesequence
module.
[0.2.0] - 2022-06-02
Added
- Clustering functionality. Exposed via
cluster()
or thecluster
module.
[0.1.1] - 2022-06-01
Changed
- Slight additions and improvements to the
MarkovFlow
struct.
[0.1.0] - 2022-05-19
Added
- Basic Markov flow calculations.
Dependencies
~3MB
~57K SLoC