Skip to content

Commit

Permalink
Merge branch 'master' of ssh://ssh.github.com:443/MilesCranmer/Symbol…
Browse files Browse the repository at this point in the history
…icRegression.jl
  • Loading branch information
MilesCranmer committed May 2, 2022
2 parents 18a36e0 + 34c70e5 commit f628a09
Show file tree
Hide file tree
Showing 13 changed files with 237 additions and 433 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SymbolicRegression"
uuid = "8254be44-1295-4e6a-a16d-46603ac705cb"
authors = ["MilesCranmer <miles.cranmer@gmail.com>"]
version = "0.8.7"
version = "0.9.0"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand All @@ -26,7 +26,7 @@ Optim = "0.19, 1.1"
Pkg = "1"
Reexport = "1"
SpecialFunctions = "0.10.1, 1, 2"
SymbolicUtils = "0.6"
SymbolicUtils = "0.19"
Zygote = "0.6"
julia = "1.5"

Expand Down
1 change: 0 additions & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ evalTreeArray(tree::Node, cX::AbstractMatrix{T}, options::Options) where {T<:Rea
```@docs
node_to_symbolic(tree::Node, options::Options;
varMap::Union{Array{String, 1}, Nothing}=nothing,
evaluate_functions::Bool=false,
index_functions::Bool=false)
```

Expand Down
174 changes: 0 additions & 174 deletions src/CustomSymbolicUtilsSimplification.jl

This file was deleted.

Loading

0 comments on commit f628a09

Please sign in to comment.