Skip to content

Commit

Permalink
docs: tweak changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 11, 2024
1 parent 92f2b33 commit ca4cf72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ca4cf72

Please sign in to comment.