Skip to content

smawk-0.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 11:20
a6bf956

Version 0.2.0 (2020-07-29)

This release updates the code to Rust 2018.

  • #18: Make online_column_minima generic 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 rand dependency to latest version and get rid of rand_derive.
  • #34: Bump num-traits and version-sync dependencies to latest versions.
  • #35: Drop unnecessary Windows tests. The assumption is that the numeric computations we do are cross-platform.
  • #36: Update ndarray dependency to the latest version.
  • #37: Automate publishing new releases to crates.io.