Skip to content

Releases: equinor/xtgeo

Version 2.15-alpha4

28 May 12:36
91de55c
Compare
Choose a tag to compare
Version 2.15-alpha4 Pre-release
Pre-release

Upload using pypi token

Version 2.15 alpha3

22 Apr 06:47
Compare
Choose a tag to compare
Version 2.15 alpha3 Pre-release
Pre-release
  • Bug fix on very large ROFF files
  • Support Python 3.9

Version 2.15 alpha2

23 Mar 10:06
Compare
Choose a tag to compare
Version 2.15 alpha2 Pre-release
Pre-release
2.15-alpha2

BUG: write to roxapi discrete prop #531

Version 2.15-alpha1

18 Mar 12:13
Compare
Choose a tag to compare
Version 2.15-alpha1 Pre-release
Pre-release

Alpha release. Here new feature on well.to_roxar method

Version 2.14.2

15 Feb 09:45
Compare
Choose a tag to compare

Bug fix

Adress two issues:

  • Setting a property inside a polygon failed in some cases, ref #487
  • Code names for discrete properties got interpolated values, ref #486

Version 2.14.1

10 Feb 06:27
Compare
Choose a tag to compare

2.14.1

Technical update (correct logo, and a build issue)

Version 2.14.0

09 Feb 14:14
Compare
Choose a tag to compare

Version 2.14

  • New features:

    • For some methods in RegularSurface(), a sampling key is added which in
      addition to default bilinear interpolation also can use nearest node sampling.
      The latter can be useful e.g. for discrete maps such as facies. Closes #462.
    • For Wells(), add a method create_surf_distance_log that makes a well log
      that is distance to a surface, #461.
    • For Wells(), add a method that can remove (mask) data based on discrete logs, i.e.
      remove shoulder-bed effects, #457.
    • A pre-release (i.e. experimental!) support for free-form metadata and new formats:
      • A separate MetaData class for each major data-type.
      • Native XTGeo formats for some data types. Should be very fast and support metadata.
      • Support for HDF-5 formats, should be quite/very fast, support metadata and
        compression.
      • In relation to this, more automatic format detection is initiated. This means
        in practice that the key fformat and/or file extension rules will not be
        needed in many cases, as xtgeo will detect the file format by inspection the file
        itself. This is in particular useful for binary memory streams.
      • As a side note, the HDF support change the external requirements for xtgeo as e.g.
        the h5py package and more are now needed.
  • Improvements and bug fixes:

    • Improvements on missing or wrong values key when dealing with RegularSurface(),
      relates to bug report #450.
    • When reading a discrete 3D property from Roxar API the codes may in
      some cases return an empty dictionary. This is now fixed, #465.
    • Fix use of realisations key from Roxar API (3D grids), #443.
    • General improvements in documentation, e.g. clearer guidelines for contributions.

Version 2.14.0-rc2

04 Feb 14:17
acdfa4e
Compare
Choose a tag to compare
Version 2.14.0-rc2 Pre-release
Pre-release
Merge pull request #477 from jcrivenaes/fix-numpy-1.20-issue-474

Fix numpy 1.20 issue 474

Version 2.13.3

02 Feb 08:21
Compare
Choose a tag to compare

Fix test setup for komodo.

Version 2.14.0-rc1

28 Jan 08:49
e12d19d
Compare
Choose a tag to compare
Version 2.14.0-rc1 Pre-release
Pre-release

Version 2.14 (in prep)

  • New features:

    • For some methods in RegularSurface(), a sampling key is added which in
      addition to default bilinear interpolation also can use nearest node sampling.
      The latter can be useful e.g. for discrete maps such as facies. Closes #462.
    • For Wells(), add a method create_surf_distance_log that makes a well log
      that is distance to a surface, #461.
    • For Wells(), add a method that can remove (mask) data based on discrete logs, i.e.
      remove shoulder-bed effects, #457.
    • A pre-release (i.e. experimental!) support for free-form metadata and new formats:
      • A separate MetaData class for each major data-type.
      • Native XTGeo formats. Should be very fast and support metadata.
      • Support for HDF-5 formats, should be quite/very fast, support metadata and
        compression.
      • In relation to this, more automatic format detection is initiated. This means
        in practice that the key fformat and/or file extension rules will not be
        needed in many cases, as xtgeo will detect the file format by inspection the file
        itself. This is in particular useful for binary memory streams.
      • As a side note, the HDF support change the external requirements for xtgeo as e.g.
        the h5py package and more are now needed.
  • Improvements and bug fixes:

    • Improvements on missing or wrong values key when dealing with RegularSurface(),
      relates to bug report #450.
    • When reading a discrete 3D property from Roxar API the codes may in
      some cases return an empty dictionary. This is now fixed, #465.
    • Fix use realisations from Roxar API (3D grids), #443.
    • General improvements in documentation, e.g. clearer guidelines for contributions.