fmu-sumo 2.4.2__tar.gz → 2.4.3__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. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/.github/workflows/build_docs.yaml +1 -1
  2. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/.github/workflows/publish_release.yaml +1 -1
  3. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/.github/workflows/run_tests.yaml +4 -1
  4. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/PKG-INFO +2 -2
  5. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/pyproject.toml +4 -17
  6. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/_version.py +2 -2
  7. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/_child.py +5 -0
  8. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu_sumo.egg-info/PKG-INFO +2 -2
  9. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/.github/pull_request_template.md +0 -0
  10. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/.github/workflows/check_formatting.yml +0 -0
  11. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/.gitignore +0 -0
  12. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/.pre-commit-config.yaml +0 -0
  13. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/.readthedocs.yml +0 -0
  14. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/CONTRIBUTING.md +0 -0
  15. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/LICENSE +0 -0
  16. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/README.md +0 -0
  17. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/SECURITY.md +0 -0
  18. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/docs/_static/equinor-logo.png +0 -0
  19. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/docs/_static/equinor-logo2.jpg +0 -0
  20. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/docs/_static/equinor_logo.jpg +0 -0
  21. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/docs/_static/equinor_logo_only.jpg +0 -0
  22. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/docs/_templates/layout.html +0 -0
  23. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/docs/conf.py +0 -0
  24. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/docs/explorer.rst +0 -0
  25. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/docs/index.rst +0 -0
  26. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/examples/explorer.ipynb +0 -0
  27. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/examples/explorer2.ipynb +0 -0
  28. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/examples/grids-and-properties.ipynb +0 -0
  29. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/examples/metrics.ipynb +0 -0
  30. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/examples/table-aggregation.ipynb +0 -0
  31. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/examples/tables.ipynb +0 -0
  32. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/setup.cfg +0 -0
  33. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/__init__.py +0 -0
  34. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/__init__.py +0 -0
  35. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/__init__.py +0 -0
  36. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/cache.py +0 -0
  37. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/explorer.py +0 -0
  38. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/filters.py +0 -0
  39. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/__init__.py +0 -0
  40. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/_document.py +0 -0
  41. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/_metrics.py +0 -0
  42. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/_search_context.py +0 -0
  43. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/case.py +0 -0
  44. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/cases.py +0 -0
  45. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/cpgrid.py +0 -0
  46. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/cpgrid_property.py +0 -0
  47. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/cube.py +0 -0
  48. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/dictionary.py +0 -0
  49. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/ensemble.py +0 -0
  50. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/ensembles.py +0 -0
  51. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/iteration.py +0 -0
  52. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/iterations.py +0 -0
  53. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/polygons.py +0 -0
  54. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/realization.py +0 -0
  55. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/realizations.py +0 -0
  56. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/surface.py +0 -0
  57. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/objects/table.py +0 -0
  58. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu/sumo/explorer/timefilter.py +0 -0
  59. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu_sumo.egg-info/SOURCES.txt +0 -0
  60. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu_sumo.egg-info/dependency_links.txt +0 -0
  61. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu_sumo.egg-info/requires.txt +0 -0
  62. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/src/fmu_sumo.egg-info/top_level.txt +0 -0
  63. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/tests/conftest.py +0 -0
  64. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/tests/context.py +0 -0
  65. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/tests/test_explorer.py +0 -0
  66. {fmu_sumo-2.4.2 → fmu_sumo-2.4.3}/tests/test_objects_table.py +0 -0
@@ -14,7 +14,7 @@ jobs:
14
14
  runs-on: ${{ matrix.os }}
15
15
  strategy:
16
16
  matrix:
17
- python-version: ["3.10"]
17
+ python-version: ["3.12"]
18
18
  os: [ubuntu-latest]
19
19
 
20
20
  steps:
@@ -18,7 +18,7 @@ jobs:
18
18
 
19
19
  - uses: actions/setup-python@v5
20
20
  with:
21
- python-version: "3.10"
21
+ python-version: "3.12"
22
22
 
23
23
  - name: build
24
24
  run: |
@@ -11,8 +11,11 @@ jobs:
11
11
  runs-on: ${{ matrix.os }}
12
12
  strategy:
13
13
  matrix:
