Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

33 lines (27 loc) · 3.34 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[UNRELEASED] - YYYY-MM-DD

Added

  • #457 - Raise a descriptive error if a scratch ensemble is empty, i.e. no OK target file is found in any realizations.

Fixed

  • #450 - Flipped colormap for subsurface maps (such that deeper areas get darker colors). Also fixed hill shading such that input values are treated as depth, not positive elevation.
  • #459 - Bug fix in ReservoirSimulationTimeSeries. All History traces are now toggled when clicking History in the legend.

[0.1.3] - 2020-09-24

Added

  • #417 - Added an optional argument --testdata-folder to pytest, can be used when test data is in non-default location.
  • #422 - HistoryMatch plugin now quietly excludes all realizations lacking an OK file written by ERT on completion of realization workflow, similar to behavior of other plugins that read from individual realizations. Previously wrote warnings for missing data.
  • #428 - Plugin controls, such as dropdown selections, set by the user is kept on page reload.
  • #435 - Suppress a warning in SurfaceViewerFMU when calculating statistics from surfaces where one or more surface only has NaN values. #399
  • #438 - Improved documentation of generation of data input for RelativePermability plugin.
  • #434 - Improved hillshading and colors in plugins with map views.
  • #439 - Pie chart and bar chart are now visualized together in DiskUsage. Free space is now visualized as well.

Fixed

  • #432 - Bug fix in ReservoirSimulationTimeSeries. Vectors starting with A, V, G, I, N, T, V and L resulted in crash due to a bug introduced in #373 (most notably group and aquifer vectors).
  • #442 - Bug fix in ReservoirSimulationTimeSeries. Wrong realization number was shown if data set contained missing realizations. Now uses correct realization number from data.
  • #447 - Changed two webvizstore decorated functions such that they do not take in pandas objects as arguments, which are known to not have repr() useful for hashing.

[0.1.2] - 2020-08-24

Changed

  • #415 - Now using xml package from standard Python library (together with defusexml) instead of bs4.