Releases: aurora-multiphysics/aurora
v0.3.1
What's Changed
- Update to latest MOOSE in CI by @helen-brooks in #22
- Simplify inputs by @aprilnovak in #18
- Ensure examples can run in CI by @helen-brooks in #24
New Contributors
- @aprilnovak made their first contribution in #18
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Support openmc api changes by @helen-brooks in #14
- Trigger CI automatically from forks by @helen-brooks in #15
- Update input params by @pshriwise in #13
New Contributors
- @pshriwise made their first contribution in #13
Additional Notes
CI is built on the following docker images:
- helenbrooks/aurora-deps-ubuntu:v.0.3.0
- helenbrooks/aurora-deps-fedora:v.0.3.0
Full Changelog: v0.2.1...v0.3.0
Update dependency tags in docker images
Some breaking changes in dependencies require us to be more specific in selecting dependencies; namely now use tagged versions or git SHAs in docker, see PR #11.
Use OpenMC main development branch
- Use https://github.com/openmc-dev/openmc version of OpenMC (rather than external fork) now that API changes have been merged (PR #6)
- Now update the OpenMC mesh tallies between timesteps (PR #7)
- Update documentation to include doxygen source documentation (PR #8)
Patch to 0.1.0
Update the versioning in base docker images used to build aurora so these will still work when latest images are upgraded in next minor release.
First Release
The application is still in early stages of development, and still needs to undergo further validation and verification. Use this code with caution, and apply common sense in interpreting any results generated.
The major version will be incremented once we believe the code is production-ready.
The minor version will be incremented for new feature sets.
The patch number will be incremented for urgent bug fixes.