ITensor / NDTensors.jl

A Julia package for n-dimensional sparse tensors.
Apache License 2.0
27 stars 7 forks source link

Update HDF5 to versions 0.14, 0.15 #60

Closed emstoudenmire closed 3 years ago

emstoudenmire commented 3 years ago

Updates NDTensors code and Project.toml to be compatible with HDF5.jl versions 0.14.x and 0.15.x

codecov-io commented 3 years ago

Codecov Report

Merging #60 (b3cfebe) into master (4a6ab7d) will decrease coverage by 0.96%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   34.19%   33.22%   -0.97%     
==========================================
  Files          23       23              
  Lines        2372     2712     +340     
==========================================
+ Hits          811      901      +90     
- Misses       1561     1811     +250     
Impacted Files Coverage Δ
src/blocksparse/blocksparse.jl 13.18% <0.00%> (+0.36%) :arrow_up:
src/dense.jl 42.82% <0.00%> (-2.59%) :arrow_down:
src/NDTensors.jl 33.33% <0.00%> (-9.53%) :arrow_down:
src/blocksparse/linearalgebra.jl 42.77% <0.00%> (-4.46%) :arrow_down:
src/blocksparse/blockoffsets.jl 39.75% <0.00%> (-2.14%) :arrow_down:
src/tensor.jl 50.48% <0.00%> (-1.13%) :arrow_down:
src/blocksparse/diagblocksparse.jl 10.67% <0.00%> (-1.13%) :arrow_down:
src/blocksparse/blocksparsetensor.jl 46.60% <0.00%> (-0.78%) :arrow_down:
src/svd.jl 0.00% <0.00%> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a6ab7d...b3cfebe. Read the comment docs.