Releases: loda-lang/loda-cpp
v22.12.8
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
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
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
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
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
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