0.3.0
This release of SaltProc adds several new features, including a refactor of depcode
, updated documentation, and installation guides. Make sure you apply this bug fix in your Serpent2 code if you haven't already.
New Features
- Complete refactor of the code into object-oriented python.
- Adds a Sparging system package -- contained in the
sparger
andseparator
modules -- that calculates removal efficiencies for various target isotopes (i.e. Xe, Kr, H). - Adds a script for creating a Serpent2 compatible cross section library
- Refactors the
depcode
module by makingDepcode
a purley abstract class; add theDepcodeSerpent
class which is an instance ofDepcode
Bug Fixes
- Remove cruft in master
- Update Geometry file syntax to Serpent 2 standards
- Update issue and PR templates
- Fix incorrect variable call in
app.read_dot
- Fix typos in documentation
Commit list
- Isotope find by @jbae11 in #23
- Saltproc capability addition and UI improvement by @jbae11 in #29
- Completely refactored and changed after latest Teddy's release (0.2.0) by @andrewryh in #37
- Update README.md only to address #41 by @andrewryh in #45
- Bringing SaltProc repository up to date by @andrewryh in #47
- Scripts and input files for sensitivity analysis of msbr design by @mehmeturkmen in #48
- Saltproc multiple run flexibility by @mehmeturkmen in #49
- Adding sparging system to saltproc by @mehmeturkmen in #50
- The updated "overview.rst" file for the latest change in Saltproc by @mehmeturkmen in #53
- Improved separator using Jiaqi's new correlation by @mehmeturkmen in #54
- Create ci.yml by @yardasol in #61
- Call
name
instead of__string__
to assignmat_name
by @yardasol in #63 - Add issue + PR templates by @yardasol in #66
- Update README and Contributing by @yardasol in #71
- Refactor depcode by @yardasol in #64
- 2nd attempt: Update issue template formatting. by @yardasol in #75
- Update example and integration test input files to serpent 2 syntax by @yardasol in #89
- Remove cruft files from
master
branch by @yardasol in #86 doc
additions, docstring typo fixes, cross section processing scripts by @yardasol in #90- Patch #90 (pep8 issues, docstring consistency) by @yardasol in #92
Contributors
Full Changelog: v0.2.0...v0.3.0