Releases: equinor/webviz-subsurface
Releases · equinor/webviz-subsurface
Version 0.2.17
What's Changed
- CO₂ migration plugin by @vegardkv in #994
- Grid viewer fmu by @HansKallekleiv in #1111
- Make it possible to
import webviz_subsurface
withoutopm
andecl2df
. Include test install and import onwindows
by @asnyv in #1122 - Option to plot only pyscal data in
RelativePermeability
plugin by @asnyv in #1162 WellCompletion
: Get KH from arrow metadata instead of from parsing eclipse by @lindjoha in #1141- Remove direct import from
SimulationTimeSeries
utilities by @jorgenherje in #1161 vtk
modules are added toextras_require
by @asnyv in #1166- Remove
vtk
from dependencies by @asnyv in #1167 - Include
vtk
dependencies in Docker example app by @anders-kiaer in #1170 - Bugfix in
WellAnalysis
by @lindjoha in #1171 - Remove
deck.gl
bounds and use only relevant ensembles in CO₂ plugin by @HansKallekleiv in #1158 - Add reverse color tables to CO₂ plugin by @vegardkv in #1168
- Add surface download in MapViewer plugin by @HansKallekleiv in #1176
- Implement
WLF
inBhpQc
by @rnyb in #1146 - Replace
vtk.js
withdeck.gl
by @HansKallekleiv in #1174 - Split settings groups in
RftPlotter
by @lindjoha in #1180 - New plugin:
VfpAnalysis
by @lindjoha in #1130 - ParameterResponseCorrelation empty column_keys by @alifbe in #1182
- Give linux group write permission to cached files by @HansKallekleiv in #1143
- Use
MapLayer
inMapViewerFMU
by @HansKallekleiv in #1177 - Changes to the
WellAnalysis
plugin by @lindjoha in #1184 - Support lazy loading of individual plugins by @anders-kiaer in #1183
- Fix incorrect type in grid_viz_service by @HansKallekleiv in #1190
New Contributors
Full Changelog: 0.2.16...0.2.17
Version 0.2.17-rc.0
Support lazy loading of individual plugins (#1183)
Version 0.2.17-alpha.0
Remove `vtk` from dependencies (#1167)
Version 0.2.16
What's Changed
- More flexibility in
GroupTree
by @lindjoha in #1138 - Metadata functionality in
EnsembleTableProvider
by @lindjoha in #1135 GroupTree
: Improved terminal_node filtering by @lindjoha in #1152- Set
implicit_optional=True
formypy
by @jorgenherje in #1155 - Replace wcc.LabeledContainer with wcc.Selectors for
Delta Ensembles
inSimulationTimeSeries
by @jorgenherje in #1153 - Prepare release by @anders-kiaer in #1157
Full Changelog: 0.2.15...0.2.16
Version 0.2.16-rc.0
Metadata functionality in `EnsembleTableProvider` (#1135)
Version 0.2.15
Added
- #1114 - Added a flag in config for
MapViewerFMU
to set initial state of hillshading. - #1058 -
WellCompletion
- New implementation of theWellCompletions
plugin, which is faster, has more functionality (single realization) and utilizes the webviz layout framework (WLF).
Fixed
- #1061 - Removed a pandas dataframe as function argument from a webvizstore decorated function as it can cause incompabilities between different environments.
- #1114 - Fixed an exception in
MapViewerFMU
when a map does not exist. - #1118 -
MapViewerFMU
- Removedzoom
andbounds
props fromDeckGLMap
as they are now automatically calculated. - #1094 - Fixed issues with ambiguous truth of
pandas.Series
inEnsembleSummaryProvider
. - #1107 - Fixed bug in
ParameterResponseCorrelation
that caused the plugin to fail if theresponse_filters
parameter was not given.
Changed
- #1097 -
smry2arrow_batch
- Now supports an arbitrary number of paths as input, meaning that it is no longer needed to wrap a wildcarded runpath pattern with "". It is though still required if defining a wildcarded eclbase. - #1083 - Converted the
ParameterCorrelation
plugin to WLF (Webviz Layout Framework). - #1080 - Converted the
GroupTree
plugin to WLF (Webviz Layout Framework). - #1089 - Converted the
WellAnalysis
plugin to WLF (Webviz Layout Framework). - #1086 - Converted the
SimulationTimeSeries
plugin to WLF (Webviz Layout Framework). Also increase maximum number of initial vectors from 3 to 5. - #1078 - Converted the
PvtPlot
plugin to WLF (Webviz Layout Framework). - #1092 - Converted the
TornadoPlotterFMU
plugin to WLF (Webviz Layout Framework). - #1085 - Converted the
ProdMisfit
plugin to WLF (Webviz Layout Framework). - #1113 - Converted the
RftPlotter
plugin to WLF (Webviz Layout Framework). Combined the crossplot and misfit per observation to one new view:Sim vs Obs
.
Version 0.2.15-rc.1
Fix `ConversionError` in `callback_typecheck`. (#1129) * Fix typecheck error * Updated type hinting and added stretch=True Co-authored-by: Øyvind Lind-Johansen <[email protected]>
Version 0.2.15-rc.0
`RftPlotter` to WLF (#1113) Co-authored-by: Øyvind Lind-Johansen <[email protected]>
Version 0.2.14
Prepare release (#1059)
Version 0.2.14-rc.0
Add color tables to `MapViewer` (#1037)