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

Bump ndarray from 0.15 to 0.16 #73

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Conversation

Dirreke
Copy link
Contributor

@Dirreke Dirreke commented Aug 5, 2024

Edited by @jturner314: Closes #74

@barakugav
Copy link

@jturner314 any chance we can merge this PR? New release will be appreciated

@lacker
Copy link

lacker commented Sep 14, 2024

This PR works for me. It was necessary to use ort + ndarray + ndarray-npy together because ort depends on ndarray 0.16. In case other people are running into similar problems, you can use this pull request's version of ndarray-npy with:

ndarray-npy = { git = "https://github.com/Dirreke/ndarray-npy", branch = "bump-ndarray" }

in your Cargo.toml

@jturner314 jturner314 merged commit 7e6ea69 into jturner314:master Sep 14, 2024
9 checks passed
@jturner314 jturner314 added the breaking change PRs that break backwards compatibility label Sep 14, 2024
@jturner314
Copy link
Owner

I've now released version 0.9.0, which bumps the ndarray and zip dependencies, among other changes. See RELEASES.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change PRs that break backwards compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compatability to ndarray 0.16.0
4 participants