openmc-data 2.2.10__tar.gz → 2.2.12__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.
- {openmc_data-2.2.10 → openmc_data-2.2.12}/.github/workflows/test_package.yml +3 -3
- {openmc_data-2.2.10 → openmc_data-2.2.12}/.github/workflows/test_processing.yml +2 -2
- {openmc_data-2.2.10 → openmc_data-2.2.12}/PKG-INFO +3 -3
- {openmc_data-2.2.10 → openmc_data-2.2.12}/README.md +1 -1
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/_version.py +2 -2
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/convert/convert_fendl.py +3 -3
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/generate/generate_fendl.py +1 -1
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/urls.py +27 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data.egg-info/PKG-INFO +3 -3
- {openmc_data-2.2.10 → openmc_data-2.2.12}/.github/workflows/python-publish.yml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/.github/workflows/test_urls.yml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/.gitignore +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/LICENSE +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/pyproject.toml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/setup.cfg +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/__init__.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/convert/__init__.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/convert/convert_endf.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/convert/convert_jeff32.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/convert/convert_jeff33.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/convert/convert_lib80x.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/convert/convert_mcnp70.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/convert/convert_mcnp71.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/convert/convert_tendl.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/__init__.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/add_branching_ratios.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/branching_ratios_pwr.json +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/branching_ratios_sfr.json +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/casl_chain.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain-nndc-b7.1.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_casl_pwr.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_casl_sfr.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_endf_b7.1.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_endf_b7.1_pwr.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_endf_b7.1_sfr.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_endf_b8.0.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_endf_b8.0_pwr.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_endf_b8.0_sfr.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_endfb71_pwr.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/chain_endfb71_sfr.xml +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/generate_endf71_chain_casl.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/generate_endf_chain.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/generate_jeff_chain.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/generate_jendl_chain.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/generate_serpent_fissq.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/generate_tendl_chain.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/reduce_chain.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/serpent_fissq.json +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/tendl2019_nuclides.json +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/tendl2021_nuclides.json +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/download/__init__.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/download/download_endf.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/download/download_endf_chain.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/download/download_tendl.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/generate/__init__.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/generate/generate_cendl.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/generate/generate_endf.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/generate/generate_jeff33.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/generate/generate_jendl.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/other/__init__.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/other/combine_libraries.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/other/convert_tendl_rand.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/other/make_compton.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/other/make_stopping_powers.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/other/sample_sandy.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/urls_chain.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/urls_h5.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/urls_xml.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/utils.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data.egg-info/SOURCES.txt +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data.egg-info/dependency_links.txt +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data.egg-info/entry_points.txt +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data.egg-info/requires.txt +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data.egg-info/top_level.txt +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/tests/test_urls.py +0 -0
- {openmc_data-2.2.10 → openmc_data-2.2.12}/tests/test_version.py +0 -0
|
@@ -20,12 +20,12 @@ jobs:
|
|
|
20
20
|
run_scripts:
|
|
21
21
|
runs-on: ubuntu-latest
|
|
22
22
|
steps:
|
|
23
|
-
- uses: actions/checkout@
|
|
23
|
+
- uses: actions/checkout@v4
|
|
24
24
|
|
|
25
25
|
- name: Set up Python
|
|
26
|
-
uses: actions/setup-python@
|
|
26
|
+
uses: actions/setup-python@v5
|
|
27
27
|
with:
|
|
28
|
-
python-version: 3.
|
|
28
|
+
python-version: 3.12
|
|
29
29
|
|
|
30
30
|
- name: Install testing dependencies
|
|
31
31
|
run: |
|
|
@@ -36,9 +36,9 @@ jobs:
|
|
|
36
36
|
|
|
37
37
|
- name: Set up Python
|
|
38
38
|
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
|
39
|
-
uses: actions/setup-python@
|
|
39
|
+
uses: actions/setup-python@v5
|
|
40
40
|
with:
|
|
41
|
-
python-version: 3.
|
|
41
|
+
python-version: 3.12
|
|
42
42
|
|
|
43
43
|
- name: Install testing dependencies
|
|
44
44
|
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: openmc_data
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.12
|
|
4
4
|
Summary: A Python package containing a collection of scripts for producing and downloading data for OpenMC
|
|
5
5
|
Author-email: Jonathan Shimwell <mail@jshimwell.com>
|
|
6
6
|
License: Copyright (c) 2019-2022 UChicago Argonne LLC and contributors
|
|
@@ -98,7 +98,7 @@ A few categories of scripts are available:
|
|
|
98
98
|
|convert_mcnp71 | ENDF/B | VII.1 | LANL |
|
|
99
99
|
|convert_endf | ENDF/B | VII.1 | NNDC |
|
|
100
100
|
|convert_lib80x | ENDF/B | VIII.0 | LANL |
|
|
101
|
-
|convert_fendl | FENDL | 3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.1<br>3.0<br>2.1 |
|
|
101
|
+
|convert_fendl | FENDL | 3.2c<br>3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.1<br>3.0<br>2.1 |
|
|
102
102
|
|convert_jeff32 | JEFF | 3.2 |
|
|
103
103
|
|convert_jeff33 | JEFF | 3.3 |
|
|
104
104
|
|convert_tendl | TENDL | 2015<br>2017<br>2019<br>2021 |
|
|
@@ -60,7 +60,7 @@ A few categories of scripts are available:
|
|
|
60
60
|
|convert_mcnp71 | ENDF/B | VII.1 | LANL |
|
|
61
61
|
|convert_endf | ENDF/B | VII.1 | NNDC |
|
|
62
62
|
|convert_lib80x | ENDF/B | VIII.0 | LANL |
|
|
63
|
-
|convert_fendl | FENDL | 3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.1<br>3.0<br>2.1 |
|
|
63
|
+
|convert_fendl | FENDL | 3.2c<br>3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.1<br>3.0<br>2.1 |
|
|
64
64
|
|convert_jeff32 | JEFF | 3.2 |
|
|
65
65
|
|convert_jeff33 | JEFF | 3.3 |
|
|
66
66
|
|convert_tendl | TENDL | 2015<br>2017<br>2019<br>2021 |
|
|
@@ -58,10 +58,10 @@ parser.add_argument(
|
|
|
58
58
|
parser.add_argument(
|
|
59
59
|
"-r",
|
|
60
60
|
"--release",
|
|
61
|
-
choices=["3.2b", "3.2a", "3.2", "3.1d", "3.1a", "3.1", "3.0", "2.1"],
|
|
62
|
-
default="3.
|
|
61
|
+
choices=["3.2c", "3.2b", "3.2a", "3.2", "3.1d", "3.1a", "3.1", "3.0", "2.1"],
|
|
62
|
+
default="3.2c",
|
|
63
63
|
help="The nuclear data library release version. The currently supported "
|
|
64
|
-
"options are 3.2b, 3.2a, 3.2, 3.1d, 3.1a, 3.1, 3.0, and 2.1",
|
|
64
|
+
"options are 3.2c 3.2b, 3.2a, 3.2, 3.1d, 3.1a, 3.1, 3.0, and 2.1",
|
|
65
65
|
)
|
|
66
66
|
parser.add_argument(
|
|
67
67
|
"-p",
|
|
@@ -38,7 +38,7 @@ parser.add_argument('--libver', choices=['earliest', 'latest'],
|
|
|
38
38
|
default='latest', help="Output HDF5 versioning. Use "
|
|
39
39
|
"'earliest' for backwards compatibility or 'latest' for "
|
|
40
40
|
"performance")
|
|
41
|
-
parser.add_argument('-r', '--release', choices=["3.2b", "3.2a", "3.2", "3.1d", "3.1a", "3.0"], default="3.
|
|
41
|
+
parser.add_argument('-r', '--release', choices=["3.2c", "3.2b", "3.2a", "3.2", "3.1d", "3.1a", "3.0"], default="3.2c",
|
|
42
42
|
help="The nuclear data library release version. "
|
|
43
43
|
"The options currently supported are 3.2b, 3.2a, 3.2, 3.1d, 3.1a, 3.0")
|
|
44
44
|
parser.add_argument('--cleanup', action='store_true',
|
|
@@ -50,6 +50,33 @@ all_release_details = {
|
|
|
50
50
|
},
|
|
51
51
|
},
|
|
52
52
|
"fendl": {
|
|
53
|
+
"3.2c": {
|
|
54
|
+
"neutron": {
|
|
55
|
+
"endf": {
|
|
56
|
+
"base_url": "https://www-nds.iaea.org/fendl/data/neutron/",
|
|
57
|
+
"compressed_files": ["fendl-FENDL-3.2c-neutron-endf.zip"],
|
|
58
|
+
"endf_files": "neutron/endf/*.endf",
|
|
59
|
+
"compressed_file_size": 0,
|
|
60
|
+
"uncompressed_file_size": 0,
|
|
61
|
+
},
|
|
62
|
+
"ace": {
|
|
63
|
+
"base_url": "https://www-nds.iaea.org/fendl/data/neutron/",
|
|
64
|
+
"compressed_files": ["fendl-FENDL-3.2c-neutron-ace.zip"],
|
|
65
|
+
"ace_files": "neutron/ace/*",
|
|
66
|
+
"compressed_file_size": 0,
|
|
67
|
+
"uncompressed_file_size": 0,
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"photon": {
|
|
71
|
+
"endf": {
|
|
72
|
+
"base_url": "https://www-nds.iaea.org/fendl/data/atom/",
|
|
73
|
+
"compressed_files": ["fendl-FENDL-3.2c-atom-endf.zip"],
|
|
74
|
+
"endf_files": "atom/endf/*.endf",
|
|
75
|
+
"compressed_file_size": 0,
|
|
76
|
+
"uncompressed_file_size": 0,
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
},
|
|
53
80
|
"3.2b": {
|
|
54
81
|
"neutron": {
|
|
55
82
|
"endf": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: openmc_data
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.12
|
|
4
4
|
Summary: A Python package containing a collection of scripts for producing and downloading data for OpenMC
|
|
5
5
|
Author-email: Jonathan Shimwell <mail@jshimwell.com>
|
|
6
6
|
License: Copyright (c) 2019-2022 UChicago Argonne LLC and contributors
|
|
@@ -98,7 +98,7 @@ A few categories of scripts are available:
|
|
|
98
98
|
|convert_mcnp71 | ENDF/B | VII.1 | LANL |
|
|
99
99
|
|convert_endf | ENDF/B | VII.1 | NNDC |
|
|
100
100
|
|convert_lib80x | ENDF/B | VIII.0 | LANL |
|
|
101
|
-
|convert_fendl | FENDL | 3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.1<br>3.0<br>2.1 |
|
|
101
|
+
|convert_fendl | FENDL | 3.2c<br>3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.1<br>3.0<br>2.1 |
|
|
102
102
|
|convert_jeff32 | JEFF | 3.2 |
|
|
103
103
|
|convert_jeff33 | JEFF | 3.3 |
|
|
104
104
|
|convert_tendl | TENDL | 2015<br>2017<br>2019<br>2021 |
|
|
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
|
{openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/branching_ratios_pwr.json
RENAMED
|
File without changes
|
{openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/branching_ratios_sfr.json
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
|
{openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/generate_endf71_chain_casl.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmc_data-2.2.10 → openmc_data-2.2.12}/src/openmc_data/depletion/generate_serpent_fissq.py
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|