Skip to content

Commit

Permalink
typo fixes in releasenotes/0.4.0.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Jan 29, 2022
1 parent 470907d commit 3347254
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/releasenotes/0.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Dependency Changes
Describe any new/removed/modified package dependencies
- Saltproc now requires the following packages

- (new) -> `jsonschema`_


Expand Down Expand Up @@ -69,6 +70,7 @@ Script Changes
Describe any script additions/modifications/removals
- The following scripts hav been renamed:

- ``process_j312.sh`` -> ``process_j312.bash``


Expand All @@ -77,13 +79,15 @@ Python API Changes
------------------

- New tests for previously untested functions in ``simulation.py``:

- ``test_check_switch_geo_trigger``
- ``test_store_after_repr``
- ``test_store_mat_data``
- ``test_store_run_init_info``
- ``test_store_run_step_info``

- The following class methods have been added/(re)moved:

- ``App.check_restart()`` -> ``Simulation.check_restart()``
- ``Simulation.switch_to_next_geometry`` -> ``DepcodeSerpent.switch_to_next_geometry``
- ``Simulation.runsim_no_reproc`` -> ``test/integration_tests/test_no_reproc_run.py::runsim_no_reproc``
Expand All @@ -94,37 +98,48 @@ Python API Changes
- (new) -> ``Depcode.read_repcode_step_param``

- Updated input file structure:

- ``App.depcode_inp`` dictionary

- (new) -> ``App.depcode_inp['codename']``
- ``App.exec_path``
- ``App.template_file``
- ``App.neutron_pop`` -> ``App.depcode_inp['npop']``
- ``App.active_cycles``
- ``App.inactive_cycles``
- ``App.geo_file`` -> ``App.depcode_inp['geo_file_paths']``

- ``App.simulation_inp`` dictionary:

- (new) -> ``App.simulation['sim_name']``
- ``App.db_file`` -> ``App.simulation['db_name']``
- ``App.restart_flag``
- ``App.adjust_geo``

- ``App.reactor_inp`` dictionary

- (new) -> ``App.reactor_inp['volume']``
- (new) -> ``App.reactor_inp['mass_flowrate']``
- ``App.power_levels``
- ``App.depl_hist``

- The following class attributes have been added/(re)moved:

- ``Depcode`` class:

- ``template_path`` -> ``template_inputfile_path``
- ``input_path`` -> ``iter_inputfile``
- ``geo_file`` -> ``geo_files``

- ``Simulation`` class:

- ``h5_file`` -> ``db_path``
- (new) -> ``restart_flag``
- (new) -> ``adjust_geo``
- ``iter_matfile`` -> (removed)

- The signatures for the following class methods have changed to better make use of object data encapsulation:

- ``Depcode.read_dep_comp``
- ``Depcode.write_depcode_input``
- ``Depcode.write_mat_file``
Expand Down

0 comments on commit 3347254

Please sign in to comment.