FourCIPP 1.19.0__tar.gz → 1.21.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.
Files changed (66) hide show
  1. {fourcipp-1.19.0/src/FourCIPP.egg-info → fourcipp-1.21.0}/PKG-INFO +1 -1
  2. {fourcipp-1.19.0 → fourcipp-1.21.0}/requirements.txt +1 -4
  3. {fourcipp-1.19.0 → fourcipp-1.21.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
  4. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/config/4C_metadata.yaml +6 -5
  5. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/config/4C_schema.json +8 -8
  6. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/version.py +3 -3
  7. {fourcipp-1.19.0 → fourcipp-1.21.0}/.coveragerc +0 -0
  8. {fourcipp-1.19.0 → fourcipp-1.21.0}/.github/workflows/check_code.yaml +0 -0
  9. {fourcipp-1.19.0 → fourcipp-1.21.0}/.github/workflows/publish_pypi.yaml +0 -0
  10. {fourcipp-1.19.0 → fourcipp-1.21.0}/.github/workflows/run_testsuite.yaml +0 -0
  11. {fourcipp-1.19.0 → fourcipp-1.21.0}/.github/workflows/tag_version.yaml +0 -0
  12. {fourcipp-1.19.0 → fourcipp-1.21.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  13. {fourcipp-1.19.0 → fourcipp-1.21.0}/.gitignore +0 -0
  14. {fourcipp-1.19.0 → fourcipp-1.21.0}/.pre-commit-config.yaml +0 -0
  15. {fourcipp-1.19.0 → fourcipp-1.21.0}/LICENSE +0 -0
  16. {fourcipp-1.19.0 → fourcipp-1.21.0}/README.md +0 -0
  17. {fourcipp-1.19.0 → fourcipp-1.21.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  18. {fourcipp-1.19.0 → fourcipp-1.21.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  19. {fourcipp-1.19.0 → fourcipp-1.21.0}/pyproject.toml +0 -0
  20. {fourcipp-1.19.0 → fourcipp-1.21.0}/requirements.in +0 -0
  21. {fourcipp-1.19.0 → fourcipp-1.21.0}/setup.cfg +0 -0
  22. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  23. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  24. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  25. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  26. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  27. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/__init__.py +0 -0
  28. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/config/config.yaml +0 -0
  29. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/fourc_input.py +0 -0
  30. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  31. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/legacy_io/element.py +0 -0
  32. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  33. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/legacy_io/node.py +0 -0
  34. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  35. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/legacy_io/particle.py +0 -0
  36. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/__init__.py +0 -0
  37. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/cli.py +0 -0
  38. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/configuration.py +0 -0
  39. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/converter.py +0 -0
  40. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/dict_utils.py +0 -0
  41. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/metadata.py +0 -0
  42. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/not_set.py +0 -0
  43. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/type_hinting.py +0 -0
  44. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/validation.py +0 -0
  45. {fourcipp-1.19.0 → fourcipp-1.21.0}/src/fourcipp/utils/yaml_io.py +0 -0
  46. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/__init__.py +0 -0
  47. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/conftest.py +0 -0
  48. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/__init__.py +0 -0
  49. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  50. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  51. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  52. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  53. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  54. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  55. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  56. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  57. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/test_fourc_input.py +0 -0
  58. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  59. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/utils/__init__.py +0 -0
  60. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  61. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/utils/test_converter.py +0 -0
  62. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  63. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/utils/test_metadata.py +0 -0
  64. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  65. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/utils/test_validation.py +0 -0
  66. {fourcipp-1.19.0 → fourcipp-1.21.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.19.0
3
+ Version: 1.21.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -14,10 +14,7 @@ numpy==2.3.2
14
14
  # via -r requirements.in
15
15
  packaging==25.0
16
16
  # via deprecation
17
- rapidyaml
18
- # TODO update requirements file
19
- # manually removed version because on macos 0.9.0.post2 is latest
20
- # and on linux/windows 0.9.0 is latest
17
+ rapidyaml==0.10.0
21
18
  # via -r requirements.in
22
19
  regex==2025.9.1
23
20
  # via -r requirements.in
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.19.0
3
+ Version: 1.21.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -1,5 +1,5 @@
1
1
  metadata:
2
- commit_hash: 486b4fcb077576e8737c5e13a4974eb4b76dee12
2
+ commit_hash: 0fe913f17ce0e645c24b61a6adc43853cf22b682
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -77106,10 +77106,6 @@ sections:
77106
77106
  type: bool
77107
77107
  required: false
77108
77108
  default: false
77109
- - name: THERM_TEMPERATURE
77110
- type: bool
77111
- required: false
77112
- default: false
77113
77109
  - name: THERM_HEATFLUX
77114
77110
  type: enum
77115
77111
  required: false
@@ -159976,6 +159972,11 @@ sections:
159976
159972
  description: "write temperature output"
159977
159973
  required: false
159978
159974
  default: false
159975
+ - name: TEMPERATURE_RATE
159976
+ type: bool
159977
+ description: "write temperature rate output"
159978
+ required: false
159979
+ default: false
159979
159980
  - name: CONDUCTIVITY
159980
159981
  type: bool
159981
159982
  description: "write conductivity output"
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 486b4fcb077576e8737c5e13a4974eb4b76dee12\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 0fe913f17ce0e645c24b61a6adc43853cf22b682\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -131621,12 +131621,6 @@
131621
131621
  "default": false,
131622
131622
  "type": "boolean"
131623
131623
  },
131624
- "THERM_TEMPERATURE": {
131625
- "title": "THERM_TEMPERATURE (bool)",
131626
- "description": "No description yet.",
131627
- "default": false,
131628
- "type": "boolean"
131629
- },
131630
131624
  "THERM_HEATFLUX": {
131631
131625
  "title": "THERM_HEATFLUX (enum)",
131632
131626
  "description": "No description yet.",
@@ -291881,6 +291875,12 @@
291881
291875
  "default": false,
291882
291876
  "type": "boolean"
291883
291877
  },
291878
+ "TEMPERATURE_RATE": {
291879
+ "title": "TEMPERATURE_RATE (bool)",
291880
+ "description": "write temperature rate output",
291881
+ "default": false,
291882
+ "type": "boolean"
291883
+ },
291884
291884
  "CONDUCTIVITY": {
291885
291885
  "title": "CONDUCTIVITY (bool)",
291886
291886
  "description": "write conductivity output",
@@ -401179,5 +401179,5 @@
401179
401179
  "PROBLEM TYPE"
401180
401180
  ],
401181
401181
  "$schema": "https://json-schema.org/draft/2020-12/schema",
401182
- "$id": "486b4fcb077576e8737c5e13a4974eb4b76dee12"
401182
+ "$id": "0fe913f17ce0e645c24b61a6adc43853cf22b682"
401183
401183
  }
@@ -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.19.0'
32
- __version_tuple__ = version_tuple = (1, 19, 0)
31
+ __version__ = version = '1.21.0'
32
+ __version_tuple__ = version_tuple = (1, 21, 0)
33
33
 
34
- __commit_id__ = commit_id = 'g8b605eca6'
34
+ __commit_id__ = commit_id = 'g59e4a2776'
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