FourCIPP 1.45.0__tar.gz → 1.46.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.
- fourcipp-1.46.0/.github/actions/setup-env/action.yaml +19 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/.github/workflows/check_code.yaml +2 -5
- {fourcipp-1.45.0 → fourcipp-1.46.0}/.github/workflows/run_testsuite.yaml +2 -8
- {fourcipp-1.45.0 → fourcipp-1.46.0}/.github/workflows/update_4C_metadata_schema_file.yaml +2 -5
- {fourcipp-1.45.0/src/FourCIPP.egg-info → fourcipp-1.46.0}/PKG-INFO +1 -1
- {fourcipp-1.45.0 → fourcipp-1.46.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/FourCIPP.egg-info/SOURCES.txt +1 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/version.py +3 -3
- {fourcipp-1.45.0 → fourcipp-1.46.0}/.coveragerc +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/.github/workflows/publish_pypi.yaml +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/.github/workflows/tag_version.yaml +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/.gitignore +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/.pre-commit-config.yaml +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/LICENSE +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/README.md +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/docs/assets/fourcipp_logo_black.svg +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/docs/assets/fourcipp_logo_white.svg +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/pyproject.toml +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/requirements.in +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/requirements.txt +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/setup.cfg +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/FourCIPP.egg-info/requires.txt +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/__init__.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/config/4C_metadata.yaml +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/config/4C_schema.json +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/config/config.yaml +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/fourc_input.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/legacy_io/element.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/legacy_io/node.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/legacy_io/particle.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/cli.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/configuration.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/converter.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/dict_utils.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/metadata.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/not_set.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/type_hinting.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/validation.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/src/fourcipp/utils/yaml_io.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/__init__.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/conftest.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/__init__.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/legacy_io/utils.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/test_fourc_input.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/utils/test_configuration.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/utils/test_converter.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/utils/test_metadata.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/utils/test_not_set.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/utils/test_validation.py +0 -0
- {fourcipp-1.45.0 → fourcipp-1.46.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Setup Conda Python environment
|
|
2
|
+
description: Sets up a conda environment with conda-forge and a given Python version.
|
|
3
|
+
|
|
4
|
+
inputs:
|
|
5
|
+
python-version:
|
|
6
|
+
description: Python version to install
|
|
7
|
+
required: true
|
|
8
|
+
|
|
9
|
+
runs:
|
|
10
|
+
using: composite
|
|
11
|
+
steps:
|
|
12
|
+
- name: Set up Miniconda
|
|
13
|
+
uses: conda-incubator/setup-miniconda@v3
|
|
14
|
+
with:
|
|
15
|
+
auto-update-conda: true
|
|
16
|
+
conda-remove-defaults: true
|
|
17
|
+
channels: conda-forge
|
|
18
|
+
activate-environment: fourcipp
|
|
19
|
+
python-version: ${{ inputs.python-version }}
|
|
@@ -19,12 +19,9 @@ jobs:
|
|
|
19
19
|
- name: Checkout repository
|
|
20
20
|
uses: actions/checkout@v3
|
|
21
21
|
- name: Set up virtual environment
|
|
22
|
-
uses:
|
|
22
|
+
uses: ./.github/actions/setup-env
|
|
23
23
|
with:
|
|
24
|
-
|
|
25
|
-
conda-remove-defaults: true
|
|
26
|
-
activate-environment: fourcipp
|
|
27
|
-
python-version: 3.12
|
|
24
|
+
python-version: 3.13
|
|
28
25
|
- name: Install requirements
|
|
29
26
|
shell: bash -el {0}
|
|
30
27
|
run: |
|
|
@@ -27,11 +27,8 @@ jobs:
|
|
|
27
27
|
- name: Checkout repository
|
|
28
28
|
uses: actions/checkout@v3
|
|
29
29
|
- name: Set up virtual environment
|
|
30
|
-
uses:
|
|
30
|
+
uses: ./.github/actions/setup-env
|
|
31
31
|
with:
|
|
32
|
-
auto-update-conda: true
|
|
33
|
-
conda-remove-defaults: true
|
|
34
|
-
activate-environment: fourcipp
|
|
35
32
|
python-version: ${{ matrix.python-version }}
|
|
36
33
|
- name: Install requirements
|
|
37
34
|
shell: bash -el {0}
|
|
@@ -56,11 +53,8 @@ jobs:
|
|
|
56
53
|
- name: Checkout repository
|
|
57
54
|
uses: actions/checkout@v3
|
|
58
55
|
- name: Set up virtual environment
|
|
59
|
-
uses:
|
|
56
|
+
uses: ./.github/actions/setup-env
|
|
60
57
|
with:
|
|
61
|
-
auto-update-conda: true
|
|
62
|
-
conda-remove-defaults: true
|
|
63
|
-
activate-environment: fourcipp
|
|
64
58
|
python-version: 3.13
|
|
65
59
|
- name: Install requirements
|
|
66
60
|
shell: bash -el {0}
|
|
@@ -34,12 +34,9 @@ jobs:
|
|
|
34
34
|
path: clang18_build-schema
|
|
35
35
|
# Format new files with pre-commit (this needs to be done before the files are hashed to ensure that both are formatted)
|
|
36
36
|
- name: Set up virtual environment
|
|
37
|
-
uses:
|
|
37
|
+
uses: ./.github/actions/setup-env
|
|
38
38
|
with:
|
|
39
|
-
|
|
40
|
-
conda-remove-defaults: true
|
|
41
|
-
activate-environment: fourcipp
|
|
42
|
-
python-version: 3.12
|
|
39
|
+
python-version: 3.13
|
|
43
40
|
- name: Install requirements
|
|
44
41
|
shell: bash -el {0}
|
|
45
42
|
run: |
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.
|
|
32
|
-
__version_tuple__ = version_tuple = (1,
|
|
31
|
+
__version__ = version = '1.46.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 46, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gb57fb48c7'
|
|
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
|
|
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
|