FourCIPP 1.49.0__tar.gz → 1.51.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 (67) hide show
  1. {fourcipp-1.49.0 → fourcipp-1.51.0}/PKG-INFO +1 -1
  2. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/FourCIPP.egg-info/PKG-INFO +1 -1
  3. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/config/4C_metadata.yaml +2 -12
  4. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/config/4C_schema.json +3 -15
  5. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/version.py +3 -3
  6. {fourcipp-1.49.0 → fourcipp-1.51.0}/.coveragerc +0 -0
  7. {fourcipp-1.49.0 → fourcipp-1.51.0}/.github/actions/setup-env/action.yaml +0 -0
  8. {fourcipp-1.49.0 → fourcipp-1.51.0}/.github/workflows/check_code.yaml +0 -0
  9. {fourcipp-1.49.0 → fourcipp-1.51.0}/.github/workflows/publish_pypi.yaml +0 -0
  10. {fourcipp-1.49.0 → fourcipp-1.51.0}/.github/workflows/run_testsuite.yaml +0 -0
  11. {fourcipp-1.49.0 → fourcipp-1.51.0}/.github/workflows/tag_version.yaml +0 -0
  12. {fourcipp-1.49.0 → fourcipp-1.51.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  13. {fourcipp-1.49.0 → fourcipp-1.51.0}/.gitignore +0 -0
  14. {fourcipp-1.49.0 → fourcipp-1.51.0}/.pre-commit-config.yaml +0 -0
  15. {fourcipp-1.49.0 → fourcipp-1.51.0}/LICENSE +0 -0
  16. {fourcipp-1.49.0 → fourcipp-1.51.0}/README.md +0 -0
  17. {fourcipp-1.49.0 → fourcipp-1.51.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  18. {fourcipp-1.49.0 → fourcipp-1.51.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  19. {fourcipp-1.49.0 → fourcipp-1.51.0}/pyproject.toml +0 -0
  20. {fourcipp-1.49.0 → fourcipp-1.51.0}/requirements.in +0 -0
  21. {fourcipp-1.49.0 → fourcipp-1.51.0}/requirements.txt +0 -0
  22. {fourcipp-1.49.0 → fourcipp-1.51.0}/setup.cfg +0 -0
  23. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  24. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  25. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  26. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  27. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  28. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/__init__.py +0 -0
  29. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/config/config.yaml +0 -0
  30. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/fourc_input.py +0 -0
  31. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  32. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/legacy_io/element.py +0 -0
  33. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  34. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/legacy_io/node.py +0 -0
  35. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  36. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/legacy_io/particle.py +0 -0
  37. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/__init__.py +0 -0
  38. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/cli.py +0 -0
  39. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/configuration.py +0 -0
  40. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/converter.py +0 -0
  41. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/dict_utils.py +0 -0
  42. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/metadata.py +0 -0
  43. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/not_set.py +0 -0
  44. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/type_hinting.py +0 -0
  45. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/validation.py +0 -0
  46. {fourcipp-1.49.0 → fourcipp-1.51.0}/src/fourcipp/utils/yaml_io.py +0 -0
  47. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/__init__.py +0 -0
  48. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/conftest.py +0 -0
  49. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/__init__.py +0 -0
  50. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  51. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  52. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  53. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  54. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  55. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  56. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  57. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  58. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/test_fourc_input.py +0 -0
  59. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  60. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/utils/__init__.py +0 -0
  61. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  62. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/utils/test_converter.py +0 -0
  63. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  64. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/utils/test_metadata.py +0 -0
  65. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  66. {fourcipp-1.49.0 → fourcipp-1.51.0}/tests/fourcipp/utils/test_validation.py +0 -0
  67. {fourcipp-1.49.0 → fourcipp-1.51.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.49.0
3
+ Version: 1.51.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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.49.0
3
+ Version: 1.51.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: 5d1a9608324625fc3e1714eca107589dd01671a6
2
+ commit_hash: a8a95d66d5c739300c78a174db3cc37ee85375eb
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -27388,7 +27388,7 @@ sections:
27388
27388
  - name: yaml
27389
27389
  - name: WRITE_CONDITION_INFORMATION
27390
27390
  type: bool
27391
- description: "write information about monitored boundary condition to output file"
27391
+ description: "write information about monitored boundary condition to output file. Only possible for yaml output."
27392
27392
  required: false
27393
27393
  default: false
27394
27394
  - name: IO/RUNTIME VTK OUTPUT
@@ -43510,16 +43510,6 @@ sections:
43510
43510
  description: "write conductivity output"
43511
43511
  required: false
43512
43512
  default: false
43513
- - name: HEATFLUX
43514
- type: bool
43515
- description: "write heatflux output"
43516
- required: false
43517
- default: false
43518
- - name: TEMPGRAD
43519
- type: bool
43520
- description: "write temperature gradient output"
43521
- required: false
43522
- default: false
43523
43513
  - name: ELEMENT_OWNER
43524
43514
  type: bool
43525
43515
  description: "write element owner"
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 5d1a9608324625fc3e1714eca107589dd01671a6\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: a8a95d66d5c739300c78a174db3cc37ee85375eb\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -132079,7 +132079,7 @@
132079
132079
  },
132080
132080
  "WRITE_CONDITION_INFORMATION": {
132081
132081
  "title": "WRITE_CONDITION_INFORMATION (bool)",
132082
- "description": "write information about monitored boundary condition to output file",
132082
+ "description": "write information about monitored boundary condition to output file. Only possible for yaml output.",
132083
132083
  "default": false,
132084
132084
  "type": "boolean"
132085
132085
  }
@@ -293027,18 +293027,6 @@
293027
293027
  "default": false,
293028
293028
  "type": "boolean"
293029
293029
  },
293030
- "HEATFLUX": {
293031
- "title": "HEATFLUX (bool)",
293032
- "description": "write heatflux output",
293033
- "default": false,
293034
- "type": "boolean"
293035
- },
293036
- "TEMPGRAD": {
293037
- "title": "TEMPGRAD (bool)",
293038
- "description": "write temperature gradient output",
293039
- "default": false,
293040
- "type": "boolean"
293041
- },
293042
293030
  "ELEMENT_OWNER": {
293043
293031
  "title": "ELEMENT_OWNER (bool)",
293044
293032
  "description": "write element owner",
@@ -402477,5 +402465,5 @@
402477
402465
  "PROBLEM TYPE"
402478
402466
  ],
402479
402467
  "$schema": "https://json-schema.org/draft/2020-12/schema",
402480
- "$id": "5d1a9608324625fc3e1714eca107589dd01671a6"
402468
+ "$id": "a8a95d66d5c739300c78a174db3cc37ee85375eb"
402481
402469
  }
@@ -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.49.0'
32
- __version_tuple__ = version_tuple = (1, 49, 0)
31
+ __version__ = version = '1.51.0'
32
+ __version_tuple__ = version_tuple = (1, 51, 0)
33
33
 
34
- __commit_id__ = commit_id = 'g0c432d4ca'
34
+ __commit_id__ = commit_id = 'gca3cfc381'
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