From c9789f25b50a4a8eef86175b816ea9f617005cfc Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Tue, 3 Mar 2026 03:38:07 +0000 Subject: [PATCH] New package: SparseRationalLearning v0.1.1 UUID: 38edcbe5-9bfb-4d27-9b01-8f1fb2a70f4c Repo: https://github.com/ctluo/SparseRationalLearning.jl.git Tree: b28e2677d30b8f2c1c4a4fa106bf9fc93f202acc Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3 --- Registry.toml | 1 + S/SparseRationalLearning/Compat.toml | 11 +++++++++++ S/SparseRationalLearning/Deps.toml | 10 ++++++++++ S/SparseRationalLearning/Package.toml | 3 +++ S/SparseRationalLearning/Versions.toml | 2 ++ 5 files changed, 27 insertions(+) create mode 100644 S/SparseRationalLearning/Compat.toml create mode 100644 S/SparseRationalLearning/Deps.toml create mode 100644 S/SparseRationalLearning/Package.toml create mode 100644 S/SparseRationalLearning/Versions.toml diff --git a/Registry.toml b/Registry.toml index 7683bd2e37aef28..940bb1b464b4de3 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2989,6 +2989,7 @@ some amount of consideration when choosing package names. 38e38edf-8417-5370-95a0-9cbb8c7f171a = { name = "GLM", path = "G/GLM" } 38ea0fac-78ee-46bd-bc10-f52e7269b833 = { name = "ClaudeCodeSDK", path = "C/ClaudeCodeSDK" } 38ead3be-40a5-4d68-aee6-2f69844d9ad8 = { name = "ZhuyinPinyin", path = "Z/ZhuyinPinyin" } +38edcbe5-9bfb-4d27-9b01-8f1fb2a70f4c = { name = "SparseRationalLearning", path = "S/SparseRationalLearning" } 38eea1fd-7d7d-5162-9d08-f89d0f2e271e = { name = "AugmentedGaussianProcesses", path = "A/AugmentedGaussianProcesses" } 38f6df31-6b4a-4144-b2af-7ace2da57606 = { name = "NeuralEstimators", path = "N/NeuralEstimators" } 38feb9b4-a243-49d8-ab24-fe2508a85779 = { name = "MEstimation", path = "M/MEstimation" } diff --git a/S/SparseRationalLearning/Compat.toml b/S/SparseRationalLearning/Compat.toml new file mode 100644 index 000000000000000..4fb96c5bee814d8 --- /dev/null +++ b/S/SparseRationalLearning/Compat.toml @@ -0,0 +1,11 @@ +[0] +Combinatorics = "1.1.0 - 1" +Convex = "0.16.4 - 0.16" +HiGHS = "1.20.1 - 1" +LinearAlgebra = "1.12.0 - 1" +MathOptInterface = "1.48.0 - 1" +Random = "1.11.0 - 1" +SCS = "2.6.0 - 2" +Statistics = "1.11.1 - 1" +Test = "1.11.0 - 1" +julia = "1.12.0 - 1" diff --git a/S/SparseRationalLearning/Deps.toml b/S/SparseRationalLearning/Deps.toml new file mode 100644 index 000000000000000..6c08e63fb35bc99 --- /dev/null +++ b/S/SparseRationalLearning/Deps.toml @@ -0,0 +1,10 @@ +[0] +Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" +Convex = "f65535da-76fb-5f13-bab9-19810c17039a" +HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/S/SparseRationalLearning/Package.toml b/S/SparseRationalLearning/Package.toml new file mode 100644 index 000000000000000..2b51d7fccd6f541 --- /dev/null +++ b/S/SparseRationalLearning/Package.toml @@ -0,0 +1,3 @@ +name = "SparseRationalLearning" +uuid = "38edcbe5-9bfb-4d27-9b01-8f1fb2a70f4c" +repo = "https://github.com/ctluo/SparseRationalLearning.jl.git" diff --git a/S/SparseRationalLearning/Versions.toml b/S/SparseRationalLearning/Versions.toml new file mode 100644 index 000000000000000..ada953855995153 --- /dev/null +++ b/S/SparseRationalLearning/Versions.toml @@ -0,0 +1,2 @@ +["0.1.1"] +git-tree-sha1 = "b28e2677d30b8f2c1c4a4fa106bf9fc93f202acc"