v0.3.0rc1
Pre-release
Pre-release
What's Changed
- Add local variant of adaptive control strategy by @IshaanDesai in #11
- Get adaptivity to work on a per rank basis and add unit tests for the same by @IshaanDesai in #21
- Add C++ bindings for manager API using pybind11 and also a corresponding solverdummy by @erikscheurer in #22
- Do some syntax changes by @erikscheurer in #26
- Fix bug in adaptivity association step by @IshaanDesai in #27
- Resolve bug in copy operation when inactive simulation is activated by @IshaanDesai in #34
- Add pickling support to C++ solver dummy by @IshaanDesai in #30
- Micro Manager no longer passes local ID to micro simulation during object creation by @IshaanDesai in #35
- Add test for solverdummy with adaptivity by @erikscheurer in #29
- Refactor adaptivity functionality into a separate class structure by @IshaanDesai in #38
- Change branches to run tests on push by @erikscheurer in #43
- New domain decomposition strategy based on user input of number of processors along each axis by @IshaanDesai in #41
- Add unit tests for micro_manager file by @erikscheurer in #37
- Update documentation for the preCICE website by @erikscheurer in #39
- Add update-website workflow by @erikscheurer in #46
- Move
micro_output_n
to diagnostics by @erikscheurer in #45 - Correct permalinks in documentation and also simplify names by @IshaanDesai in #47
- Add user option for similarity measures by @erikscheurer in #40
- Create sub-heading adaptivity under simulation_params to shorten config variable names by @IshaanDesai in #49
- Move to a relative path configuration by @erikscheurer in #48
- Reworking documentation by @IshaanDesai in #50
- Smooth over some documentation by @uekerman in #52
- Add global variant to adaptivity by @IshaanDesai in #42
New Contributors
- @erikscheurer made their first contribution in #22
Full Changelog: v0.2.1...v0.3.0rc1