MilesCranmer / SymbolicRegression.jl

Distributed High-Performance Symbolic Regression in Julia
https://ai.damtp.cam.ac.uk/symbolicregression/
Apache License 2.0
636 stars 82 forks source link

Version of SymbolicUtils.jl blocked to 0.13 while the current version is 0.16 #46

Closed hurak closed 3 years ago

hurak commented 3 years ago

Installing SymbolicRegression.jl force downgrade of ModelingToolkit.jl, Symbolics.jl and SymbolicUtils.jl. I can read in Project.toml the compat entry SymbolicUtils = "0.13". If I understand the convention described in https://pkgdocs.julialang.org/v1/compatibility/#compat-pre-1.0 correctly, this binds the package to 0.13.x versions. Is that necessary here? SymbolicUtils.jl is now in version 0.16.0.

MilesCranmer commented 3 years ago

See https://github.com/MilesCranmer/SymbolicRegression.jl/pull/45. Upgrading SymbolicUtils currently breaks the test suite, so will need to figure out why before adding the updated version.

MilesCranmer commented 3 years ago

Actually, it looks like the tests pass. So it’s probably not necessary! But for stability reasons I need to still read the change logs before merging.

AlCap23 commented 3 years ago

50 Seems fine on my machine.

MilesCranmer commented 3 years ago

Version 0.6.15 should be up soon which satisfies this. Sorry for the delay.