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

Update nalgebra version to 0.32.1. latest as of 03/02/2023 #12

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

guanicoe
Copy link

@guanicoe guanicoe commented Feb 3, 2023

I've had issues using nshare with the latest version of nalgebra. Apparently it is because, some changes have been made to nalgebra and nshare was not compatible. This PR is just an update of the toml and the variables, using rust-analyzer to determine the new variable names.

I've also ran cargo clippy --fix

OLD VERSIONS
ndarray = { version = "0.15.4", default-features = false, optional = true }
nalgebra = { version = "0.30.1", default-features = false, optional = true }

NEW VERSION
ndarray = { version = "0.15.6", default-features = false, optional = true }
nalgebra = { version = "0.32.1", default-features = false, optional = true }

@guanicoe guanicoe changed the title Update nalgebra pr Update nalgebra version to 0.32.1. latest as of 03/02/2023 Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant