Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add checked usize arithmetic for Matrix indexing, make clippy fixes #6

Merged
merged 1 commit into from
Feb 10, 2021

Commits on Feb 10, 2021

  1. Add checked usize arithmetic for Matrix indexing, make clippy fixes

    Change get/get_mut for Matrix2d and Matrix3d to use checked math, this
    alters the behavior of the algorithm
    Change ok_or_else for Error to ok_or
    Remove unwraps
    Update cargo dependencies
    Update Cargo.toml exclude
    Bump crate version to 0.1.2
    Update changelog
    Add build status icon to readme
    Change main.rs to use non-deprecated `image` function
    
    Note on expects:
    - some exist in Matrix2d and the SpatialQuant trait
    - will be removed on the next breaking version change
    okaneco committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    df03dca View commit details
    Browse the repository at this point in the history