CHANGELOG

All notable user-facing changes to the dae-cpp project are documented in this page.

v2.0.1

New

  • Added Flame Propagation example (stiff equation)
  • Added daecpp::dual_type for automatic differentiation of the vector function (used in Flame Propagation example)
  • Added integration test based on the “Flame Propagation” example
  • Updated build instructions

v2.0.0

Redesigned version of the library. Consider this version as a public beta. Please report any bugs using GitHub issues.


v1.1

Retired

Version 1.x has been archived in the legacy branch of the repository.

  • Tweaked the DAE solver
  • Added more examples

v1.0

Retired

First working version of the DAE solver.