openmc-data 2.2.12__tar.gz → 2.3.0__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.12 → openmc_data-2.3.0}/PKG-INFO +3 -2
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/_version.py +9 -4
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/download/download_endf_chain.py +6 -5
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/urls_xml.py +5 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data.egg-info/PKG-INFO +3 -2
- {openmc_data-2.2.12 → openmc_data-2.3.0}/.github/workflows/python-publish.yml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/.github/workflows/test_package.yml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/.github/workflows/test_processing.yml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/.github/workflows/test_urls.yml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/.gitignore +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/LICENSE +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/README.md +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/pyproject.toml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/setup.cfg +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/convert/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/convert/convert_endf.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/convert/convert_fendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/convert/convert_jeff32.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/convert/convert_jeff33.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/convert/convert_lib80x.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/convert/convert_mcnp70.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/convert/convert_mcnp71.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/convert/convert_tendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/add_branching_ratios.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/branching_ratios_pwr.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/branching_ratios_sfr.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/casl_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain-nndc-b7.1.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_casl_pwr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_casl_sfr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_endf_b7.1.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_endf_b7.1_pwr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_endf_b7.1_sfr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_endf_b8.0.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_endf_b8.0_pwr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_endf_b8.0_sfr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_endfb71_pwr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/chain_endfb71_sfr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/generate_endf71_chain_casl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/generate_endf_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/generate_jeff_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/generate_jendl_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/generate_serpent_fissq.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/generate_tendl_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/reduce_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/serpent_fissq.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/tendl2019_nuclides.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/tendl2021_nuclides.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/download/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/download/download_endf.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/download/download_tendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/generate/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/generate/generate_cendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/generate/generate_endf.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/generate/generate_fendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/generate/generate_jeff33.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/generate/generate_jendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/other/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/other/combine_libraries.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/other/convert_tendl_rand.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/other/make_compton.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/other/make_stopping_powers.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/other/sample_sandy.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/urls.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/urls_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/urls_h5.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/utils.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data.egg-info/SOURCES.txt +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data.egg-info/dependency_links.txt +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data.egg-info/entry_points.txt +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data.egg-info/requires.txt +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data.egg-info/top_level.txt +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/tests/test_urls.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.0}/tests/test_version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: openmc_data
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
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
|
|
@@ -35,6 +35,7 @@ Requires-Dist: numpy>=1.21.1
|
|
|
35
35
|
Provides-Extra: tests
|
|
36
36
|
Requires-Dist: pytest; extra == "tests"
|
|
37
37
|
Requires-Dist: requests; extra == "tests"
|
|
38
|
+
Dynamic: license-file
|
|
38
39
|
|
|
39
40
|
[](https://github.com/shimwell/data/actions/workflows/test_urls.yml)
|
|
40
41
|
[](https://github.com/openmc-data-storage/openmc_data/actions/workflows/test_package.yml)
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# file generated by
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
3
6
|
TYPE_CHECKING = False
|
|
4
7
|
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
12
|
else:
|
|
8
13
|
VERSION_TUPLE = object
|
|
@@ -12,5 +17,5 @@ __version__: str
|
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
|
13
18
|
version_tuple: VERSION_TUPLE
|
|
14
19
|
|
|
15
|
-
__version__ = version = '2.
|
|
16
|
-
__version_tuple__ = version_tuple = (2,
|
|
20
|
+
__version__ = version = '2.3.0'
|
|
21
|
+
__version_tuple__ = version_tuple = (2, 3, 0)
|
|
@@ -38,18 +38,19 @@ parser.add_argument(
|
|
|
38
38
|
"-r",
|
|
39
39
|
"--release",
|
|
40
40
|
choices=["b7.1", "b8.0"],
|
|
41
|
-
default="
|
|
41
|
+
default="b8.0",
|
|
42
42
|
help="The nuclear data library release version. The currently supported "
|
|
43
|
-
"options are b7.1 and b8.0",
|
|
43
|
+
"options are b7.1 and b8.0.",
|
|
44
44
|
)
|
|
45
45
|
parser.add_argument(
|
|
46
46
|
"-b",
|
|
47
47
|
"--branching_ratios",
|
|
48
|
-
choices=["None", "SFR", "PWR"],
|
|
49
|
-
default="
|
|
48
|
+
choices=["None", "SFR", "PWR", "FNS"],
|
|
49
|
+
default="FNS",
|
|
50
50
|
help="The nuclear data library release version. The currently supported "
|
|
51
51
|
"options are b7.1 and b8.0 with branching ratio options of None, SFR "
|
|
52
|
-
"or
|
|
52
|
+
"(sodium fast reactor), PWR (pressurized water reactor) or FNS "
|
|
53
|
+
"(fusion neutron source)",
|
|
53
54
|
)
|
|
54
55
|
|
|
55
56
|
parser.set_defaults()
|
|
@@ -32,6 +32,11 @@ all_chain_release_details = {
|
|
|
32
32
|
"chain": {
|
|
33
33
|
"url": "https://github.com/openmc-data-storage/openmc_data/raw/main/src/openmc_data/depletion/chain_endf_b8.0_pwr.xml"
|
|
34
34
|
}
|
|
35
|
+
},
|
|
36
|
+
"FNS": {
|
|
37
|
+
"chain": {
|
|
38
|
+
"url": "https://github.com/jbae11/openmc_activator/raw/refs/heads/main/fns_spectrum.chain.xml"
|
|
39
|
+
}
|
|
35
40
|
}
|
|
36
41
|
}
|
|
37
42
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: openmc_data
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
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
|
|
@@ -35,6 +35,7 @@ Requires-Dist: numpy>=1.21.1
|
|
|
35
35
|
Provides-Extra: tests
|
|
36
36
|
Requires-Dist: pytest; extra == "tests"
|
|
37
37
|
Requires-Dist: requests; extra == "tests"
|
|
38
|
+
Dynamic: license-file
|
|
38
39
|
|
|
39
40
|
[](https://github.com/shimwell/data/actions/workflows/test_urls.yml)
|
|
40
41
|
[](https://github.com/openmc-data-storage/openmc_data/actions/workflows/test_package.yml)
|
|
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
|
{openmc_data-2.2.12 → openmc_data-2.3.0}/src/openmc_data/depletion/branching_ratios_pwr.json
RENAMED
|
File without changes
|
{openmc_data-2.2.12 → openmc_data-2.3.0}/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.12 → openmc_data-2.3.0}/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.12 → openmc_data-2.3.0}/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
|