Skip to content

Commit

Permalink
Merge pull request #539 from feathern/changelogjun19
Browse files Browse the repository at this point in the history
Changelog updates through June 20 a.m., 2024
  • Loading branch information
feathern authored Jun 20, 2024
2 parents 8de0467 + 8e3f965 commit a400f0a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,31 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]
### Added

- A docker image for Stampede3 and Frontera (TACC) has been added to the repository. \[Rene Gassmoeller; 6-20-2024; [#402](https://github.com/geodynamics/Rayleigh/pull/402)\]

- An image gallery has been added to the documentation. \[Brandon Lazard; 6-20-2024; [#531](https://github.com/geodynamics/Rayleigh/pull/531)\]

- The streamfunction equations solved by Rayleigh have been added to the documentation. \[Tami Rogers; 6-20-2024; [#533](https://github.com/geodynamics/Rayleigh/pull/533)\]

### Changed

- The logic in the configure script that determines the library-link flags for compilation on different systems has been simplified. \[Rene Gassmoeller; 6-19-2024; [#534](https://github.com/geodynamics/Rayleigh/pull/534)\]

### Fixed

- Rayleigh no longer attempts to update the record count and close a diagnostics file (e.g., G_Avgs) that failed to open correctly. \[Nick Featherstone; 6-18-2024; [#510](https://github.com/geodynamics/Rayleigh/pull/510) , [#523](https://github.com/geodynamics/Rayleigh/pull/523) \]

- Fixed a bug that was causing documentation build to become progressively slower for subsequent builds due to recursive inclusion of the doc\build directory \[Philipp Edelmann; 6-17-2024; [#527](https://github.com/geodynamics/Rayleigh/pull/527)\]

- Before an existing checkpoint file is overwritten, its file size is first set to zero. This fixes a bug that caused Rayleigh to generate checkpoint files that were too large in some instances due to resolution changes \[Nick Featherstone; 6-18-2024; [#528](https://github.com/geodynamics/Rayleigh/pull/528) \]

- The docker container build script now accounts for the new requirement that container names are all lower case. \[Rene Gassmoeller; 6-19-2024; [#530](https://github.com/geodynamics/Rayleigh/pull/530)\]

- The standard c++ libraries are no longer linked when compiling Rayleigh; \[Brandon Lazard; 6-19-2024; [#532](https://github.com/geodynamics/Rayleigh/pull/532)\]



## [1.2.0] - 5-29-2024

### Added
Expand Down

0 comments on commit a400f0a

Please sign in to comment.