Skip to content

Releases: equinor/res2df

v0.12.0

25 Feb 12:56
Compare
Choose a tag to compare

Bugfix for ERT integration of csv2ecl summary.

The command line API for csv2ecl summary was not compatible with the ERT integration and has been changed. The ECLBASE argument is now supplied as --output, similar to the other csv2ecl subcommands.

Also add possibility for csv2ecl to write to subdirectories.

v0.11.0

22 Feb 09:04
840bf75
Compare
Choose a tag to compare

Fixes:

  • Bugfix for gruptree module, solving issues with multiples trees. Refactored, and incurs deprecation of one function.
  • Revert deprecation for non-datetime indices in summary module introduced in last version. Added workarounds for supporting Eclipse summary files going beyond year 2262, which is tricky in Pandas.

Breaking changes:

  • In fipreports, the column "WATER_TOTAL" has been renamed to "WIIP_TOTAL".

v0.10.0

27 Jan 09:14
0eac752
Compare
Choose a tag to compare

New features:

  • ECL2CSV forward model now supports options supplied from ERT config file.
  • Dataframe objects returned from summary.df() have metadata for each column vector attached in a dict in df.attrs["meta"].
  • All command line tools can output to stdout by providing the magic filename "-".
  • WSEGVALV keyword is supported in the compdat module.
  • summary.df will give warning if datetime=True is not supplied. In the future, the returned dataframe will always have a datetime index. This does not affect CSV export.

Bugfixes:

  • Fix PVTG include file export

v0.9.1

06 Jan 13:21
f351abb
Compare
Choose a tag to compare

Bugfix release: Avoid crash with WSEGSICD support from v0.8.3

v0.9.0

21 Dec 10:05
44078fc
Compare
Choose a tag to compare

New feature:

  • Write synthetic UNSMRY files from CSV/dataframes.

v0.8.3

26 Nov 20:18
d42fcd0
Compare
Choose a tag to compare

Feature additions:

  • WSEGAICD and WSEGSICD supported in compdat
  • weekly frequency for summary extraction
  • Gruptree root node included in dataframe output

Changes/bugfixes:

  • Python 2 support dropped
  • Bugfix zonemap file parsing
  • Fix usage of logging, letting client scripts set the logging level.

v0.8.2

30 Oct 07:47
Compare
Choose a tag to compare

Support defaulted I and J in COMPDAT when WELSPECS is present.

v0.8.1

29 Oct 15:11
3ba94d2
Compare
Choose a tag to compare

Bugfix for WELOPEN and COMPDAT when keyword order within one date matters.

v0.8.0

20 Oct 13:59
479b68a
Compare
Choose a tag to compare

Feature addition:

  • The compdat module now also parses WELOPEN keywords.

Deprecations:

  • Functions that have emitted DeprecationWarnings for at least 9 months are now removed. This affects both API and command line endpoints.

v0.7.0

24 Sep 09:25
31465ee
Compare
Choose a tag to compare

Add ECL2CSV and CSV2ECL as ERT forward models.