Skip to content

Releases: equinor/resfo

Version v3.0.0b1

27 Apr 09:56
Compare
Choose a tag to compare
Version v3.0.0b1 Pre-release
Pre-release

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:

Full Changelog: v3.0.0b0...v3.0.0b1

Version 3.0.0-b0

30 Jul 13:30
Compare
Choose a tag to compare
Version 3.0.0-b0 Pre-release
Pre-release

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

28 Jun 07:51
Compare
Choose a tag to compare

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 for Format.UNFORMATTED.

What's Changed

Full Changelog: v1.0.1...v2.1.0

Version 2.0.0

25 Jun 20:05
Compare
Choose a tag to compare

Version 2 marks the drop of support for python 3.6.

Breaking changes

What's Changed

New Contributors

Full Changelog: v1.0.2...v2.0.0

Version 1.0.2

25 Jun 20:16
Compare
Choose a tag to compare

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 ?

Full Changelog: v1.0.0...v1.0.2

1.0.1-rc0

08 Apr 11:53
Compare
Choose a tag to compare
1.0.1-rc0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0...1.0.1-rc0

Version 1.0.0

27 Oct 05:28
Compare
Choose a tag to compare

Adds the read_length method for lazily reading length of an array element.

Version 0.0.3

14 Oct 10:56
Compare
Choose a tag to compare
  • 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

23 Aug 06:45
Compare
Choose a tag to compare
  • 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

05 Aug 05:57
Compare
Choose a tag to compare

First release