Version 2.16.0
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 ofGridProperty
for details. - The parameters to the
GridProperties
constructor has changed and old usage deprecated, see the docs ofGridProperties
for details. - The parameters to the
Well
constructor has changed and old usage deprecated, see the docs ofWell
for details. - The
names
setter ofGridProperties
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
- @BjarneHerland made their first contribution in #701
Full Changelog: 2.15.5...2.16.0