From f15d00ebe534e5f28e168643a016c8a5bc67885a Mon Sep 17 00:00:00 2001 From: John Stilley <1831479+john-science@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:39:11 -0800 Subject: [PATCH] Fixing release notes for 0.3.0 (#1632) --- doc/release/0.3.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/release/0.3.rst b/doc/release/0.3.rst index d974809c6..e27d98c6b 100644 --- a/doc/release/0.3.rst +++ b/doc/release/0.3.rst @@ -3,7 +3,7 @@ ARMI v0.3 Release Notes *********************** ARMI v0.3.1 -============ +=========== Release Date: TBD What's new in ARMI? @@ -12,17 +12,16 @@ What's new in ARMI? Bug Fixes --------- -#. ``StructuredGrid.getNeighboringCellIndices()`` was incorrectly implemented for the second neighbor. (`PR#1614 `_) +#. TBD Changes that Affect Requirements -------------------------------- - #. TBD ARMI v0.3.0 -============ -Release Date: 2023-12-21 +=========== +Release Date: 2024-01-26 What's new in ARMI? ------------------- @@ -31,6 +30,10 @@ What's new in ARMI? #. Use ``functools`` to preserve function attributes when wrapping with ``codeTiming.timed`` (`PR#1466 `_) #. Remove a number of deprecated block, assembly, and core parameters related to a defunct internal plugin. +Bug Fixes +--------- +#. ``StructuredGrid.getNeighboringCellIndices()`` was incorrectly implemented for the second neighbor. (`PR#1614 `_) + Quality Work ------------ #. ARMI now mandates ``ruff`` linting. (`PR#1419 `_)