Skip to content

Releases: equinor/resdata

2.11.0-rc1

23 Aug 07:23

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

Choose a tag to compare

Remove legacy Python packages ert and ecl.ecl.

Python 3.9 support

18 Mar 08:32

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

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

Choose a tag to compare

Changelog

Bugfixes:

  • Fix crash in coarse cell groups [1a7ba30]

2.9.3rc0: Rename libecl to ecl

28 Oct 13:51

Choose a tag to compare

Resolves: #710

Also add `libecl` package that installs `ecl` of the same version

2.9.3: Rename libecl to ecl

03 Nov 08:38

Choose a tag to compare

Resolves: #710

Also add `libecl` package that installs `ecl` of the same version

2.9.2

27 Oct 11:27

Choose a tag to compare

Contains ecl_unpack.x and ecl_pack.x binaries for PyPI

2.9.2rc1: Merge pull request #728 from jepebe/retry-testpath

24 Sep 07:31
0b0973f

Choose a tag to compare

Add feature to retry if test path already exists when using TestArea

2.9.1

12 Aug 07:47

Choose a tag to compare

  • Don't set util_abort signal handler on py3
  • Don't check for Python packages in CMake
  • Remove deprecated BUILD_PYTHON
  • Minor changes to test pipeline