-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
set_blosc!
methods to H5ZBlosc.jl (#1167)
* Move `set_blosc!` methods to H5ZBlosc.jl As far as I can tell, this usage of Requires was entirely unnecessary since the package it was "extending" already depends on HDF5.jl Co-authored-by: Gabriel Baraldi <[email protected]> * Bump `docs` Manifest.toml This is needed to pick up Documenter 1.4.0 which supports fully-qualified `@ref` links. * Fix downstream CI to dev filter packages * Bump `H5Zblosc` version number and add compat bound * Remove H5Zblosc `[compat]` bound There's already an HDF5 compat bound in H5Zblosc - that one just needs to be kept up-to-date. * Move code to BloscExt rather H5Zblosc, reconcile other changes * Refer to BloscExt.BloscFilter rather than H5Zblosc.BloscFilter * Remove Julia 1.6 references from CI.yml --------- Co-authored-by: Gabriel Baraldi <[email protected]> Co-authored-by: Mark Kittisopikul <[email protected]> Co-authored-by: Mark Kittisopikul <[email protected]>
- Loading branch information
1 parent
038f96c
commit 1a24872
Showing
5 changed files
with
21 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters