v0.7.0rc1
Pre-release
Pre-release
What's Changed
- Checkpoint lazily created simulation only if a checkpoint is necessary by @IshaanDesai in #161
- Fix adaptivity metrics logging and add logging documentation by @IshaanDesai in #160
- Add command line input argument to set log file by @IshaanDesai in #163
- Handle adaptivity case when deactivation and activation happens in the same time window by @IshaanDesai in #165
- Performance related modifications by @IshaanDesai in #162
- Do not checkpoint adaptivity and fix output of memory usage by @IshaanDesai in #166
- Add configuration option to control frequency of adaptivity computation by @IshaanDesai in #168
- Trigger adaptivity when all the adaptivity data is the same by @IshaanDesai in #170
- Delete the micro simulation object when the simulation is deactivated by @IshaanDesai in #167
- Properly handle micro simulation initialization for lazy initialization by @IshaanDesai in #169
- Fix bug in adaptivity computation when an active simulation with associations is deactivated by @IshaanDesai in #171
- Add config options for adaptivity metrics and memory usage output to allow for different levels by @IshaanDesai in #172
- Move creation of output directory into main coupling class by @IshaanDesai in #174
- Renaming and using a newer workflow for publishing according to the trusted publishing in PyPI by @IshaanDesai in #173
- Use booleans in JSON by @IshaanDesai in #175
- Share similarity distance matrix between ranks on a compute node by @IshaanDesai in #176
Full Changelog: v0.6.0...v0.7.0rc1