Skip to content

Releases: equinor/webviz-subsurface

Version 0.2.17

18 Jan 11:32
471b8ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.16...0.2.17

Version 0.2.17-rc.0

11 Dec 21:38
d3dc886
Compare
Choose a tag to compare
Version 0.2.17-rc.0 Pre-release
Pre-release
Support lazy loading of individual plugins (#1183)

Version 0.2.17-alpha.0

18 Nov 11:19
46a9ad9
Compare
Choose a tag to compare
Pre-release
Remove `vtk` from dependencies (#1167)

Version 0.2.16

09 Nov 08:23
4b26a08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.15...0.2.16

Version 0.2.16-rc.0

27 Oct 08:57
59a1e10
Compare
Choose a tag to compare
Version 0.2.16-rc.0 Pre-release
Pre-release
Metadata functionality in `EnsembleTableProvider` (#1135)

Version 0.2.15

10 Oct 21:13
1ad6de4
Compare
Choose a tag to compare

Added

  • #1114 - Added a flag in config for MapViewerFMU to set initial state of hillshading.
  • #1058 - WellCompletion - New implementation of the WellCompletions 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 - Removed zoom and bounds props from DeckGLMap as they are now automatically calculated.
  • #1094 - Fixed issues with ambiguous truth of pandas.Series in EnsembleSummaryProvider.
  • #1107 - Fixed bug in ParameterResponseCorrelation that caused the plugin to fail if the response_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

05 Oct 10:44
a077e47
Compare
Choose a tag to compare
Version 0.2.15-rc.1 Pre-release
Pre-release
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

29 Sep 14:16
ea2f955
Compare
Choose a tag to compare
Version 0.2.15-rc.0 Pre-release
Pre-release
`RftPlotter` to WLF (#1113)

Co-authored-by: Øyvind Lind-Johansen <[email protected]>

Version 0.2.14

28 Jun 07:15
Compare
Choose a tag to compare
Prepare release (#1059)

Version 0.2.14-rc.0

29 May 18:54
5026607
Compare
Choose a tag to compare
Version 0.2.14-rc.0 Pre-release
Pre-release
Add color tables to `MapViewer` (#1037)