You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releasenotes/v0.5.0.rst
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Dependency Changes
41
41
Describe any new/removed/modified package dependencies
42
42
43
43
44
-
- ``SaltProc`` now requires the following package:
44
+
- ``SaltProc`` now requires the following packages:
45
45
46
46
- (new) → `openmc`_
47
47
- (new) → `serpentTools`_
@@ -70,8 +70,9 @@ Bug Fixes
70
70
..
71
71
Describe any bug fixes.
72
72
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`_
75
76
76
77
77
78
@@ -106,10 +107,10 @@ Python API Changes
106
107
- Input file format changes:
107
108
108
109
- 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``.
110
111
- (new) → ``mpi_args``
111
112
- Added default values for certain input parameters
0 commit comments