georust / netcdf

High-level netCDF bindings for Rust
Apache License 2.0
81 stars 28 forks source link

Update zstd and bzip2 function signatures #118

Closed richli closed 9 months ago

richli commented 9 months ago

Some functions relating to ztd and bzip2 compression on variables were added in netCDF 4.9.0 so I updated their function signatures to not show up for earlier versions (the netcdf-sys/src/filter.rs module is already enabled with #[cfg(feature = "4.8.0")]).

Additionally, a couple of zstd functions had wrong signatures, so they are updated here.

magnusuMET commented 9 months ago

Thanks for catching this @richli