From 510a4dacbfe59e0127b15f8da4a653c93f98e140 Mon Sep 17 00:00:00 2001 From: JuliaHubRegistrator Date: Sun, 9 Feb 2025 07:56:46 +0000 Subject: [PATCH] New package: WENDy v1.0.0 UUID: d405da13-e5c5-4ff7-999e-699e6f93cd5d Repo: https://github.com/nrummel/WENDy.jl.git Tree: 57176a4918578cc9e72c4c5bc677657ea5c990e5 Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 --- Registry.toml | 1 + W/WENDy/Compat.toml | 2 ++ W/WENDy/Deps.toml | 19 +++++++++++++++++++ W/WENDy/Package.toml | 3 +++ W/WENDy/Versions.toml | 2 ++ 5 files changed, 27 insertions(+) create mode 100644 W/WENDy/Compat.toml create mode 100644 W/WENDy/Deps.toml create mode 100644 W/WENDy/Package.toml create mode 100644 W/WENDy/Versions.toml diff --git a/Registry.toml b/Registry.toml index 8b31ca0b8b2c5a6..9501e2dafa5cb83 100644 --- a/Registry.toml +++ b/Registry.toml @@ -9939,6 +9939,7 @@ d3f7391f-f14a-50cc-bbe4-76a32d1bad3c = { name = "Plasmo", path = "P/Plasmo" } d3f95609-6610-4916-a459-7889d74a9b0e = { name = "SimpleTranslations", path = "S/SimpleTranslations" } d3f98fa6-545d-4d4c-aa39-0a9eb18c40ca = { name = "PawsomeTracker", path = "P/PawsomeTracker" } d3fd27c9-1dfb-4e67-b0c0-90d0d87a1e48 = { name = "QuantumControlTestUtils", path = "Q/QuantumControlTestUtils" } +d405da13-e5c5-4ff7-999e-699e6f93cd5d = { name = "WENDy", path = "W/WENDy" } d406e672-ae96-11e9-2f05-a59ccbfcb275 = { name = "TuringMachine", path = "T/TuringMachine" } d4071afc-4203-49ee-90bc-13ebeb18d604 = { name = "MultiChannelColors", path = "M/MultiChannelColors" } d4083892-cce6-48ab-a9ff-eaff78e11314 = { name = "Hadleyverse", path = "H/Hadleyverse" } diff --git a/W/WENDy/Compat.toml b/W/WENDy/Compat.toml new file mode 100644 index 000000000000000..0acda8e11a819e1 --- /dev/null +++ b/W/WENDy/Compat.toml @@ -0,0 +1,2 @@ +[1] +NonlinearSolve = "3.15.1-3" diff --git a/W/WENDy/Deps.toml b/W/WENDy/Deps.toml new file mode 100644 index 000000000000000..59b11a96f264424 --- /dev/null +++ b/W/WENDy/Deps.toml @@ -0,0 +1,19 @@ +[1] +AdaptiveRegularization = "79adfba0-1eab-50d9-8528-0589417a2bfe" +Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5" +JSOSolvers = "10dff2fc-5484-5881-a0e0-c90441020f8a" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" +ManualNLPModels = "30dfa513-9b2f-4fb3-9796-781eabac1617" +NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" +Optim = "429524aa-4258-5aef-a3af-852621145aeb" +OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" +Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc" diff --git a/W/WENDy/Package.toml b/W/WENDy/Package.toml new file mode 100644 index 000000000000000..3f11f108369d7e0 --- /dev/null +++ b/W/WENDy/Package.toml @@ -0,0 +1,3 @@ +name = "WENDy" +uuid = "d405da13-e5c5-4ff7-999e-699e6f93cd5d" +repo = "https://github.com/nrummel/WENDy.jl.git" diff --git a/W/WENDy/Versions.toml b/W/WENDy/Versions.toml new file mode 100644 index 000000000000000..807835be4c3add4 --- /dev/null +++ b/W/WENDy/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "57176a4918578cc9e72c4c5bc677657ea5c990e5"