Skip to content

Commit 85101dd

Browse files
New version: LibraryAugmentedSymbolicRegression v0.3.0
UUID: 158930c3-947c-4174-974b-74b39e64a28f Repo: https://github.com/trishullab/LibraryAugmentedSymbolicRegression.jl.git Tree: a69e8c20d3fa1d920862926d06ea74845cc750dd Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
1 parent 14d2146 commit 85101dd

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

L/LibraryAugmentedSymbolicRegression/Compat.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ PromptingTools = ["0.53-0.54", "0.56"]
3838
JSON = "0.21"
3939
julia = "1.10.0-1"
4040

41+
["0.2"]
42+
Optim = "1.8-1.10"
43+
SymbolicRegression = "1.7.0-1"
44+
4145
["0.2-0"]
4246
Compat = "4.16.0-4"
4347
ConstructionBase = ["1.0.0-1.5.6", "1.5.8-1"]
@@ -46,7 +50,10 @@ DynamicExpressions = "1.8-1.9"
4650
DynamicQuantities = "1"
4751
Logging = "1"
4852
LossFunctions = ["0.10-0.11", "1"]
49-
Optim = "1.8-1.10"
5053
PackageExtensionCompat = "1.0.2-1"
5154
PromptingTools = "0.65-0.72"
52-
SymbolicRegression = "1.7.0-1"
55+
56+
["0.3-0"]
57+
Optim = "1"
58+
SymbolicRegression = "1.8.0-1"
59+
UUIDs = "1"

L/LibraryAugmentedSymbolicRegression/Deps.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
3131
["0.2-0"]
3232
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
3333
SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
34+
35+
["0.3-0"]
36+
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

L/LibraryAugmentedSymbolicRegression/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ git-tree-sha1 = "a6cf807c9294214b8b687dd5a96b748dd91e82e5"
66

77
["0.2.0"]
88
git-tree-sha1 = "ed89db2836625bf05e9483540b74e46d1b5e8153"
9+
10+
["0.3.0"]
11+
git-tree-sha1 = "a69e8c20d3fa1d920862926d06ea74845cc750dd"

0 commit comments

Comments
 (0)