Skip to content

Version 2.16.0

Compare
Choose a tag to compare
@eivindjahren eivindjahren released this 09 Dec 12:24

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