Skip to content

Releases: equinor/resdata

2.13.2

25 Apr 11:53
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Fix parsing of num_cpu from DATA file where it could be misinterpreted from other sections #862

Other notes

  • Fix typo in documentation
  • Simplifies dependencies as we no longer support python 2.7

For fullchangelog see 2.13.1...2.13.2

2.13.1

16 Nov 10:55
Compare
Choose a tag to compare

What's Changed

  • Simplify installation on corporate network by @dotfloat in #834
  • Avoid loss of precision when converting to double. by @BjarneHerland in #837
  • Fix segmentation fault during util_abort by @dotfloat in #839

Full Changelog: 2.13.0...2.13.1

Python 3.10

01 Nov 11:14
Compare
Choose a tag to compare

This release adds Python 3.10 wheels

2.12.0

18 Oct 11:03
Compare
Choose a tag to compare

New features:

  • Added ecl.set_abort_handler for ERT Azure logging. [Note: This feature isn't part of ecl's stable API]

Other:

2.11.0

23 Sep 07:52
Compare
Choose a tag to compare

Deprecation removal:

  • Remove legacy Python packages ert and ecl.ecl

Bugfixes:

  • Python: Use time.perf_coutner instead of time.clock in internal test

Other:

  • All c/c++ code formatted with clang-format
  • Fix typo in error message

2.11.0-rc1

23 Aug 07:23
Compare
Choose a tag to compare
2.11.0-rc1 Pre-release
Pre-release

Changelog

Features

  • All c/c++ code formatted with clang-format

Bugfixes

  • Python: Use time.perf_coutner instead of time.clock in internal test

Other notes

  • Fix typo in error message

2.11.0-rc0

30 Jun 11:36
Compare
Choose a tag to compare

Remove legacy Python packages ert and ecl.ecl.

Python 3.9 support

18 Mar 08:32
Compare
Choose a tag to compare

Changelog:

Features

  • A bug in our tests have been fixed, letting Python 3.9 pass all of them. There might still be uncovered Python 3.9-specific issues still.

Bugfixes

  • Fix infinite loop when attemping to obtain the current working directory, after it has been removed

Other notes

  • Minor documentation fixes in EclSum.iget and EclSum.get_days

2.10.0

13 Jan 14:42
Compare
Choose a tag to compare

Changelog

Features

  • Add all ecl utilities (applications) to the Linux Python PyPI package. Note that they might get deprecated in the near future. 8d223db

Bugfixes

  • Python: Fix segmentation fault when using repr on an incomplete EclSum object. 265dd23

Other notes

  • Refactored tests: They are faster, and more of them are possible to run without Equinor data

2.9.4

24 Nov 10:46
Compare
Choose a tag to compare

Changelog

Bugfixes:

  • Fix crash in coarse cell groups [1a7ba30]