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

Update zstd and bzip2 function signatures #118

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

richli
Copy link
Contributor

@richli richli commented Oct 13, 2023

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.

These functions were actually added in netCDF 4.9.0. The rest of this
module is enabled for netCDF 4.8.0.
@magnusuMET magnusuMET merged commit c9093f8 into georust:master Oct 16, 2023
13 checks passed
@magnusuMET
Copy link
Member

Thanks for catching this @richli

@richli richli deleted the update-zstd-bzip2-signatures branch October 16, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants