fmu-sumo 2.10.0__tar.gz → 2.11.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.
- {fmu_sumo-2.10.0/src/fmu_sumo.egg-info → fmu_sumo-2.11.0}/PKG-INFO +1 -1
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/_version.py +3 -3
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/_search_context.py +7 -4
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0/src/fmu_sumo.egg-info}/PKG-INFO +1 -1
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/.github/pull_request_template.md +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/.github/workflows/build_docs.yaml +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/.github/workflows/check_formatting.yml +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/.github/workflows/publish_release.yaml +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/.github/workflows/run_tests.yaml +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/.gitignore +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/.pre-commit-config.yaml +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/.readthedocs.yml +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/CONTRIBUTING.md +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/LICENSE +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/README.md +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/SECURITY.md +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/docs/_static/equinor-logo.png +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/docs/_static/equinor-logo2.jpg +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/docs/_static/equinor_logo.jpg +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/docs/_static/equinor_logo_only.jpg +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/docs/_templates/layout.html +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/docs/conf.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/docs/explorer.rst +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/docs/index.rst +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/examples/explorer.ipynb +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/examples/explorer2.ipynb +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/examples/grids-and-properties.ipynb +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/examples/metrics.ipynb +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/examples/table-aggregation.ipynb +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/pyproject.toml +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/setup.cfg +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/__init__.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/__init__.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/__init__.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/cache.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/explorer.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/filters.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/__init__.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/_child.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/_document.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/_metrics.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/case.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/cases.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/cpgrid.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/cpgrid_property.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/cube.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/dictionary.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/ensemble.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/ensembles.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/polygons.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/realization.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/realizations.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/surface.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/objects/table.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu/sumo/explorer/timefilter.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu_sumo.egg-info/SOURCES.txt +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu_sumo.egg-info/dependency_links.txt +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu_sumo.egg-info/requires.txt +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/src/fmu_sumo.egg-info/top_level.txt +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/tests/conftest.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/tests/context.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/tests/test_explorer.py +0 -0
- {fmu_sumo-2.10.0 → fmu_sumo-2.11.0}/tests/test_objects_table.py +0 -0
|
@@ -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 = '2.
|
|
32
|
-
__version_tuple__ = version_tuple = (2,
|
|
31
|
+
__version__ = version = '2.11.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (2, 11, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gb7f4183e8'
|
|
@@ -1278,8 +1278,8 @@ class SearchContext:
|
|
|
1278
1278
|
"must": [
|
|
1279
1279
|
{"term": {"class.keyword": "dictionary"}},
|
|
1280
1280
|
{
|
|
1281
|
-
"
|
|
1282
|
-
"
|
|
1281
|
+
"term": {
|
|
1282
|
+
"fmu.context.stage.keyword": "realization"
|
|
1283
1283
|
}
|
|
1284
1284
|
},
|
|
1285
1285
|
]
|
|
@@ -1290,8 +1290,11 @@ class SearchContext:
|
|
|
1290
1290
|
"must": [
|
|
1291
1291
|
{"term": {"class.keyword": "table"}},
|
|
1292
1292
|
{
|
|
1293
|
-
"
|
|
1294
|
-
"
|
|
1293
|
+
"terms": {
|
|
1294
|
+
"fmu.context.stage.keyword": [
|
|
1295
|
+
"ensemble",
|
|
1296
|
+
"iteration",
|
|
1297
|
+
]
|
|
1295
1298
|
}
|
|
1296
1299
|
},
|
|
1297
1300
|
]
|
|
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
|