Skip to content

Releases: equinor/res2df

v0.6.1

07 Jul 12:47
f176468
Compare
Choose a tag to compare
  • rft module now supports well topology emitted by WellBuilder. The rft module is fully refactored, potentially new set of bugs present.
  • Improved error handling in tran, nnc and equil.

v0.6.0

27 Apr 08:32
c23fde6
Compare
Choose a tag to compare
  • New module: pvt. Parses PVT data, and can also write PVT include files from dataframes
  • equil module supports more keywords, and can write include files from dataframes
  • satfunc module can write include files.
  • Documentation upgrade, dedicated pages for most modules
  • grid module can export grid parameters to include files
  • nnc module can write EDITNNC data
  • Py3 bugfix for gruptree
  • Refactored dataframe parsing from deck, easing addition of support for more keywords.

v0.5.1

16 Mar 22:03
Compare
Choose a tag to compare

Bugfix release.

  • Changes necessary to work with opm-common testing/2020.3/rc1.

Bonus feature addition: equil.df has added the EQLNUM column.

v0.5.0

24 Feb 13:23
Compare
Choose a tag to compare

Ported from using sunbeam for DATA-deck-parsing to using opm.io

Sunbeam has been discontinued and moved into opm.common, with a name change and slight API syntax change.

libecl has been added to PyPi, and is now in requirements.txt

v0.4.3

07 Feb 11:12
Compare
Choose a tag to compare

Bugfix release.

  • Fix bug grid.df() when only rst vectors are asked for
  • Fix bug with empty GRUPTREE
  • Fix bug in pillars causing implicit grouping from ecl2csv

v0.4.2

29 Jan 08:30
163e3e2
Compare
Choose a tag to compare

Added a new submodule, 'fipreports', for extracting FIP report tables in PRT files from Eclipse.

v0.4.1

02 Jan 12:44
8f72ee6
Compare
Choose a tag to compare

Defer loading of treelib until needed.

  • No longer necessary to have treelib installed in order to import ecl2df, only when this tree-functionality in gruptree is requested.

v0.4.0

16 Dec 21:13
ae5a59f
Compare
Choose a tag to compare

Feature release:

  • New pillar module, for computations on cornerpoint pillars volumes, statistics, and fluid contact determination over time.
  • ecl2csv subparser 'smry' renamed to 'summary'
  • ecl2csv summary supports specifying start and end dates.
  • compdat module can merge zone-names and INIT-vectors
  • Docs upgraded

v0.3.0

15 Nov 11:40
b8d3d7f
Compare
Choose a tag to compare

Changes:

  • Breaking API change: Submodules under ecl2df has "2df" removed from their name. Backwards compatibility only for satfunc2df and compdat2df.
  • NNC fix, previous version gave erroneous data.
  • NNC output can be limited to only vertical pillars (to analyze pinches etc.)
  • summary output can include data from parameters.txt
  • Stacking option for RST data (by date)
  • Add a zone map option, so that K indices can be mapped to a zone string.
  • Add function to build a dataframe of cell transmissibility pairs, similar to NNC (no command line tool yet)

v0.2.0

30 Aug 11:56
b2f4e70
Compare
Choose a tag to compare

New command line frontend ecl2csv with subcommands. All individual commands are now deprecated, and will be removed in a future version.

satfunc2df and equil2df can infer the number of saturation regions or equilibrium regions when TABDIMS/EQLDIMS are not present.