From 52aed5d4ce939244c0fcbde86810e42382571a8d Mon Sep 17 00:00:00 2001 From: Registrator Date: Thu, 14 Sep 2023 21:24:03 +0530 Subject: [PATCH] New version: NLLSsolver v3.1.1 (#91431) UUID: 50b5cf9e-bf7a-4e29-8981-4280cbba70cb Repo: https://github.com/ojwoodford/NLLSsolver.jl.git Tree: 9c74abcb4e0a5d67da0a01057ba2e86c074c9bee Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- N/NLLSsolver/Compat.toml | 5 ++++- N/NLLSsolver/Deps.toml | 7 ++++++- N/NLLSsolver/Versions.toml | 3 +++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/N/NLLSsolver/Compat.toml b/N/NLLSsolver/Compat.toml index 47a964309c73eff..88b849b60c2fb96 100644 --- a/N/NLLSsolver/Compat.toml +++ b/N/NLLSsolver/Compat.toml @@ -15,10 +15,13 @@ julia = "1.6.0-1" [2] VisualGeometryDatasets = "0.2.1-0.2" -[2-3] +["2-3.1.0"] LinearSolve = "2.1.0-2" [3] DiffResults = "1.1.0-1" IfElse = "0.1.1-0.1" Static = "0.8.7-0.8" + +["3.1.1-3"] +OrderedCollections = "1.6.2-1" diff --git a/N/NLLSsolver/Deps.toml b/N/NLLSsolver/Deps.toml index f37c8583707a3d6..c7853154edab94d 100644 --- a/N/NLLSsolver/Deps.toml +++ b/N/NLLSsolver/Deps.toml @@ -8,12 +8,17 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" HybridArrays = "1baab800-613f-4b0a-84e4-9cd3431bfbb9" LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +["1-3.1.0"] +LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" + [3] DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5" IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" + +["3.1.1-3"] +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" diff --git a/N/NLLSsolver/Versions.toml b/N/NLLSsolver/Versions.toml index af9c1c94fed839c..4ef0542a51969f4 100644 --- a/N/NLLSsolver/Versions.toml +++ b/N/NLLSsolver/Versions.toml @@ -12,3 +12,6 @@ git-tree-sha1 = "ea43dfed1485a8b747dab719f406d4eccb644ce8" ["3.1.0"] git-tree-sha1 = "7a928a2478a0bf5f01b788dd3b0c09a3dd41e730" + +["3.1.1"] +git-tree-sha1 = "9c74abcb4e0a5d67da0a01057ba2e86c074c9bee"