Skip to content

Commit e47ef8d

Browse files
authored
Merge pull request #201 from yardasol/v0.5.0-releasenotes
Cleanup v0.5.0 releasenote formatting
2 parents a7dd0b9 + 89878cd commit e47ef8d

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

doc/releasenotes/v0.5.0.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Dependency Changes
4141
Describe any new/removed/modified package dependencies
4242
4343

44-
- ``SaltProc`` now requires the following package:
44+
- ``SaltProc`` now requires the following packages:
4545

4646
- (new) → `openmc`_
4747
- (new) → `serpentTools`_
@@ -70,8 +70,9 @@ Bug Fixes
7070
..
7171
Describe any bug fixes.
7272
73-
- `Fix bug where Serpent2 material temperatures are hardcoded to 900K in the JEFF 3.1.2 library format. <https://github.com/arfc/saltproc/pull/178>`
74-
- `Fix bug where using MCNP-style ZAID codes results in an error in various SerpentDepcode functions <https://github.com/arfc/saltproc/issues/187>`
73+
- `Fix bug where Serpent2 material temperatures are hardcoded to 900K in the JEFF 3.1.2 library format. <https://github.com/arfc/saltproc/pull/178>`_ by `@yardasol`_
74+
- `Fix bug where using MCNP-style ZAID codes results in an error in various SerpentDepcode functions <https://github.com/arfc/saltproc/issues/187>`_ by `@yardasol`_
75+
- `Fix bug where only one array of OpenMC Materials are stored in results <https://github.com/arfc/saltproc/issues/196>`_ by `@yardasol`_
7576

7677

7778

@@ -106,10 +107,10 @@ Python API Changes
106107
- Input file format changes:
107108

108109
- Removed the ``-n`` command line argument in favor of the new ``mpi_args`` input parameter
109-
- Chaged the ``-d`` command line argument to ``-s``/``--threads``.
110+
- Changed the ``-d`` command line argument to ``-s``/``--threads``.
110111
- (new) → ``mpi_args``
111112
- Added default values for certain input parameters
112-
- Adds a ``zaid_convention`` input parameter
113+
- Added a ``zaid_convention`` input parameter
113114
- Added depletion settings for OpenMC
114115
- ``num_depsteps`` → ``n_depletion_steps``
115116
- ``depcode['template_inputfile_path']`` → ``depcode['template_input_file_path']``
@@ -135,7 +136,7 @@ Python API Changes
135136

136137
- ``Depcode``
137138

138-
- Add `output_path` parameter.
139+
- Added `output_path` parameter.
139140
- ``template_inputfile_path`` → ``template_input_file_path``
140141
- Removed default values for `geo_files`
141142
- Changed `iter_inputfile`, `iter_matfile` to be attributes instead of parameters
@@ -154,7 +155,7 @@ Python API Changes
154155

155156
- ``DepcodeSerpent`` → ``SerpentDepcode``
156157

157-
- Add `output_path` parameter.
158+
- Added `output_path` parameter.
158159
- ``template_inputfile_path`` → ``template_input_file_path``
159160
- Removed default values for `exec_path`, `template_input_file_path`, `geo_files`
160161
- Changed `iter_inputfile`, `iter_matfile` to be attributes instead of parameters
@@ -198,13 +199,13 @@ Python API Changes
198199

199200
- ``reprocessing()`` → ``reprocess_materials()``
200201
- ``refill()`` → ``refill_materials()``
201-
- ``read_feeds_from_input`` → ``get_feeds()``
202-
- ``read_processes_from_input`` → ``get_extraction_processes()``
202+
- ``read_feeds_from_input()`` → ``get_feeds()``
203+
- ``read_processes_from_input()`` → ``get_extraction_processes()``
203204
- ``read_dot()`` → ``get_extraction_process_paths()``
204205

205206
- ``Process``
206207

207-
- ``calc_rem_efficiency()`` → ``calculate_removal_efficiency``
208+
- ``calc_rem_efficiency()`` → ``calculate_removal_efficiency()``
208209

209210
- ``Reactor``
210211

@@ -224,11 +225,11 @@ Python API Changes
224225

225226
- ``Sparger``
226227

227-
- ``calc_rem_efficiency()`` → ``calculate_removal_efficiency``
228+
- ``calc_rem_efficiency()`` → ``calculate_removal_efficiency()``
228229

229230
- ``Separator``
230231

231-
- ``calc_rem_efficiency()`` → ``calculate_removal_efficiency``
232+
- ``calc_rem_efficiency()`` → ``calculate_removal_efficiency()``
232233

233234

234235
Contributors
@@ -260,6 +261,5 @@ The following people reviewed code for this release of SaltProc:
260261
- `@LukeSeifert <https://github.com/LukeSeifert>`_
261262
- `@munkm <https://github.com/munkm>`_
262263
- `@abachma2 <https://github.com/abachma2>`_
263-
264-
265-
264+
- `@samgdotson <https://github.com/samgdotson>`_
265+
- `@ZoeRichter <https://github.com/ZoeRichter>`_

0 commit comments

Comments
 (0)