Release 2022.08.01
·
0 commits
to 812035ee145d2bab39172ff59b593f0b6ce2d70a
since this release
Upgrade instructions
From #4118 (Use single DataBox type in DistributedObject and MockDistributedObject):
- No longer use Actions::SetupDataBox in a phase action list. Setting up the DataBox is now handled by (Mock)DistributedObject
- ActionTesting::get_databox should only have a single template parameter (the component)
From #4093 (Automatically embed input source YAML in H5 output):
When spectre executables output HDF5 data, the input-file options provided will be automatically embedded as an attribute named InputSource.yaml
. Use the script src/Options/Python/ExtractInputSourceYAMLFromH5.py
to extract the embedded source input into a YAML-formatted text file.
From #4128 (Find AH quantities in grid frame):
After this change, binary black hole evolutions will observe apparent horizon quantities in the grid frame instead of the inertial frame.
Merged pull-requests (14)
General changes (11):
- Wrap SphericalKerrSchild solution for initial data solver (#4117)
- Factor common code out of RK time steppers (#4112)
- Use single DataBox type in DistributedObject and MockDistributedObject (#4118)
- Add helper methods producing non-owning Variables (#4114)
- Automatically embed input source YAML in H5 output (#4093)
- Update dev container and Docker/VSCode install docs (#4119)
- Add check for using removed DataBox item (#4123)
- Container cleanups, remove GCC7&8, add env variables (#4121)
- Cleanup some simple Actions (#4126)
- Add docs for building on Apple Silicon (#3714)
- Find AH quantities in grid frame (#4128)
Bugfixes (3):
- Fix post-release workflow (#4120)
- Fix GenerateXdmf for 2D non-surface output (#4125)
- Update gfortran in cmake kit (#4131)
Contributors (7): @DavidWu421, @wthrowe, @kidder, @geoffrey4444, @nilsvu, @knelli2, @nilsdeppe