Releases: loda-lang/loda-cpp
v22.11.12
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
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
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
andtrn
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
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.10.19:
Enhancements
- Support
mod
,min
andmax
in formulas - Support recursive formulas for a small subset of IE programs
- Use
floor
instead oftruncate
in PARI if possible - Add insecure fall-back option for
curl
v22.10.16
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
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
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
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
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
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