14
- python-version: ["3.9", "3.10", "3.11", "3.12"]
14
+ python-version: ["3.11", "3.12"]
15
15
  os: [ubuntu-latest, windows-latest, macos-13]
16
+ exclude:
17
+ - os: windows-latest
18
+ python-version: "3.11"
16
19
  permissions:
17
20
  contents: read
18
21
  id-token: write
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fmu-sumo
3
- Version: 2.4.2
3
+ Version: 2.4.3
4
4
  Summary: Python package for interacting with Sumo in an FMU setting
5
5
  Author: Equinor
6
6
  License: Apache License
@@ -209,7 +209,7 @@ Project-URL: Repository, https://github.com/equinor/fmu-sumo
209
209
  Platform: any
210
210
  Classifier: License :: OSI Approved :: Apache Software License
211
211
  Classifier: Programming Language :: Python
212
- Requires-Python: >=3.8
212
+ Requires-Python: >=3.11
213
213
  Description-Content-Type: text/markdown
214
214
  License-File: LICENSE
215
215
  Requires-Dist: sumo-wrapper-python
@@ -8,7 +8,7 @@ version_file = "src/fmu/sumo/explorer/_version.py"
8
8
  [project]
9
9
  name = "fmu-sumo"
10
10
  description = "Python package for interacting with Sumo in an FMU setting"
11
- requires-python = ">=3.8"
11
+ requires-python = ">=3.11"
12
12
  dynamic = ["version"]
13
13
  license = { file = "LICENSE" }
14
14
  readme = { file = "README.md", content-type = "text/markdown" }
@@ -17,10 +17,7 @@ classifiers = [
17
17
  "License :: OSI Approved :: Apache Software License",
18
18
  "Programming Language :: Python",
19
19
  ]
20
- dependencies = [
21
- "sumo-wrapper-python",
22
- "deprecation",
23
- ]
20
+ dependencies = ["sumo-wrapper-python", "deprecation"]
24
21
 
25
22
  [project.urls]
26
23
  Repository = "https://github.com/equinor/fmu-sumo"
@@ -58,21 +55,12 @@ platforms = ["any"]
58
55
  where = ["src"]
59
56
 
60
57
  [tool.ruff]
61
- exclude = [
62
- ".env",
63
- ".git",
64
- ".github",
65
- ".venv",
66
- "venv",
67
- ]
58
+ exclude = [".env", ".git", ".github", ".venv", "venv"]
68
59
 
69
60
  line-length = 79
70
61
 
71
62
  [tool.ruff.lint]
72
- ignore = [
73
- "E501",
74
- "PD901",
75
- ]
63
+ ignore = ["E501", "PD901"]
76
64
 
77
65
  extend-select = [
78
66
  "C4", # Flake8-comprehensions
@@ -88,4 +76,3 @@ extend-select = [
88
76
  "__init__.py" = ["F401"]
89
77
  "tests/context.py" = ["F401"]
90
78
  "examples/explorer.ipynb" = ["F821"]
91
-
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '2.4.2'
21
- __version_tuple__ = version_tuple = (2, 4, 2)
20
+ __version__ = version = '2.4.3'
21
+ __version_tuple__ = version_tuple = (2, 4, 3)
@@ -140,6 +140,11 @@ class Child(Document):
140
140
  """Object iteration"""
141
141
  return self.get_property("fmu.iteration.name")
142
142
 
143
+ @property
144
+ def ensemble(self) -> str:
145
+ """Object ensemble"""
146
+ return self.get_property("fmu.ensemble.name")
147
+
143
148
  @property
144
149
  def context(self) -> str:
145
150
  """Object context"""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fmu-sumo
3
- Version: 2.4.2
3
+ Version: 2.4.3
4
4
  Summary: Python package for interacting with Sumo in an FMU setting
5
5
  Author: Equinor
6
6
  License: Apache License
@@ -209,7 +209,7 @@ Project-URL: Repository, https://github.com/equinor/fmu-sumo
209
209
  Platform: any
210
210
  Classifier: License :: OSI Approved :: Apache Software License
211
211
  Classifier: Programming Language :: Python
212
- Requires-Python: >=3.8
212
+ Requires-Python: >=3.11
213
213
  Description-Content-Type: text/markdown
214
214
  License-File: LICENSE
215
215
  Requires-Dist: sumo-wrapper-python
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