rust-cv / levenberg-marquardt

Provides abstractions to run Levenberg-Marquardt optimization
MIT License
55 stars 16 forks source link

Feature/bump nalgebra version to 0.32.1 #15

Closed geo-ant closed 1 year ago

geo-ant commented 1 year ago

Short: increase nalgebra dependency to the latest version Changes: changed deprecated method calls to the new view-API of nalgebra. That's all.

Please let me know if there's something I need to change.

EDIT: new changes due to updated clippy lints

geo-ant commented 1 year ago

hi, I should have fixed the failures inside the CI run. Could you kindly kick off the pipeline again?

geo-ant commented 1 year ago

Hi, just checking in to see what I can do to get this MR merged :)

vadixidav commented 1 year ago

This is fine, and I am not too worried about MSRV. Thank you for the reminder. I did discuss MSRV changes with @xd009642 a few days ago and never ended up performing the merge. I will publish a new release right away. A version bump will be performed regardless as nalgebra is part of the external facing API.

vadixidav commented 1 year ago

Released https://crates.io/crates/levenberg-marquardt/0.13.0

geo-ant commented 1 year ago

great, thank you kindly!