Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ITensors] HDF5.jl package extension #1382

Merged
merged 25 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f71bc6a
Fix some docs issues
emstoudenmire Apr 12, 2024
4e47691
Create HDF5 package extension
emstoudenmire Apr 12, 2024
c8a85b4
Move imports
emstoudenmire Apr 12, 2024
a1f5049
Add HDF5 to weakdeps for Julia 1.6
emstoudenmire Apr 12, 2024
cbadd5d
Add directsum to docs [no ci]
emstoudenmire Apr 12, 2024
9bec5f0
Update version to 0.4.0
emstoudenmire Apr 12, 2024
eae8645
Improve style of test_readwrite.jl
emstoudenmire Apr 12, 2024
7e0bf0d
Code style update
emstoudenmire Apr 12, 2024
687a936
Merge branch 'main' into hdf5_extension
mtfishman Apr 12, 2024
3212323
Move HDF5 using statements into source files
emstoudenmire Apr 12, 2024
5a7fc88
Merge 'origin/hdf5_extension' into hdf5_extension
emstoudenmire Apr 12, 2024
8810833
Fix merge error
emstoudenmire Apr 12, 2024
aa4b72d
Append 0.4 to ITensors compat entries in GaussianMPS and Visualizatio…
emstoudenmire Apr 12, 2024
d80af88
Bump patch versions of ITensorVisualizationBase and ITensorGaussianMP…
emstoudenmire Apr 13, 2024
cd1f66d
Merge branch 'main' into hdf5_extension
mtfishman Apr 13, 2024
a25236e
Add NEWS.md entry for 0.4.0 [no ci]
emstoudenmire Apr 16, 2024
1a866c1
Merge branch 'main' into hdf5_extension
mtfishman Apr 16, 2024
ffe357b
Merge branch 'main' into hdf5_extension.
emstoudenmire Apr 16, 2024
b33fd45
Move 0.4 news entry to docs index page. Remove NEWS.md file. [no ci]
emstoudenmire Apr 16, 2024
afbc17f
Merge branch 'hdf5_extension' of https://github.com/ITensor/ITensors.…
emstoudenmire Apr 16, 2024
468b158
Fix Project.toml merge issues
emstoudenmire Apr 16, 2024
be4d2dd
Improve news entry in docs.
emstoudenmire Apr 16, 2024
17ff844
Restore version 0.4.0
emstoudenmire Apr 16, 2024
e1505a2
Remove unneeded imports
emstoudenmire Apr 16, 2024
048bf76
Update Project.toml
emstoudenmire Apr 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ITensorGaussianMPS/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ITensorGaussianMPS"
uuid = "2be41995-7c9f-4653-b682-bfa4e7cebb93"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
version = "0.1.4"
version = "0.1.5"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -10,6 +10,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
Compat = "3.40.0, 4"
ITensors = "0.3.58"
ITensors = "0.3.58, 0.4"
LinearAlgebra = "1.6"
julia = "1.6"
4 changes: 2 additions & 2 deletions ITensorVisualizationBase/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ITensorVisualizationBase"
uuid = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
version = "0.1.5"
version = "0.1.6"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -20,7 +20,7 @@ AbstractTrees = "0.4"
Compat = "3.40.0, 4"
GeometryBasics = "0.4.1"
Graphs = "1.4.1"
ITensors = "0.2.12, 0.3"
ITensors = "0.2.12, 0.3, 0.4"
MetaGraphs = "0.7.1"
NetworkLayout = "0.4.3"
Statistics = "1"
Expand Down
Loading
Loading