smawk-0.2.0
Version 0.2.0 (2020-07-29)
This release updates the code to Rust 2018.
- #18: Make
online_column_minimageneric in matrix type. - #23: Switch to the [Rust 2018][rust-2018] edition. We test against the latest stable and nightly version of Rust.
- #29: Drop strict Rust 2018 compatibility by not testing with Rust 1.31.0.
- #32: Fix crash on overflow in
is_monge. - #33: Update
randdependency to latest version and get rid ofrand_derive. - #34: Bump
num-traitsandversion-syncdependencies to latest versions. - #35: Drop unnecessary Windows tests. The assumption is that the numeric computations we do are cross-platform.
- #36: Update
ndarraydependency to the latest version. - #37: Automate publishing new releases to crates.io.