smawk-0.3.0
Version 0.3.0 (2020-09-02)
This release slims down the crate significantly by making ndarray
an
optional dependency.
- #45: Move non-SMAWK code and unit tests out of lib and into separate modules.
- #46: Switch
smawk_row_minima
andsmawk_column_minima
functions to a newMatrix
trait. - #47: Make the dependency on the
ndarray
crate optional. - #48: Let
is_monge
take aMatrix
argument instead ofndarray::Array2
. - #50: Remove mandatory dependencies on
rand
andnum-traits
crates.