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 ndarray dependency to v0.16 #8

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

alex-appetiti
Copy link

@alex-appetiti alex-appetiti commented Nov 5, 2024

Hey @jonasBoss , thank you for your work on the repo.

I've gone ahead and updated the ndarray dependency to 0.16.

This involved the following extra changes:

  • When including ndarray in the dev-dependencies in Cargo.toml the feature flag for approx is now just named approx rather than approx-0_5.
  • .into_shape(...) is now deprecated, so I've replaced all instances with .into_shape_with_order(...)

@jonasBoss
Copy link
Owner

Thank you for the update! I will try and get a release ready in the upcoming weeks.

@jonasBoss jonasBoss merged commit a31b3ea into jonasBoss:main Nov 22, 2024
1 check passed
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.

2 participants