Skip to content

Commit

Permalink
New version: TensorKit v0.13.0 (#118650)
Browse files Browse the repository at this point in the history
UUID: 07d1fe3e-3e46-537d-9eac-e9e13d0d4cec
Repo: https://github.com/Jutho/TensorKit.jl.git
Tree: 6439b0eab3a506a29b115e37af353970eddc54fa

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Nov 4, 2024
1 parent 7c8bbb6 commit f7a0892
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
17 changes: 14 additions & 3 deletions T/TensorKit/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,19 @@ LRUCache = "1.0.2-1"
["0.10"]
TensorOperations = "3.2.3-3"

["0.10-0"]
["0.10-0.12"]
WignerSymbols = "1-2"

["0.11-0"]
Strided = "2"
julia = "1.6.0-1"

["0.11-0.11.1"]
TensorOperations = "4.0.2-4"
VectorInterface = "0.2"

["0.11-0.12"]
julia = "1.6.0-1"

["0.11.2-0"]
VectorInterface = "0.4"

Expand All @@ -56,9 +58,18 @@ TensorOperations = "4.0.6-4"

["0.12.1-0"]
LinearAlgebra = "1"

["0.12.1-0.12"]
TensorOperations = "4.1.0-4"

["0.2-0"]
["0.13-0"]
Random = "1"
SparseArrays = "1"
TensorKitSectors = "0.1"
TensorOperations = "5.1.0-5"
julia = "1.10.0-1"

["0.2-0.12"]
HalfIntegers = "1"

["0.2-0.4"]
Expand Down
11 changes: 9 additions & 2 deletions T/TensorKit/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"

["0-0.0.2"]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

["0.0.3-0"]
["0-0.12"]
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"

["0.0.3-0.12"]
HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"

["0.1-0"]
Expand All @@ -20,3 +22,8 @@ VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"

["0.12-0"]
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"

["0.13-0"]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TensorKitSectors = "13a9c161-d5da-41f0-bcbd-e1a08ae0647f"
3 changes: 3 additions & 0 deletions T/TensorKit/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ git-tree-sha1 = "4f14268dc5f33cbc1c6be3189690a6689229c97b"

["0.12.7"]
git-tree-sha1 = "560a874b9fce7e107b88ebf8df05120e6802271c"

["0.13.0"]
git-tree-sha1 = "6439b0eab3a506a29b115e37af353970eddc54fa"

0 comments on commit f7a0892

Please sign in to comment.