diff --git a/Project.toml b/Project.toml index d40bfe8b..73a4fe5d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" -version = "0.10.31" +version = "0.10.32" authors = ["ITensor developers and contributors"] [workspace] diff --git a/docs/Project.toml b/docs/Project.toml index a7dd160b..69d969d5 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,14 +1,14 @@ [deps] +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" -Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" -[sources] -BlockSparseArrays = {path = ".."} - [compat] +Documenter = "1" BlockArrays = "1" BlockSparseArrays = "0.10" -Documenter = "1" Literate = "2" + +[sources.BlockSparseArrays] +path = ".." diff --git a/examples/Project.toml b/examples/Project.toml index a227724c..87cc36d3 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -3,10 +3,10 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -BlockSparseArrays = {path = ".."} - [compat] BlockArrays = "1" BlockSparseArrays = "0.10" Test = "1" + +[sources.BlockSparseArrays] +path = ".." diff --git a/test/Project.toml b/test/Project.toml index 33feb929..49966e84 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,46 +1,46 @@ [deps] -Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" -Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" +MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" -BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" -DiagonalArrays = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" -FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" +TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527" JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4" -Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" +TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208" -StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" -Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" +Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" -TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" - -[sources] -BlockSparseArrays = {path = ".."} +BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" +DiagonalArrays = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" +SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" +Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" [compat] -Adapt = "4" -Aqua = "0.8" +MatrixAlgebraKit = "0.6" +Test = "1.10" +FunctionImplementations = "0.4" +Random = "1" +Suppressor = "0.2" ArrayLayouts = "1" -BlockArrays = "1.8" BlockSparseArrays = "0.10" -DiagonalArrays = "0.3" -FunctionImplementations = "0.4" +LinearAlgebra = "1" +StableRNGs = "1" +TypeParameterAccessors = "0.4" GPUArraysCore = "0.2" JLArrays = "0.2, 0.3" -LinearAlgebra = "1" -MatrixAlgebraKit = "0.6" -Random = "1" -SafeTestsets = "0.1" +TestExtras = "0.3" SparseArraysBase = "0.9" -StableRNGs = "1" -Suppressor = "0.2" +Aqua = "0.8" TensorAlgebra = "0.6, 0.7" -Test = "1.10" -TestExtras = "0.3" -TypeParameterAccessors = "0.4" +BlockArrays = "1.8" +DiagonalArrays = "0.3" +SafeTestsets = "0.1" +Adapt = "4" + +[sources.BlockSparseArrays] +path = ".."