🚀 Release v2.1.0
This release introduces several new features, improvements, and bug fixes, with a particular focus on multiphase-field simulations, time integration, and restart capabilities.
✨ New Features
- Add LBFGS algorithm and new tests by @CINTROINI in #153
- Add new multiphase-field tests by @CINTROINI in #155
- Defining the time-step as a function of the current simulation time by @CINTROINI in #159
- Axisymmetric geometry support in NLFormIntegrators by @CINTROINI in #157
- Transfer time-step from time loop to integrators by @CINTROINI in #160
- Add parallel save/restart functionality by @CINTROINI in #161
🛠️ Bug Fixes
- Fix Calphad Neural Network Interface : missing file after splitting source files (cpp, hpp + tpp) by @CINTROINI in #149
- Force compiler options for Release, RelWithDebInfo and MinSizeRel modes by @CINTROINI in #150
- Fix memory leak with Euler explicit time scheme by @CINTROINI in #162
Full Changelog: v2.0.1...v2.1.0