gitronics 0.5.17__tar.gz → 0.5.18__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gitronics-0.5.17 → gitronics-0.5.18}/Cargo.lock +3 -3
- {gitronics-0.5.17 → gitronics-0.5.18}/Cargo.toml +2 -2
- {gitronics-0.5.17 → gitronics-0.5.18}/PKG-INFO +1 -1
- {gitronics-0.5.17 → gitronics-0.5.18}/.github/workflows/ci.yml +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/.github/workflows/docs.yml +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/.github/workflows/release.yml +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/.gitignore +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/.vscode/settings.json +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/LICENSE +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/README.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/assets/logo.png +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/best-practices.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/changelog.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/examples.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/getting-started.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/index.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/installation.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/requirements.txt +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/usage/build.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/usage/configuration.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/docs/usage/migrate.md +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/assessment_specific/filler_model_3.mcnp +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/assessment_specific/filler_model_3.metadata +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/assessment_specific/small_override.yaml +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/configurations/valid_configuration.yaml +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/output/.gitignore +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/data_cards/fine_mesh.tally +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/data_cards/materials.mat +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/data_cards/my_transform.transform +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/data_cards/volumetric_source.source +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/envelope_structure.mcnp +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/envelope_structure.metadata +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/filler_models/filler_model_1.mcnp +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/filler_models/filler_model_1.metadata +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/filler_models/filler_model_2.mcnp +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/filler_models/filler_model_2.metadata +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/mkdocs.yml +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/pyproject.toml +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/python/gitronics/__init__.py +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/python/gitronics/__main__.py +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/python/gitronics/gitronics.pyi +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/python/tests/test_build_model.py +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/python/tests/test_cli_works.py +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/resources/simple_model.mcnp +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/build_model.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/build_report.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/cli.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/lib.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/main.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/migrate_model.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/model_config.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/project_manager/load_metadata.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/project_manager/load_model_config.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/project_manager/load_project_files.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/project_manager.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/python.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/report.css +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/types.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/src/utils.rs +0 -0
- {gitronics-0.5.17 → gitronics-0.5.18}/tests/test_example_project.rs +0 -0
|
@@ -390,7 +390,7 @@ dependencies = [
|
|
|
390
390
|
|
|
391
391
|
[[package]]
|
|
392
392
|
name = "gitronics"
|
|
393
|
-
version = "0.5.
|
|
393
|
+
version = "0.5.18"
|
|
394
394
|
dependencies = [
|
|
395
395
|
"chrono",
|
|
396
396
|
"clap",
|
|
@@ -635,9 +635,9 @@ dependencies = [
|
|
|
635
635
|
|
|
636
636
|
[[package]]
|
|
637
637
|
name = "migjorn"
|
|
638
|
-
version = "0.1.
|
|
638
|
+
version = "0.1.8"
|
|
639
639
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
640
|
-
checksum = "
|
|
640
|
+
checksum = "d3f2fe960921f8c049fc7ac5536e96cba576e902cf040c258e8092eabb9eeaaf"
|
|
641
641
|
dependencies = [
|
|
642
642
|
"clap",
|
|
643
643
|
"memchr",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "gitronics"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.18"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
description = "Build MCNP neutronics models from modular components"
|
|
6
6
|
license = "EUPL-1.2"
|
|
@@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"]
|
|
|
16
16
|
|
|
17
17
|
[dependencies]
|
|
18
18
|
pyo3 = { version = "0.23", features = ["extension-module", "abi3-py39"] }
|
|
19
|
-
migjorn = { version = "0.1.
|
|
19
|
+
migjorn = { version = "0.1.8" }
|
|
20
20
|
walkdir = "2.5.0"
|
|
21
21
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
22
22
|
serde-saphyr = "0.0.26"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitronics-0.5.17 → gitronics-0.5.18}/example_project/assessment_specific/filler_model_3.mcnp
RENAMED
|
File without changes
|
{gitronics-0.5.17 → gitronics-0.5.18}/example_project/assessment_specific/filler_model_3.metadata
RENAMED
|
File without changes
|
{gitronics-0.5.17 → gitronics-0.5.18}/example_project/assessment_specific/small_override.yaml
RENAMED
|
File without changes
|
{gitronics-0.5.17 → gitronics-0.5.18}/example_project/configurations/valid_configuration.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/data_cards/fine_mesh.tally
RENAMED
|
File without changes
|
{gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/data_cards/materials.mat
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/envelope_structure.mcnp
RENAMED
|
File without changes
|
{gitronics-0.5.17 → gitronics-0.5.18}/example_project/reference_model/envelope_structure.metadata
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|