From d2be74351266fa370574631757455dc015e0e343 Mon Sep 17 00:00:00 2001 From: Registrator Date: Sat, 17 Aug 2024 03:21:55 +0530 Subject: [PATCH] New package: OrdinaryDiffEqDifferentiation v1.0.0 (#113080) UUID: 4302a76b-040a-498a-8c04-15b101fed76b Repo: https://github.com/SciML/OrdinaryDiffEq.jl.git Tree: 8232a8e557128e38ebe30ccfac921f0108403241 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- O/OrdinaryDiffEqDifferentiation/Compat.toml | 18 ++++++++++++++++++ O/OrdinaryDiffEqDifferentiation/Deps.toml | 17 +++++++++++++++++ O/OrdinaryDiffEqDifferentiation/Package.toml | 4 ++++ O/OrdinaryDiffEqDifferentiation/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 42 insertions(+) create mode 100644 O/OrdinaryDiffEqDifferentiation/Compat.toml create mode 100644 O/OrdinaryDiffEqDifferentiation/Deps.toml create mode 100644 O/OrdinaryDiffEqDifferentiation/Package.toml create mode 100644 O/OrdinaryDiffEqDifferentiation/Versions.toml diff --git a/O/OrdinaryDiffEqDifferentiation/Compat.toml b/O/OrdinaryDiffEqDifferentiation/Compat.toml new file mode 100644 index 000000000000000..7a561d5ceee1088 --- /dev/null +++ b/O/OrdinaryDiffEqDifferentiation/Compat.toml @@ -0,0 +1,18 @@ +[1] +ADTypes = "1" +ArrayInterface = "7" +DiffEqBase = "6" +FastBroadcast = "0.3" +FiniteDiff = "2" +ForwardDiff = "0.10" +FunctionWrappersWrappers = "0.1" +InteractiveUtils = "1.10.0-1" +LinearAlgebra = "1.10.0-1" +LinearSolve = "2" +OrdinaryDiffEqCore = ["0.0.0", "1"] +SciMLBase = "2" +SparseArrays = "1" +SparseDiffTools = "2" +StaticArrayInterface = "1" +StaticArrays = "1" +julia = "1.10.0-1" diff --git a/O/OrdinaryDiffEqDifferentiation/Deps.toml b/O/OrdinaryDiffEqDifferentiation/Deps.toml new file mode 100644 index 000000000000000..16e9a137013476b --- /dev/null +++ b/O/OrdinaryDiffEqDifferentiation/Deps.toml @@ -0,0 +1,17 @@ +[1] +ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" +ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" +FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41" +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf" +InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804" +StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" diff --git a/O/OrdinaryDiffEqDifferentiation/Package.toml b/O/OrdinaryDiffEqDifferentiation/Package.toml new file mode 100644 index 000000000000000..b871c6921202a11 --- /dev/null +++ b/O/OrdinaryDiffEqDifferentiation/Package.toml @@ -0,0 +1,4 @@ +name = "OrdinaryDiffEqDifferentiation" +uuid = "4302a76b-040a-498a-8c04-15b101fed76b" +repo = "https://github.com/SciML/OrdinaryDiffEq.jl.git" +subdir = "lib/OrdinaryDiffEqDifferentiation" diff --git a/O/OrdinaryDiffEqDifferentiation/Versions.toml b/O/OrdinaryDiffEqDifferentiation/Versions.toml new file mode 100644 index 000000000000000..d13137696bbadc4 --- /dev/null +++ b/O/OrdinaryDiffEqDifferentiation/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "8232a8e557128e38ebe30ccfac921f0108403241" diff --git a/Registry.toml b/Registry.toml index dcebcba1266abe7..9cf144adc01b912 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2990,6 +2990,7 @@ some amount of consideration when choosing package names. 42fb36cb-998a-4034-bf40-4eee476c43a1 = { name = "SeasonalTrendLoess", path = "S/SeasonalTrendLoess" } 42fd0dbc-a981-5370-80f2-aaf504508153 = { name = "IterativeSolvers", path = "I/IterativeSolvers" } 430257b6-7d61-4797-9a77-8ecd01b73801 = { name = "SuffixTrees", path = "S/SuffixTrees" } +4302a76b-040a-498a-8c04-15b101fed76b = { name = "OrdinaryDiffEqDifferentiation", path = "O/OrdinaryDiffEqDifferentiation" } 43133aba-3931-5066-b004-a34c79b93f2e = { name = "abseil_cpp_jll", path = "jll/A/abseil_cpp_jll" } 43182933-f65b-495a-9e05-4d939cea427d = { name = "DigitalAssetExchangeFormatIO", path = "D/DigitalAssetExchangeFormatIO" } 432009dd-59a1-4b72-8c93-6462ce9b220f = { name = "Flux3D", path = "F/Flux3D" }