Skip to content

Commit 003930f

Browse files
committed
Require and load H5Zzstd for ZStd compression support
1 parent 8d7d5e3 commit 003930f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "0.1.16"
66
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
77
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
88
EncodedArrays = "97725368-735e-11e9-0dd7-6bf34c3b13a8"
9+
H5Zzstd = "f6f2d980-1ec6-471c-a70d-0270e22f1103"
910
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
1011
LegendDataTypes = "99e09c13-5545-5ee2-bfa2-77f358fb75d8"
1112
RadiationDetectorSignals = "bf2c0563-65cf-5db2-a620-ceb7de82658c"
@@ -26,6 +27,7 @@ LegendHDF5IOMeasurementsExt = "Measurements"
2627
ArraysOfArrays = "0.5, 0.6"
2728
ElasticArrays = "1"
2829
EncodedArrays = "0.4"
30+
H5Zzstd = "0.1.2"
2931
HDF5 = "0.16.16, 0.17"
3032
LegendDataTypes = "0.1.6"
3133
Measurements = "2.5"

src/LegendHDF5IO.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ using LegendDataTypes: readdata, writedata, getunits, setunits!,
2222
read_from_properties, write_to_properties!
2323
using RadiationDetectorSignals: RealQuantity, ArrayOfRDWaveforms
2424

25+
import H5Zzstd
26+
2527

2628
include("generic_io.jl")
2729
include("radsig_io.jl")

0 commit comments

Comments
 (0)