From 41e09bcd297572f5d0f4fc04b77e7e007d472a66 Mon Sep 17 00:00:00 2001 From: jstilley Date: Thu, 17 Oct 2024 11:13:28 -0700 Subject: [PATCH] Fixing broken release notes --- doc/release/0.4.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/release/0.4.rst b/doc/release/0.4.rst index c5d523384..d927566b6 100644 --- a/doc/release/0.4.rst +++ b/doc/release/0.4.rst @@ -12,7 +12,7 @@ New Features #. ARMI now supports Python 3.12. (`PR#1813 `_) #. Removing the ``tabulate`` dependency by ingesting it to ``armi.utils.tabulate``. (`PR#1811 `_) #. Adding ``--skip-inspection`` flag to ``CompareCases`` CLI. (`PR#1842 `_) -#. Allow merging a component with zero area into another component (`PR#1858 `_) +#. Allow merging a component with zero area into another component. (`PR#1858 `_) #. Use ``Block.getNumPins()`` in ``HexBlock._rotatePins()``. (`PR#1859 `_) #. Provide utilities for determining location of a rotated object in a hexagonal lattice (``getIndexOfRotatedCell``). (`PR#1846 `_) #. Allow merging a component with zero area into another component. (`PR#1858 `_) @@ -38,8 +38,8 @@ API Changes #. Removing ``Assembly.doubleResolution()``. (`PR#1951 `_) #. Removing ``assemblyLists.py`` and the ``AssemblyList`` class. (`PR#1891 `_) #. Removing ``Assembly.rotatePins`` and ``Block.rotatePins``. Prefer ``Assembly.rotate`` and ``Block.rotate``. (`PR#1846 `_) -#. Transposing ``pinMgFluxes`` parameters so that leading dimension is pin index (`PR#1937 `) -#. Removing ``globalFluxInterface.DoseResultsMapper`` class (`PR#1952 `) +#. Transposing ``pinMgFluxes`` parameters so that leading dimension is pin index. (`PR#1937 `_) +#. Removing ``globalFluxInterface.DoseResultsMapper`` class. (`PR#1952 `_) #. TBD Bug Fixes