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_minimaandsmawk_column_minimafunctions to a newMatrixtrait. - #47: Make the dependency on the
ndarraycrate optional. - #48: Let
is_mongetake aMatrixargument instead ofndarray::Array2. - #50: Remove mandatory dependencies on
randandnum-traitscrates.