What's Changed
- Minor improvements: fix typo in test, remove redundant code and replace import by @tjwsch in #90
- Fix doc image prefix by @fsimonis in #94
- Add switch to turn adaptivity on and off in configuration by @IshaanDesai in #93
- TBD: Follow time stepping proposed in documentation by @BenjaminRodenberg in #96
- Handle crashing micro simulations by @tjwsch in #85
- Add pyproject.toml by @IshaanDesai in #84
- Optionally use initial macro data to initialize micro simulations by @IshaanDesai in #104
- A collection of restructuring and minor updates by @IshaanDesai in #105
- Add documentation for handling of crashing micro simulations by @tjwsch in #106
- Check if initial data returned from the micro simulation is the data that the adaptivity computation requires by @IshaanDesai in #109
- Handle the case where micro simulations written in C++ have the
initialize()
function by @IshaanDesai in #110 - Add base class for Micro Manager and restructure main by @tjwsch in #111
- Set initial time window size of the micro simulation in the configuration by @IshaanDesai in #112
- Move micro_dt from coupling parameters to simulation parameters in the configuration by @IshaanDesai in #114
- Make interpolation after crash optional by @tjwsch in #113
- Snapshot computation by @tjwsch in #101
- Explicitly check if the time window has completed by @IshaanDesai in #118
- Add snapshot computation docs and improve micro manager docs by @tjwsch in #116
- Snapshot: Add possibility to have only one micro simulation object by @tjwsch in #123
- Add micro input to crash message output by @tjwsch in #124
- Use absolute values to calculate normalizing factor for relative norms in adaptivity by @IshaanDesai in #125
New Contributors
- @fsimonis made their first contribution in #94
- @BenjaminRodenberg made their first contribution in #96
Full Changelog: v0.4.0...v0.5.0