Skip to content

Releases: equinor/resdata

5.0.0-b0

13 Aug 09:57
Compare
Choose a tag to compare
5.0.0-b0 Pre-release
Pre-release

Breaking changes:

  • Summary.pandas_daframe no longer raises ValueError on empty columns by @eivindjahren in #1002

Removed c code

Version 5.0.0 marks the removal of the c interface to resdata. The two supported ways of using resdata is through the command line utilities it provides and the python api. Because of that, a lot of c code previously only exported through c headers have been removed:

What's Changed

Full Changelog: 4.2.4...5.0.0-b0

4.2.4

24 Jul 08:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.3...4.2.4

4.2.3

18 Apr 11:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.2...4.2.3

4.2.2

05 Apr 12:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.1...4.2.2

4.2.1

07 Feb 13:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.2.1

4.1.2

26 Jan 08:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.1.2

4.2.0

26 Jan 09:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.1...4.2.0

4.1.1

13 Dec 08:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.1.1

4.1.0

20 Nov 07:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

Version 4.0.0

13 Nov 15:27
Compare
Choose a tag to compare

Version 4.0.0 introduces a minor breaking change that only effects usage in c code interfaced through cwrap. To avoid collisions in the cwrap names, all resdata cwrap names have been prefixed with rd_.