From 4f70c806b5a11eb3ace64690dfa5d0de1a17d323 Mon Sep 17 00:00:00 2001 From: Nick Featherstone Date: Fri, 29 Apr 2022 16:00:23 -0600 Subject: [PATCH] Update CHANGELOG.md Updated changelog to reflect 1.1 release. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc0e7d5..1d0a1faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] ### Added +- None yet +### Changed +- None yet +### Fixed +- None yet + + +## [1.1.0] - 4-29-2022 +### Added - Added new main_input class to rayleigh_diagnostics.py. Usage examples are provided in Rayleigh/examples/main_input_class. \[Nick Featherstone; 1-11-2022; [#352](https://github.com/geodynamics/Rayleigh/pull/352)\] - New namelist option m_balance_contiguous = True/False in the numerical_controls_namelist allows using faster transpose routines for 2a3a and 3b2b directions. When True, this option stores the high/low m values in a contiguous fashion, suitable for better vector operations within loops. The default (False) is to use the original high-low pairing. \[Ryan Orvedahl; 4-9-2022; [#363](https://github.com/geodynamics/Rayleigh/pull/363)\]