Skip to content

Commit

Permalink
add changes to releasenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Jul 26, 2022
1 parent 449e1c8 commit 57812aa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/releasenotes/v0.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,25 @@ Python API Changes
- ``write_depletion_settings()``
- ``write_saltproc_openmc_tallies()``

- ``app.py``

- ``reprocessing()`` → ``reprocess_materials()``
- ``refill()`` → ``refill_materials()``
- ``read_feeds_from_input`` → ``get_feeds()``
- ``read_processes_from_input`` → ``get_extraction_processes()``
- ``read_dot()`` → ``get_extraction_process_paths()``

- ``Process``

- ``calc_rem_efficiency()`` → ``calculate_removal_efficiency``

- ``Sparger``

- ``calc_rem_efficiency()`` → ``calculate_removal_efficiency``

- ``Separator``

- ``calc_rem_efficiency()`` → ``calculate_removal_efficiency``


Contributors
Expand Down

0 comments on commit 57812aa

Please sign in to comment.