Update ndarray to 0.17 and ndarray-linalg to 0.18 - #663
Open
caelan-patton-dynamics wants to merge 1 commit into
Open
Update ndarray to 0.17 and ndarray-linalg to 0.18#663caelan-patton-dynamics wants to merge 1 commit into
caelan-patton-dynamics wants to merge 1 commit into
Conversation
caelan-patton-dynamics
force-pushed
the
main
branch
from
July 7, 2026 23:54
9351883 to
e26b447
Compare
caelan-patton-dynamics
force-pushed
the
main
branch
from
July 7, 2026 23:59
e26b447 to
42653d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Awesome project, my personal gratitude to the maintainers and contributors.
I needed to use it with the latest
ndarraycrates (0.17,linalg0.18) so I went ahead and patched them in. I haven't tested every possible combination of features, or done any in-depth QA, this is an as-is patch that seems to work for me.I have done some quick
cargo testing with older versions ofndarrayand these seemed to go okay (with appropriate features) but I can't guarantee I didn't miss something.If you have any change requests or issues with style, structure, or something else, please let me know and I'll try to clean that up.
Worth noting a release including this PR would close #662 .
Thanks for all your hard work, and I hope this PR proves helpful.