Skip to content

Releases: loda-lang/loda-cpp

v22.12.8

08 Dec 19:38
Compare
Choose a tag to compare

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

Enhancements

  • Reduce server-side validation effort
  • Introduce threshold for faster/better programs (5%)

v22.12.6

06 Dec 20:31
Compare
Choose a tag to compare

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

Bugfixes

  • Fix vector exception

Enhancements

  • Increase maximum number of cycles to 30 million

v22.12.2

02 Dec 18: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.2:

Enhancements

  • Increase default OEIS update interval

v22.12.1

01 Dec 17:11
43b3858
Compare
Choose a tag to compare

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

Bugfixes

  • Fix update issues

Feature

  • Install script
  • Update command

Enhancements

  • Support more programs in incremental evaluation
  • Increase maximum number of cycles to 25 million
  • Tweet only for first programs

v22.11.22

22 Nov 17:14
Compare
Choose a tag to compare

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

Bugfixes

  • Fix incorrect result of incremental evaluator

Enhancements

  • Support more recursive formulas
  • Internal command for finding slow programs

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