Releases: loda-lang/loda-cpp
v23.4.30
rel 23.4.30
v23.4.29
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
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 inunfold
command
Features
- Mining by reading programs from a batch file (generator v8)
v23.2.18
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
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
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
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
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
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
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