Skip to content

Releases: MilesCranmer/SymbolicRegression.jl

v1.5.2

03 Jan 13:32
e5afc91
Compare
Choose a tag to compare

SymbolicRegression v1.5.2

Diff since v1.5.1

Merged pull requests:

  • Broaden MLJ target_scitype only when using TemplateExpression (#392) (@MilesCranmer)
  • Change get_tournament_selection_weights function signature (#395) (@atharvas)
  • fix for turbo and bumper not being used in TemplateExpression (#399) (@MilesCranmer)

Closed issues:

  • [BUG]: [MLJ Interface] SRRegressor likely has too broad a target_scitype (#390)

v1.5.1

26 Dec 23:28
2cd4c1a
Compare
Choose a tag to compare

SymbolicRegression v1.5.1

Diff since v1.5.0

Merged pull requests:

  • CompatHelper: bump compat for DynamicExpressions to 1.9, (keep existing compat) (#391) (@github-actions[bot])
  • fix: higher order safe operators (#396) (@MilesCranmer)
  • fix: add literal_pow for composable expression (#397) (@MilesCranmer)

Closed issues:

  • [BUG]: Symbolic regression fails with a dimension mismatch (#389)

v1.5.0

14 Dec 22:37
6387d54
Compare
Choose a tag to compare

SymbolicRegression v1.5.0

Diff since v1.4.0

Merged pull requests:

v1.4.0

13 Dec 23:27
5755693
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

11 Dec 07:06
65111cf
Compare
Choose a tag to compare

SymbolicRegression v1.3.1

Diff since v1.3.0

Merged pull requests:

v1.3.0

09 Dec 17:52
ad13595
Compare
Choose a tag to compare

SymbolicRegression v1.3.0

Diff since v1.2.0

Merged pull requests:

Closed issues:

  • [BUG]: frozen REPL in VSCode (#370)
  • [Feature]: More constant symplification? (#381)

v1.2.0

08 Dec 13:06
3565421
Compare
Choose a tag to compare

SymbolicRegression v1.2.0

Diff since v1.1.0

Merged pull requests:

Closed issues:

  • [BUG]: nested_constraints incompatible with TemplateExpression (#378)

v1.1.0

03 Dec 22:46
36acbc3
Compare
Choose a tag to compare

SymbolicRegression v1.1.0

Diff since v1.0.3

Merged pull requests:

  • CompatHelper: bump compat for LossFunctions to 1, (keep existing compat) (#373) (@github-actions[bot])
  • Fix Options.jl docs (#375) (@wsmoses)
  • Fix use of logger in distributed mode (#376) (@MilesCranmer)

Closed issues:

  • Multi-expression objects and fixed functional forms (#193)

v1.0.3

28 Nov 01:39
1161293
Compare
Choose a tag to compare

SymbolicRegression v1.0.3

Diff since v1.0.2

Merged pull requests:

v1.0.2

24 Nov 04:54
dedb41a
Compare
Choose a tag to compare

SymbolicRegression v1.0.2

Diff since v1.0.1

Merged pull requests:

  • fix: widen type constraints for TemplateExpression evaluation (#371) (@MilesCranmer)