Changelog¶
All notable changes to Gitronics are documented here.
The format follows Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]¶
[0.1.0] — initial release¶
Added¶
buildcommand: assemble an MCNP model from modular components and a YAML configuration.migratecommand: decompose a monolithic MCNP input file into a Gitronics project structure.- Configuration inheritance via the
overrideskey. - Multi-root project support via
project_roots. - Per-envelope void override (set filler to
null). - Python package (
pip install gitronics) withgitronicsCLI entry-point. - Assembled model metadata header (version, git commit hash, build timestamp).