fmu-sumo 2.8.0__py3-none-any.whl → 2.8.2__py3-none-any.whl
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/explorer/_version.py +2 -2
- fmu/sumo/explorer/objects/_search_context.py +1 -1
- fmu/sumo/explorer/objects/ensembles.py +1 -1
- fmu/sumo/explorer/objects/realizations.py +1 -1
- {fmu_sumo-2.8.0.dist-info → fmu_sumo-2.8.2.dist-info}/METADATA +1 -1
- {fmu_sumo-2.8.0.dist-info → fmu_sumo-2.8.2.dist-info}/RECORD +9 -9
- {fmu_sumo-2.8.0.dist-info → fmu_sumo-2.8.2.dist-info}/WHEEL +0 -0
- {fmu_sumo-2.8.0.dist-info → fmu_sumo-2.8.2.dist-info}/licenses/LICENSE +0 -0
- {fmu_sumo-2.8.0.dist-info → fmu_sumo-2.8.2.dist-info}/top_level.txt +0 -0
fmu/sumo/explorer/_version.py
CHANGED
|
@@ -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.8.
|
|
32
|
-
__version_tuple__ = version_tuple = (2, 8,
|
|
31
|
+
__version__ = version = '2.8.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (2, 8, 2)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -10,7 +10,7 @@ from ._search_context import SearchContext
|
|
|
10
10
|
|
|
11
11
|
class Ensembles(SearchContext):
|
|
12
12
|
def __init__(self, sc, uuids):
|
|
13
|
-
super().__init__(sc._sumo, must=
|
|
13
|
+
super().__init__(sc._sumo, must=sc._must, must_not=sc._must_not)
|
|
14
14
|
self._hits = uuids
|
|
15
15
|
self._prototype = None
|
|
16
16
|
self._map = {}
|
|
@@ -10,7 +10,7 @@ from ._search_context import SearchContext
|
|
|
10
10
|
|
|
11
11
|
class Realizations(SearchContext):
|
|
12
12
|
def __init__(self, sc, uuids):
|
|
13
|
-
super().__init__(sc._sumo, must=
|
|
13
|
+
super().__init__(sc._sumo, must=sc._must, must_not=sc._must_not)
|
|
14
14
|
self._hits = uuids
|
|
15
15
|
self._prototype = None
|
|
16
16
|
self._map = {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
fmu/__init__.py,sha256=ftS-xRPSH-vU7fIHlnZQaCTWbNvs4owJivNW65kzsIM,85
|
|
2
2
|
fmu/sumo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
fmu/sumo/explorer/__init__.py,sha256=Bc1wd1lQO3HP3tsVyPbqaesf2boZwGdtookWp8lmG-k,317
|
|
4
|
-
fmu/sumo/explorer/_version.py,sha256=
|
|
4
|
+
fmu/sumo/explorer/_version.py,sha256=K2e_IVECOS4JNwYcS4GZillyIK8on3GFXEEwBIw49VU,704
|
|
5
5
|
fmu/sumo/explorer/cache.py,sha256=uvz8TciwBnDEwJIHa9wneC0WVWuzhUqyF3dzk4kvGNk,1037
|
|
6
6
|
fmu/sumo/explorer/explorer.py,sha256=_3nUTO1E_nf6jqpivjgjKcX6rX1fx_mIG76YOM8xb-8,2931
|
|
7
7
|
fmu/sumo/explorer/filters.py,sha256=_t2PmHeTY9XiBvQeEGM-BpudWUaxIfyUSdNyG70xfRU,875
|
|
@@ -10,7 +10,7 @@ fmu/sumo/explorer/objects/__init__.py,sha256=72G0yfWWMTXA-oZw5GMRkrWvQqAYfadjerE
|
|
|
10
10
|
fmu/sumo/explorer/objects/_child.py,sha256=7CJiBGfmtK7zNDUv6NLWphHMMtC8M386VyrGhuHq4dk,6222
|
|
11
11
|
fmu/sumo/explorer/objects/_document.py,sha256=UR607n9N33vYaTSsYQoMmJUgnmS3To_uVyRSf7Vxulo,1797
|
|
12
12
|
fmu/sumo/explorer/objects/_metrics.py,sha256=Z7iJ8qmvH3iY5dsSf6At_AFIzITyM0rDfum_oGmUFG8,9989
|
|
13
|
-
fmu/sumo/explorer/objects/_search_context.py,sha256=
|
|
13
|
+
fmu/sumo/explorer/objects/_search_context.py,sha256=2JP1Y7T6na5kUFfIj7UMlKlVT5waLrGMx5zkIr_PnB8,68939
|
|
14
14
|
fmu/sumo/explorer/objects/case.py,sha256=fKp7X43ETLE1RaH3rMYxZiIuduRmf0JSnJ5gRoUgNPE,3813
|
|
15
15
|
fmu/sumo/explorer/objects/cases.py,sha256=_6q8rXWUeJgHGF1b3X9rt3VQmH_HE7uPU0Id4Fmtq_E,659
|
|
16
16
|
fmu/sumo/explorer/objects/cpgrid.py,sha256=nuRgZ6FVEOPZT1ibd-rJhlbYYZ6BuUxXZPzovcH0kVc,2548
|
|
@@ -18,16 +18,16 @@ fmu/sumo/explorer/objects/cpgrid_property.py,sha256=PqqR05oKKKiTTG0iDO9V6TADdHY7
|
|
|
18
18
|
fmu/sumo/explorer/objects/cube.py,sha256=6pJLDajex-mblkt9YRZxtcK1XHcRZ8mlPPqJ-yDGEbA,1948
|
|
19
19
|
fmu/sumo/explorer/objects/dictionary.py,sha256=9Nt8Br7H4TgXO6qc46HtV1vB40LsEQb6WjWYDT-Ve0g,1191
|
|
20
20
|
fmu/sumo/explorer/objects/ensemble.py,sha256=MoGiXrtyVL8_cQt5vjh0rIA5bMMGRahPb284teQEqfs,2767
|
|
21
|
-
fmu/sumo/explorer/objects/ensembles.py,sha256=
|
|
21
|
+
fmu/sumo/explorer/objects/ensembles.py,sha256=O9Nfjl8-SMf1tJQKWf0pTEHeN5vfLWlPRXegkwkboKE,2814
|
|
22
22
|
fmu/sumo/explorer/objects/iteration.py,sha256=vXaH6G93pNPvufgliqRSs4fpqgNvgxa7QI0G0ucgr_U,2784
|
|
23
23
|
fmu/sumo/explorer/objects/iterations.py,sha256=ZRQOxPl6MpX7JV7lfvtXp8mGLHl37pl3-F9YAXYfRgc,778
|
|
24
24
|
fmu/sumo/explorer/objects/polygons.py,sha256=0N6sKTOGkYO6augIbBObzdovCAIF5VtA_XDzbWvd3YY,1523
|
|
25
25
|
fmu/sumo/explorer/objects/realization.py,sha256=HK47WyX6kwe6ZoHaGHeTWEno86Wkh9THLOtEzOt1FGE,2483
|
|
26
|
-
fmu/sumo/explorer/objects/realizations.py,sha256=
|
|
26
|
+
fmu/sumo/explorer/objects/realizations.py,sha256=OdaNVEZ29Fnr3i8SP2oWn01st3aMTN6U0ph-BsPXmbA,3064
|
|
27
27
|
fmu/sumo/explorer/objects/surface.py,sha256=zHBtjLCIfkRHBv39OeJjA9lq3puLTfTII6TndZTtxVI,1627
|
|
28
28
|
fmu/sumo/explorer/objects/table.py,sha256=vLor3YTddHkDWZSMyWPQsddFNQ2_VXE_O-stmPIWIaQ,4900
|
|
29
|
-
fmu_sumo-2.8.
|
|
30
|
-
fmu_sumo-2.8.
|
|
31
|
-
fmu_sumo-2.8.
|
|
32
|
-
fmu_sumo-2.8.
|
|
33
|
-
fmu_sumo-2.8.
|
|
29
|
+
fmu_sumo-2.8.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
30
|
+
fmu_sumo-2.8.2.dist-info/METADATA,sha256=z0Hb_SuYDUNinBMw-yJeVNaqqCRr9clVZ3sL2XAyack,14781
|
|
31
|
+
fmu_sumo-2.8.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
32
|
+
fmu_sumo-2.8.2.dist-info/top_level.txt,sha256=Z-FIY3pxn0UK2Wxi9IJ7fKoLSraaxuNGi1eokiE0ShM,4
|
|
33
|
+
fmu_sumo-2.8.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|