Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.24 KB

rscolorq changelog

Version 0.2.0 - 2021-03-31

Version bump for updating the rand dependency to 0.8. No major API changes.

Executables are now available for download based on the latest pushed release tag.

#14 - Bump rand to 0.8
#13 - Executable build workflow
#11 - Add chunks_exact[_mut] methods for accessing Matrix2d rows, no_file flag to binary

Version 0.1.2 - 2021-02-20

Previous behavior relied on wrapping overflow in some places which could panic in debug mode. This behavior has been changed to use checked arithmetic operations. The algorithm results will differ slightly from the previous version.

#6 - Add checked usize arithmetic for Matrix indexing, make clippy fixes
#5 - Add safe wrapping usize arithmetic for Matrix2d indexing

Version 0.1.1 - 2020-11-16

Upgrade the dependencies because an upstream crate made it impossible to compile the crate and install it from crates.io using cargo.

Version 0.1.0 - 2020-10-20

  • Initial Commit