Skip to content

v0.3.1

Compare
Choose a tag to compare
@robamler robamler released this 08 Jun 21:37
· 90 commits to main since this release

Allow 32-bit floating point representations for probabilities in the python API. This considerably simplifies prototyping.

The Rust API still uses 64 bit floating point precision since (i) internal calculations in the probability crate are done on f64s anyway, and (ii) the Rust API mostly favors iterators over vectors, so conversion to f64 does not require any copying.