Releases: openmsr/CAD_to_OpenMC
Paper release
This marks the 1.0.0 release of CAD_to_OpenMC which is tied to the feature article submitted to Journal of Open Source Software, JOSS, (https://joss.theoj.org/).
It is more or less identical to the 0.3.6-release, except for cosmetic changes, but marks a milestone in the development of CAD_to_OpenMC.
v0.3.6
- fixing some problem with the material tag procdures
- allow users to set the tag delimiter. E.g. two parts named "dr_bunsen" and "dr_beaker" would by default cause both h5m-volumes to be tagged as "dr". If '_' is removed from the tag delimiters they would be tagged with different materials.
v0.3.5
Stability improvement release.
What's Changed
- avoid special characters in tags by @ebknudsen in #111
- Fix tags by @ebknudsen in #115
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Threading stl2 by @ebknudsen in #104
- Dellabella meshing algo by @ebknudsen in #108
Full Changelog: v0.3.3...v0.3.4
v 0.3.3 ready for conda
Minor update release fixing a few bugs.
- Adds a warning for known problematic geometries, such as degenerate toroids.
- Streamlined package building
- Available on conda
v0.3.2
v 0.3.1
CAD_to_OpenMC v 0.3.1 is a respin-release of 0.3.0 which contains an improved hash-collision protection algorithm
Other highlights:
- supports setting the implicit complement
- inclusion into the model-benchmark-zoo project: https://github.com/fusion-energy/model_benchmark_zoo
- automatic testing of OpenMC-neutronics using github actions
- passes the godiva-benchmark test on par with cubit.
- inclusion of a utility runscript with a set of command line flags.
.. among many other improvements and bugfixes.
Release 0.2.2, (respin of 0.2.0)
This is a respin release of 0.2 to correct for a newly discovered change in the upstream dependencies of CAD_to_OpenMC. Apparently cadquery2 can no longer be installed using pip. Therefore we have had to revert to an older version of cadquery for the time being. This should not create any problems.
0.2.0 (initial release)
This is the first release of the CAD_to_OpenMC tool. At present it works well with simpler geometries, such the 7-pin geometry included with the release, and in cases for full scale reactor geometries. An instance of the latter is the ZPRE-model which can easily run neutronics "out-of-the-box". This model can be found at https://www.github.com/openmsr/zpre - on the "open"-branch.
As a release this should be considered work in progress. We aim at publishing more reactors models and meshing parameters as soon as they become available.