Skip to content

smawk-0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 13:13
2b2ff67

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 and smawk_column_minima functions to a new Matrix trait.
  • #47: Make the dependency on the ndarray crate optional.
  • #48: Let is_monge take a Matrix argument instead of ndarray::Array2.
  • #50: Remove mandatory dependencies on rand and num-traits crates.