JLD2.jl icon indicating copy to clipboard operation
JLD2.jl copied to clipboard

read compat for many hdf5 files

Open JonasIsensee opened this issue 4 years ago • 1 comments

This PR implements significant additions to JLD2. It allows read access to many hdf5 files written with by the standard hdf5 c library.

It requires decoding of the fractal heap, v2 b-btree and various messages in different versions compared to what is used by jld2.

JonasIsensee avatar Mar 19 '22 13:03 JonasIsensee

Codecov Report

Base: 88.57% // Head: 84.06% // Decreases project coverage by -4.50% :warning:

Coverage data is based on head (f017e4f) compared to base (35baacc). Patch coverage: 76.66% of modified lines in pull request are covered.

:exclamation: Current head f017e4f differs from pull request most recent head 8bdf597. Consider uploading reports for the commit 8bdf597 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #388      +/-   ##
==========================================
- Coverage   88.57%   84.06%   -4.51%     
==========================================
  Files          29       30       +1     
  Lines        2896     4098    +1202     
==========================================
+ Hits         2565     3445     +880     
- Misses        331      653     +322     
Impacted Files Coverage Δ
src/backwards_compatibility.jl 37.00% <34.78%> (-18.56%) :arrow_down:
src/object_headers.jl 38.61% <37.20%> (-42.88%) :arrow_down:
src/data/reconstructing_datatypes.jl 76.43% <44.44%> (-0.94%) :arrow_down:
src/misc.jl 76.82% <56.75%> (-16.51%) :arrow_down:
src/global_heaps.jl 93.90% <57.14%> (-3.51%) :arrow_down:
src/data/number_types.jl 73.68% <60.00%> (-20.44%) :arrow_down:
src/inlineunion.jl 93.33% <66.66%> (-0.22%) :arrow_down:
src/data/specialcased_types.jl 90.20% <76.00%> (-5.83%) :arrow_down:
src/JLD2.jl 89.65% <78.26%> (-2.90%) :arrow_down:
src/data/writing_datatypes.jl 96.80% <80.00%> (-0.32%) :arrow_down:
... and 21 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Mar 19 '22 14:03 codecov[bot]