Skip to content

Releases: loda-lang/loda-cpp

v23.4.30

29 Apr 12:50
Compare
Choose a tag to compare
rel 23.4.30

v23.4.29

29 Apr 11:16
Compare
Choose a tag to compare

To install or update LODA, please follow the installation instructions. Here are the release notes for v23.4.29:

Bugfixes

  • Fix decision making for simpler/faster programs

Enhancements

  • Increase max memory and max number of steps

v23.4.28

28 Apr 20:23
829ebe7
Compare
Choose a tag to compare

To install or update LODA, please follow the installation instructions. Here are the release notes for v23.4.28:

Bugfixes

  • Fix implicitly initialized cells in unfold command

Enhancements

  • Improve reduction of constants in optimizer
  • Improve decision for faster vs. simpler programs
  • Retain seq comments in unfold command

Features

  • Mining by reading programs from a batch file (generator v8)

v23.2.18

18 Feb 20:28
Compare
Choose a tag to compare

To install or update LODA, please follow the installation instructions. Here are the release notes for v23.2.18:

Enhancements

  • Faster pow operation
  • Increase maximum number of steps to 60 million
  • Extend maximum number of decimal digits to 1155
  • Small enhancements in program mutator

v23.1.25

25 Jan 20:41
Compare
Choose a tag to compare

To install or update LODA, please follow the installation instructions. Here are the release notes for v23.1.25:

Features

  • Added unfold command to embed called seqeunce programs

Enhancements

  • Reduce default number of terms to 8 (include 10k more OEIS seqs)
  • Selective auto-unfolding during program maintenance
  • Prefer faster over IE for programs that are used a lot

v23.1.11

11 Jan 17:14
Compare
Choose a tag to compare

To install or update LODA, please follow the installation instructions. Here are the release notes for v23.1.11:

Enhancements

  • Improve decision for better programs

v23.1.5

04 Jan 20:42
Compare
Choose a tag to compare

To install or update LODA, please follow the installation instructions. Here are the release notes for v23.1.5:

Bugfixes

  • Fix integer overflow

v23.1.4

04 Jan 19:17
Compare
Choose a tag to compare

To install or update LODA, please follow the installation instructions. Here are the release notes for v23.1.4:

Enhancements

  • Improve interpreter performance
  • Increase maximum step count to 50 million
  • Support more recursive formulas
  • Metric for number of formulas
  • Use local variables in generated PARI code
  • Prefer IE programs with trivial post-loop code
  • Improve log messages for processed programs

v22.12.14

14 Dec 17:15
Compare
Choose a tag to compare

To install or update LODA, please follow the installation instructions. Here are the release notes for v22.12.14:

Bugfixes

  • Fix validation for IE programs
  • Use transitive hash values for programs with seq

Enhancements

  • Add detection of programs with logarithmic complexity
  • Add stats for incremental and logarithmic eval

v22.12.9

09 Dec 17:42
Compare
Choose a tag to compare

To install or update LODA, please follow the installation instructions. Here are the release notes for v22.12.9:

Bugfixes

  • Fix decision making for better/faster programs