jturner314 / ndarray-npy

.npy and .npz file format support for ndarray
https://docs.rs/ndarray-npy
Apache License 2.0
56 stars 18 forks source link

Bump ndarray from 0.15 to 0.16 #73

Closed Dirreke closed 2 months ago

Dirreke commented 4 months ago

Edited by @jturner314: Closes #74

barakugav commented 2 months ago

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

lacker commented 2 months ago

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 commented 2 months ago

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