Releases: equinor/resfo
Version v3.0.0b1
What's Changed
Version 3.0.0 only marks the drop of support for python 3.7 #41
There are two new improvements to the public API:
- Add typing to public API by @eivindjahren in #39
- Make error handling part of the documented public API by @eivindjahren in #25
Full Changelog: v3.0.0b0...v3.0.0b1
Version 3.0.0-b0
The major version increase has only a small breaking change in error handling: The errors EclParseError and EclWriteError are now derived from ValueError. The potentially breaks some error handling that would have been undocumented at the time. An effort has been made to nail down a public interface for error handling with ecl-data-io which is now part of the documentation.
What's Changed
- Better error handling and documentation
Full Changelog: v2.1.0...v3.0.0-b0
Version 2.1.0
New features
lazy_read
now generates entries that can be updated for streams that supports both reading and writing of bytes. This
is only implemented forFormat.UNFORMATTED
.
What's Changed
- Fix incorrect MESS reading by @eivindjahren in #20
- Implement update by @eivindjahren in #18
- Fixes an error in the example usage doc by @eivindjahren in #18
- API-doc now contains
EclArray
which is the return type oflazy_read
@eivindjahren in #18 - Simplify EclArray so that it can be part of the public API.
Full Changelog: v1.0.1...v2.1.0
Version 2.0.0
Version 2 marks the drop of support for python 3.6.
Breaking changes
- Drop support for python 3.6 @eivindjahren in #16
What's Changed
- Ensure file is closed on exception by @eivindjahren in #10
- Fix representation of bools by @mariuswinger in #13
- add functionality for writing MESS type by @mariuswinger in #14
- Expand documentation to be hosted on readthedocs.org @eivindjahren in #16 and #17
- Add support for python 3.10 @eivindjahren in #16
New Contributors
- @mariuswinger made their first contribution in #13
Full Changelog: v1.0.2...v2.0.0
Version 1.0.2
Fixes accidental breaking of backwards compatibility in version 1.0.1. All of those changes have been reverted.
What's Changed since 1.0.0 ?
- Ensure file is closed on exception by @eivindjahren in #10
- Fix representation of bools by @mariuswinger in #13
Full Changelog: v1.0.0...v1.0.2
1.0.1-rc0
What's Changed
- Ensure file is closed on exception by @eivindjahren in #10
- Fix representation of bools by @mariuswinger in #13
New Contributors
- @mariuswinger made their first contribution in #13
Full Changelog: v1.0.0...1.0.1-rc0
Version 1.0.0
Adds the read_length
method for lazily reading length of an array element.
Version 0.0.3
- Fixed formatted reading of 'DOUB' typed keywords
- Now has stricter adherence to formatted printing, which should solve an issue with some
tools being unable to parse formatted file written by ecl-data-io
Version 0.0.2
- Fixed an issue with strings of length 8 not always getting the CHAR ecl type.
- Fixed an issue with the calculation of number of groups in an array.
Version 0.0.1
First release