Skip to content

Releases: loda-lang/loda-cpp

v22.11.12

12 Nov 21:30
8a3a4a9
Compare
Choose a tag to compare

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

Bugfixes

  • Fix step count inconsistency
  • Check maximum number of steps in incremental evaluator
  • Avoid fixed number of 100 terms in minimize command; now configurable using -t with default of 10 terms

Features

  • Support seq operation in formula generator

v22.11.7

07 Nov 18:50
d91f340
Compare
Choose a tag to compare

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

Bugfixes

  • Fix insecure fall-back option for curl

Enhancements

  • Support more recursive in formulas

Features

  • Support disabling of profiles

v22.10.28

28 Oct 16:31
42d6f09
Compare
Choose a tag to compare

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

Bugfixes

  • Fix step count calculation
  • Fix incremental evaluation
  • Fix expression normalization

Features

  • Support bin, gcd and trn operations in formula generator

Enhancements

  • Increase max interpreter cycles to 20 million
  • Support incremental evaluation for more programs (from 9k to 15k programs)
  • Activate incremental evaluation in validation

v22.10.19

19 Oct 16:47
babe3a3
Compare
Choose a tag to compare

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

Enhancements

  • Support mod, min and max in formulas
  • Support recursive formulas for a small subset of IE programs
  • Use floor instead of truncate in PARI if possible
  • Add insecure fall-back option for curl

v22.10.16

16 Oct 17:10
d418a72
Compare
Choose a tag to compare

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

Bugfixes

  • Fix programs update interval

Enhancements

  • Support div in formulas

v22.10.14

14 Oct 16:36
1f36d66
Compare
Choose a tag to compare

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

Enhancements

  • Separate update intervals for OEIS files (7 days) and programs repository (1 day)

v22.10.13

13 Oct 19:14
Compare
Choose a tag to compare

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

Features

  • New export command for converting programs to PARI/GP
  • Add formulae to programs

Enhancements

  • Optimizer collapses simple loops

v22.9.25

25 Sep 16:49
Compare
Choose a tag to compare

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

Bugfixes

  • Fix curl SSL error on some Windows systems
  • Forbid invalid number formats in parser

v22.9.17

17 Sep 18:27
0cbe20f
Compare
Choose a tag to compare

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

Enhancements

  • Forbid indirect memory access with negative indices
  • Log total system memory in BOINC mode

v22.9.12

12 Sep 16:08
Compare
Choose a tag to compare

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

Bugfixes

  • Additional check to avoid duplicate program updates

Enhancements

  • Internal compare command for checking if a program is faster/better
  • Ignore seq arguments in constants stats
  • Update BOINC progress after git clone