Skip to content

Commit e07dc28

Browse files
committed
Mention HDF5 in upgrade guide
1 parent ad23e19 commit e07dc28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/upgrade_guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
### Plan to bring back
3030

31+
- HDF5 saving and loading over ITensors, BlockSparseArrays, etc.
3132
- `ITensors.delta`/`ITensors.δ` constructors for constructing diagonal ITensors with uniform diagonal values of 1. They should be overloads/wrappers around the same functions in `DiagonalArrays.jl`, see https://github.com/ITensor/DiagonalArrays.jl/pull/6.
3233
- `NDTensors.BackendSelection.Algorithm`/`NDTensors.BackendSelection.@Algorithm_str` should be removed from here and moved to a new package `BackendSelection.jl`.
3334
- `NDTensors.denseblocks` was defined in NDTensors.jl to convert a block sparse array to the same block sparse array structure but with dense blocks (say of the blocks themselves were diagonal or sparse in some other way). I think this is useful, it should be defined in BlockSparseArrays.jl and based on a generic function `dense` in SparseArraysBase.jl that can generically convert a sparse array to dense while trying to preserve properties of the sparse array, like if it was allocated on GPU originally.

0 commit comments

Comments
 (0)