aldanor / hdf5-rust

HDF5 for Rust
https://docs.rs/hdf5
Apache License 2.0
310 stars 84 forks source link

Outdated `ndarray` #300

Open Ionizing opened 2 months ago

Ionizing commented 2 months ago

The ndarray crate has been bumped to 0.16, while this crate still depends on 0.15. User may suffer from version conflict when using this crate and another ndarray related crate simultaneously.

jean-pierreBoth commented 1 month ago

Is it possible to update ndarray dependancy to 0.16. My crates are blocked to 0.15