-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into compathelper/new_version/2024-10-07-00-11-…
…36-542-01562492202
- Loading branch information
Showing
46 changed files
with
1,210 additions
and
586 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "SymbolicRegression" | ||
uuid = "8254be44-1295-4e6a-a16d-46603ac705cb" | ||
authors = ["MilesCranmer <[email protected]>"] | ||
version = "0.25.0" | ||
version = "1.0.0-beta1" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
@@ -18,7 +18,6 @@ LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7" | |
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea" | ||
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" | ||
Optim = "429524aa-4258-5aef-a3af-852621145aeb" | ||
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
|
@@ -44,7 +43,7 @@ ADTypes = "^1.4.0" | |
Compat = "^4.2" | ||
ConstructionBase = "<1.5.7" | ||
Dates = "1" | ||
DifferentiationInterface = "0.5" | ||
DifferentiationInterface = "0.5, 0.6" | ||
DispatchDoctor = "0.4" | ||
Distributed = "<0.0.1, 1" | ||
DynamicExpressions = "1" | ||
|
@@ -56,7 +55,6 @@ LossFunctions = "0.10, 0.11" | |
MLJModelInterface = "~1.5, ~1.6, ~1.7, ~1.8, ~1.9, ~1.10, ~1.11" | ||
MacroTools = "0.4, 0.5" | ||
Optim = "~1.8, ~1.9" | ||
PackageExtensionCompat = "1" | ||
Pkg = "<0.0.1, 1" | ||
PrecompileTools = "1" | ||
Printf = "<0.0.1, 1" | ||
|
@@ -67,7 +65,7 @@ SpecialFunctions = "0.10.1, 1, 2" | |
StatsBase = "0.33, 0.34" | ||
SymbolicUtils = "0.19, ^1.0.5, 2, 3" | ||
TOML = "<0.0.1, 1" | ||
julia = "1.6" | ||
julia = "1.10" | ||
|
||
[extras] | ||
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ SRRegressor | |
MultitargetSRRegressor | ||
``` | ||
|
||
## equation_search | ||
## Low-Level API | ||
|
||
```@docs | ||
equation_search | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.