diff --git a/CHANGELOG.md b/CHANGELOG.md index 6063b567..cba1ff1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## SymbolicRegression.jl v1.0.0 +New URL: https://ai.damtp.cam.ac.uk/symbolicregression + Summary of major recent changes, described in more detail below: - [Changed the core expression type from `Node{T} → Expression{T,Node{T},Metadata{...}}`](#changed-the-core-expression-type-from-nodet--expressiontnodet) @@ -33,7 +35,6 @@ Summary of major recent changes, described in more detail below: - Identified and fixed a major internal bug involving unexpected aliasing produced by the crossover operator - Segmentation faults caused by this are a likely culprit for some crashes reported during multi-day multi-node searches. - Introduced a new test for aliasing throughout the entire search state to prevent this from happening again. -- New URL! And increased documentation and examples. - Improved progress bar and StyledStrings integration. - Julia 1.10 is now the minimum supported Julia version. - [Other small features](#other-small-features-in-v100)