aldanor / hdf5-rust

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

Add check for chunking of dataset for filters #213

Closed mulimoen closed 1 year ago

mulimoen commented 2 years ago

The behaviour in h5py is to raise an error when trying to apply chunking/compression filters to dataset. This PR adds the same behaviour.

Fixes #212

aldanor commented 1 year ago

Could you please rebase on master now that there's new stuff merged in?