Skip to content

Commit

Permalink
release notes + docstring edit
Browse files Browse the repository at this point in the history
  • Loading branch information
opotowsky committed Nov 4, 2024
1 parent 72fb32f commit d30cc05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions armi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ def init(choice=None, fName=None, cs=None, skipInspection=False):
If supplied, this CS object will supercede the other case input methods and use
the object directly.
skipInspection : bool, optional
Whether or not the inputs should be checked for valid settings. Default is True.
Examples
--------
>>> o = armi.init()
Expand Down
1 change: 1 addition & 0 deletions doc/release/0.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ New Features
#. Improve efficiency of reaction rate calculations. (`PR#1887 <https://github.com/terrapower/armi/pull/1887>`_)
#. Adding new options for simplifying 1D cross section modeling. (`PR#1949 <https://github.com/terrapower/armi/pull/1949>`_)
#. Updating ``copyOrWarn`` and ``getFileSHA1Hash`` to support directories. (`PR#1984 <https://github.com/terrapower/armi/pull/1984>`_)
#. Expose some skip inspection options for ``armi.init`` and ``db.loadOperator``. (`PR#XXXX <https://github.com/terrapower/armi/pull/1984>`_)
#. TBD

API Changes
Expand Down

0 comments on commit d30cc05

Please sign in to comment.