Skip to content

Commit

Permalink
Fixing release notes for 0.3.0 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Jan 26, 2024
1 parent 5879f95 commit f15d00e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions doc/release/0.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARMI v0.3 Release Notes
***********************

ARMI v0.3.1
============
===========
Release Date: TBD

What's new in ARMI?
Expand All @@ -12,17 +12,16 @@ What's new in ARMI?

Bug Fixes
---------
#. ``StructuredGrid.getNeighboringCellIndices()`` was incorrectly implemented for the second neighbor. (`PR#1614 <https://github.com/terrapower/armi/pull/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?
-------------------
Expand All @@ -31,6 +30,10 @@ What's new in ARMI?
#. Use ``functools`` to preserve function attributes when wrapping with ``codeTiming.timed`` (`PR#1466 <https://github.com/terrapower/armi/pull/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 <https://github.com/terrapower/armi/pull/1614>`_)

Quality Work
------------
#. ARMI now mandates ``ruff`` linting. (`PR#1419 <https://github.com/terrapower/armi/pull/1419>`_)
Expand Down

0 comments on commit f15d00e

Please sign in to comment.