Skip to content

Releases: equinor/xtgeo

Version 2.17.0-rc0

22 Dec 07:05
Compare
Choose a tag to compare
Version 2.17.0-rc0 Pre-release
Pre-release

What's Changed

  • The parameters to the Points and Polygons constructor has changed and old usage deprecated, see the docs of the classes for details.
  • fixed a bug in surface_from_file where not found files would cause a segfault (#740)

Full Changelog: 2.16.0...2.17.0-rc0

Version 2.16.0

09 Dec 12:24
Compare
Choose a tag to compare

What's Changed

  • Grid can now be imported from fegrid files.
  • Introduced unit parameter to Grid
  • Grid get_dx and get_dy introduced as replacement for get_dxdy.
  • Make Surface init more explicit #642
  • Deprecation warnings now say version feature will be removed in.
  • Added explicit close function to plots.
  • Added create_box_grid function as replacement for Grid.create_box.
  • The parameters to the GridProperty constructor has changed and old usage deprecated, see the docs of GridProperty for details.
  • The parameters to the GridProperties constructor has changed and old usage deprecated, see the docs of GridProperties for details.
  • The parameters to the Well constructor has changed and old usage deprecated, see the docs of Well for details.
  • The names setter of GridProperties has been deprecated.

Bugfixes

  • Fixed conversion of grid mapaxes when grid is already relative to map.
  • Fixed inconsistent gridproperty initialization #659
  • Fixed inconsistent behavoir with namestyle=1 for eclrun import #688
  • Fixed an issue with multiple LGR amalgamations when importing egrid files

New Contributors

Full Changelog: 2.15.5...2.16.0

Version 2.16.0-rc1

01 Dec 12:39
Compare
Choose a tag to compare
Version 2.16.0-rc1 Pre-release
Pre-release

What's Changed

  • Fix name=unknown backwards compatibility

Full Changelog: 2.16.0-rc0...2.16.0-rc1

Version 2.15.5

29 Nov 10:19
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue with multiple LGR amalgamations when importing egrid files

Full Changelog: 2.15.4...2.15.5

Version 2.16.0-rc0

26 Nov 12:33
Compare
Choose a tag to compare
Version 2.16.0-rc0 Pre-release
Pre-release

##Changes since 2.16.0-b0

  • The parameters to the GridProperty constructor has changed and old usage deprecated, see the docs of GridProperty for details.
  • The parameters to the GridProperties constructor has changed and old usage deprecated, see the docs of GridProperties for details.
  • The parameters to the Well constructor has changed and old usage deprecated, see the docs of Well for details.
  • The names setter of GridProperties has been deprecated.

New Contributors

Full Changelog: 2.15.2...2.16.0-rc0

Version 2.16-b0

05 Nov 10:29
Compare
Choose a tag to compare
Version 2.16-b0 Pre-release
Pre-release

What's Changed

  • Grid can now be imported from fegrid files.
  • Introduced unit parameter to Grid
  • Grid get_dx and get_dy introduced as replacement for get_dxdy.
  • Make Surface init more explicit #642
  • Deprecation warnings now say version feature will be removed in.
  • Added explicit close function to plots.
  • Added create_box_grid function as replacement for Grid.create_box.
  • BUG: Fixed conversion of grid mapaxes when grid is already relative to map.
  • BUG: Fix inconsistent gridproperty initialization #659
  • BUG: fix inconsistent behavoir with namestyle=1 for eclrun import #688

Full Changelog: 2.15.4...2.16.0-b0

Version 2.15.4

26 Oct 10:30
Compare
Choose a tag to compare

bugfixes:

  • Fixed interoperability issue with roff export to RMS (#684)

Version 2.15.3

22 Oct 12:39
Compare
Choose a tag to compare
  • bugfixes:
    • Fixed incompatable roff grid import with xtgeo 2.14 export (#667)
    • Fixed incompatable egrid import with xtgeo 2.14 export
    • Fixed non-backwards compatible type in roff grid property export
    • Fixed roff subgrid import (#666)

Version 2.15.2

13 Sep 12:56
Compare
Choose a tag to compare
  • bugfixes
    • fixed incorrect type in roff grid parameter export
    • Fixed incorrect undefined value in roff grid parameter export
    • Fixed detect_fformat crashing for several cases
  • enhancements
    • Increased performance of get_dz and inactivate_by_dz.

Version 2.15.1

09 Sep 09:47
Compare
Choose a tag to compare

Version 2.15.1

  • Bugfixes:
    • General improvements when i/o with binary GRDECL and EGRID formats
    • Fixing egrid import with missing ACTNUM #599
    • Fix rounding error in ZINC when exporting cubes to SEGY #616