Releases: joaoleal/CppADCodeGen
Releases · joaoleal/CppADCodeGen
CppAD 2024
Bugfix Release
Fix missing unique_ptr get().
Bugfix Release
Fix missing inline.
Bugfix Release
Fix CppAD version in PkgConfig file
CppAD 2020
Some of the highlights of this release:
- Add support for CppAD 2020
- Add support for Clang/LLVM 7.0, 8.0, and 9.0
2018
CppAD 2017
Some of the highlights of this release:
- initial work on multithreaded Hessian and Jacobian evaluations
- API improvements and documentation
- support for Clang/LLVM 3.8 and 4.0
- adapted to CppAD 2017
Dot language
- added the dot language (graphviz)
- added the Soares-Secchi method for DAE index reduction
- moved language related headers to a new folder
- improved MathML and Latex outputs
- improved Evaluator
- improved symbolic solution of the model relative to a single variable
Latex and MathML
Some of the highlights of this release:
- added support for Latex source generation
- added support for presentation MathML generation
- improved C source generation
- support for Clang/LLVM 3.4 and 3.6
- adapted to CppAD 2016
Sparse arrays in atomics
Some of the highlights of this release:
- changed handling of external/atomic functions
- sparse arrays are used by external functions
- some bugfixes in array space reutilization
- improved array initialization in the generated source code