Releases: equinor/xtgeo
Releases · equinor/xtgeo
Version 2.17.5
Version 2.17.4
What's Changed
- Add python 3.10 for pypi, #762
Version 2.17.3
What's Changed
- Fix a bug in output grdecl file formatting which gave files that were unreadable for Eclipse and some other tools, #758
- Add python 3.10
Version 2.17.2
Bugfixes
- Points.from_list was not working, #750
- Convert to required type, #752
- Fix e300 ix unrst phases, #754
Full Changelog: 2.17.1...2.17.2
Version 2.17.1
Bug fixes
- Fix security alert and requirements inconsistencies (#748)
Full Changelog: 2.17.0...2.17.1
2.17.0
- 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)
- fixed a bug where importing grid via a memory stream does not work for roff binary grid (#743)
Full Changelog: 2.16.0...2.17.0
Version 2.17.0-rc0
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
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
Version 2.16.0-rc1
Version 2.15.5
What's Changed
- Fixed an issue with multiple LGR amalgamations when importing egrid files
Full Changelog: 2.15.4...2.15.5