From 0ae838a7422fc4a9aac2723a9525d217b69b5859 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Fri, 26 Apr 2024 13:46:23 +0000 Subject: [PATCH] New version: Quantica v1.1.0 UUID: ae5ea0c6-3f5e-46a2-bc28-a7c4c7a4773c Repo: https://github.com/pablosanjose/Quantica.jl.git Tree: 258274c47afd63fe67dade9c3f12244b086288e8 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- Q/Quantica/Compat.toml | 15 +++++++++++---- Q/Quantica/Deps.toml | 8 +++++++- Q/Quantica/Versions.toml | 3 +++ Q/Quantica/WeakCompat.toml | 6 +++++- Q/Quantica/WeakDeps.toml | 3 +++ 5 files changed, 29 insertions(+), 6 deletions(-) diff --git a/Q/Quantica/Compat.toml b/Q/Quantica/Compat.toml index e5cea5ff23c23cc..5d53ec7cec630c4 100644 --- a/Q/Quantica/Compat.toml +++ b/Q/Quantica/Compat.toml @@ -1,18 +1,25 @@ [1] -ArnoldiMethod = "0.2" Arpack = "0.5" Compat = "4" ExprTools = "0.1" FrankenTuples = "0.1" FunctionWrappers = "1" -GeometryBasics = "0.4" IntervalTrees = "1" -KrylovKit = "0.6" LinearMaps = "3" NearestNeighbors = "0.4" ProgressMeter = "1.2.0-1" QuadGK = "2" SpecialFunctions = "2" StaticArrays = ["0.12.3-0.13", "1"] -Statistics = "1.9.0-1" julia = "1.9.0-1" + +["1.0"] +ArnoldiMethod = "0.2" +GeometryBasics = "0.4" +KrylovKit = "0.6" +Statistics = "1.9.0-1" + +["1.1-1"] +ArnoldiMethod = "0.2-0.4" +Dictionaries = "0.3.26-0.4" +KrylovKit = "0.6-0.7" diff --git a/Q/Quantica/Deps.toml b/Q/Quantica/Deps.toml index ab9aa1f692748f7..cbb9464b8d75419 100644 --- a/Q/Quantica/Deps.toml +++ b/Q/Quantica/Deps.toml @@ -5,7 +5,6 @@ Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04" FrankenTuples = "7e584817-dab4-53a9-9a51-4037a36b0ad0" FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e" -GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" IntervalTrees = "524e6230-43b7-53ae-be76-1e9e4d08d11b" KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -19,3 +18,10 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" + +["1.0"] +GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" + +["1.1-1"] +DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" +Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" diff --git a/Q/Quantica/Versions.toml b/Q/Quantica/Versions.toml index f14dcb5397f2ef5..8ae01d2934b1f3f 100644 --- a/Q/Quantica/Versions.toml +++ b/Q/Quantica/Versions.toml @@ -3,3 +3,6 @@ git-tree-sha1 = "f837073f538b35713eb729d79e148fa188494cc8" ["1.0.1"] git-tree-sha1 = "1bfac450bd3e4d06822e71c61ff3caf3d66329bc" + +["1.1.0"] +git-tree-sha1 = "258274c47afd63fe67dade9c3f12244b086288e8" diff --git a/Q/Quantica/WeakCompat.toml b/Q/Quantica/WeakCompat.toml index 1d09a0bfb3946e5..ce8c939946fc898 100644 --- a/Q/Quantica/WeakCompat.toml +++ b/Q/Quantica/WeakCompat.toml @@ -1,2 +1,6 @@ -[1] +["1.0"] Makie = ["0.19.3-0.20", "1"] + +["1.1-1"] +GeometryBasics = "0.4" +Makie = ["0.20", "1"] diff --git a/Q/Quantica/WeakDeps.toml b/Q/Quantica/WeakDeps.toml index 978dbb8761e3634..753e67db84dc34b 100644 --- a/Q/Quantica/WeakDeps.toml +++ b/Q/Quantica/WeakDeps.toml @@ -1,2 +1,5 @@ [1] Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" + +["1.1-1"] +GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"