Mcdc

Latest version: v0.9.1

Safety actively analyzes 625051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.9.1

Version release required for [JOSS approval](https://github.com/openjournals/joss-reviews/issues/6415)

- Adding more to docs
- Fixing a few examples
- Adding runtime warning for unconfigured continuous energy xsec library
- Fixing install script

What's Changed
* KN updates to JOSS paper by kyleniemeyer in https://github.com/CEMeNT-PSAAP/MCDC/pull/152
* Fixing capabilities on continuous energy mode by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/150
* Keep collision-inducing neutron alive when applicable. Update on tests. by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/154
* Adding Caching and a Debug Runtime Option by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/161
* Hotfix for install script by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/171
* Hotfixes for issues by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/175
* Add colorama mock for Sphinx by clemekay in https://github.com/CEMeNT-PSAAP/MCDC/pull/179
* Adding middle names to Joss paper by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/181
* adding dois, fixing in text bib refs by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/182
* Updating pyproject for v0.9.1 by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/183

New Contributors
* kyleniemeyer made their first contribution in https://github.com/CEMeNT-PSAAP/MCDC/pull/152

**Full Changelog**: https://github.com/CEMeNT-PSAAP/MCDC/compare/v0.9.0...v0.9.1

0.9.0

It has been a year since our last version release lots of things have changed

- Continious energy transport
- Bug fixes for HPC systems
- Adding a visualizer into the main branch
- Documentation
- Packaging with pypi
- various new iqmc methods
- Production of easy to use install scripts for HPC devlopment

What's Changed
* Continuous integration for unit tests on github v0.1 by northroj in https://github.com/CEMeNT-PSAAP/MCDC/pull/99
* Add Initial Condition Sampling by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/102
* Refactor of the event system by goodman17c in https://github.com/CEMeNT-PSAAP/MCDC/pull/97
* Add energy group grid to tally mesh by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/103
* iQMC Krylov Solvers by spasmann in https://github.com/CEMeNT-PSAAP/MCDC/pull/106
* Improvements to weight windows by goodman17c in https://github.com/CEMeNT-PSAAP/MCDC/pull/107
* update gitignore by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/110
* add cmd line options, add second-order sensitivity method by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/111
* minor update on input cards by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/112
* Move out tally bin reduction in history closeout (refactoring to help integration of harmonize) by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/113
* Local rng by braxtoncuneo in https://github.com/CEMeNT-PSAAP/MCDC/pull/114
* Minor update by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/115
* Refactoring loops by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/116
* move out iqmc sweep counter by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/117
* add batch loop for fixed source by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/118
* Parallelization of LDS and Additional Unit Tests by spasmann in https://github.com/CEMeNT-PSAAP/MCDC/pull/119
* update c5g7 examples by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/120
* remove crossing estimators by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/121
* minor updates by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/122
* debug parallel issue on source bank access by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/127
* Create installation script and documentation website by clemekay in https://github.com/CEMeNT-PSAAP/MCDC/pull/128
* Merging variance deconvolution feature into main. by clemekay in https://github.com/CEMeNT-PSAAP/MCDC/pull/130
* iQMC print statement refactor by spasmann in https://github.com/CEMeNT-PSAAP/MCDC/pull/132
* Reconfigure test by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/131
* update workflow by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/134
* small SEED_SPLIT_UQ bug fix by spasmann in https://github.com/CEMeNT-PSAAP/MCDC/pull/137
* iqmc source tilting and refactorization by spasmann in https://github.com/CEMeNT-PSAAP/MCDC/pull/140
* add iqmc mpi test to workflow by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/141
* Adding visulization (Merging 109) by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/143
* iQMC MPI Bug Fix by spasmann in https://github.com/CEMeNT-PSAAP/MCDC/pull/144
* Add continuous energy physics by ilhamv in https://github.com/CEMeNT-PSAAP/MCDC/pull/142
* Testing Refactor, New Documentaiton, & Cont Energy Xsec Config script by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/145
* Documentation and Testing by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/147
* Visualization Timescale and color fix. by RohanPankaj in https://github.com/CEMeNT-PSAAP/MCDC/pull/146
* Documentation and Packaging update (Pre mc/dc 0.0.9) by jpmorgan98 in https://github.com/CEMeNT-PSAAP/MCDC/pull/149

New Contributors
* northroj made their first contribution in https://github.com/CEMeNT-PSAAP/MCDC/pull/99
* braxtoncuneo made their first contribution in https://github.com/CEMeNT-PSAAP/MCDC/pull/114
* clemekay made their first contribution in https://github.com/CEMeNT-PSAAP/MCDC/pull/128
* RohanPankaj made their first contribution in https://github.com/CEMeNT-PSAAP/MCDC/pull/146

**Full Changelog**: https://github.com/CEMeNT-PSAAP/MCDC/compare/v0.1.0...v0.9.0

0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.