v0.6.0
What's Changed
- Fix snapshot status attribute and log completion only once by @tjwsch in #127
- Put computation of counting active steps inside the adaptivity variant condition by @IshaanDesai in #130
- Add info about adaptivity tuning parameters by @IshaanDesai in #131
- Add static type hints (with prompts from Mypy) by @IshaanDesai in #134
- Refactoring adaptivity data handling by @IshaanDesai in #135
- Change logging strategy and add new logging for adaptivity metrics by @IshaanDesai in #133
- Reduce data handovers between adaptivity classes and the MicroManagerCoupling class by @IshaanDesai in #137
- Fix adaptivity CPU time export by @IshaanDesai in #138
- Set default logger to stdout and add output directory setting option for file loggers by @IshaanDesai in #139
- Remove the scalar and vector keywords from data names in configuration by @IshaanDesai in #142
- Fix bug in handling of vector data by @IshaanDesai in #143
- Fix adaptivity calling for explicit coupling by @IshaanDesai in #145
- Simplify the algorithm for domain decomposition by @IshaanDesai in #146
- Speed up unit tests workflow by @IshaanDesai in #148
- Move adaptivity CPU time output from preCICE export to metrics logging by @IshaanDesai in #149
- Update Actions workflows due to updates in
precice/precice:nightly
by @IshaanDesai in #150 - Fix Allgatherv in global adaptivity by @IshaanDesai in #151
- Remove export of adaptivity CPU time by @IshaanDesai in #152
- Refactor logging wrapper commands to have more sensible names by @IshaanDesai in #153
- Add option for lazy creation of micro simulations by @mathiskelm in #117
New Contributors
- @mathiskelm made their first contribution in #117
Full Changelog: v0.5.0...v0.6.0