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

Conversation

okaneco
Copy link
Owner

@okaneco okaneco commented Jan 16, 2021

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 okaneco added bug Something isn't working library Improvements to library functionality or structure update-deps Update dependencies update Preparing for a new release labels Jan 16, 2021
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 okaneco merged commit e3f013b into master Feb 10, 2021
@okaneco okaneco deleted the checked-math-clippy-fixes branch February 10, 2021 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working library Improvements to library functionality or structure update Preparing for a new release update-deps Update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant