v0.8.0
What's Changed
- Improve snapshot computation functionality by @IshaanDesai in #178
- Use openmpi in the mpi4py setup action by @IshaanDesai in #184
- Use booleans in JSON config files of integration tests by @IshaanDesai in #185
- Refactor adaptivity to have accurate function names by @IshaanDesai in #186
- Add feature: dynamic load balancing by @IshaanDesai in #141
- Remove diagnostics output of simulation solve time by @IshaanDesai in #188
- Remove two-step-balancing option from load balancing by @IshaanDesai in #191
- Fix bug in load balancing when more than one rank has as many simulations as the balancing bound by @IshaanDesai in #192
- Use
|delimiter in CSV files with adaptivity metrics data by @IshaanDesai in #193 - Log adaptivity metrics at t = 0 by @IshaanDesai in #194
- Use global maximum similarity distance in local adaptivity by @IshaanDesai in #197
- Fix bug in load balancing when a rank has exactly as many active simulation as the global average by @IshaanDesai in #200
- Add metrics to adaptivity logging and general refactoring by @IshaanDesai in #201
- Add markdownlint to pre-commit by @IshaanDesai in #203
- A rank-based round-robin scheme for deactivating simulations in global adaptivity by @IshaanDesai in #202
- Change locations of profiling sections in the code base to reflect operations being profiled correctly by @IshaanDesai in #205
- New feature: model adaptivity by @Snapex2409 in #198
- Change load balancing setting at the start and some cleanup by @IshaanDesai in #207
- Fix ordering of global IDs of micro simulation for load balancing to ensure consistency by @IshaanDesai in #210
- Fix URL in installation.md by @MakisH in #211
- Change default values in the configuration and simplify configuration documentation by @IshaanDesai in #213
- Remove pip install --user suggestion from installation docs summary by @MakisH in #214
- Conform to naming standard in precice/tutorials by @IshaanDesai in #215
New Contributors
- @Snapex2409 made their first contribution in #198
- @MakisH made their first contribution in #211
Full Changelog: v0.7.0...v0.8.0