Skip to content

Releases: equinor/resdata

Version 2.4.b1

29 Jan 08:28
Compare
Choose a tag to compare
Clean up the Travis file

Fixed crash when loading NNC data for some grids

24 Jan 07:53
Compare
Choose a tag to compare
Fixed operator< for ecl_nnc_pair_type

The previous implementation returned true even when the compared objects
were equal, and that made std:sort screw up the memory on some cases

Fix LGR load bug

12 Nov 14:48
Compare
Choose a tag to compare
2.3.1

Set micro version to 2.3.1

2.4.a1: Merge pull request #525 from stefoss23/well_segment_state_ts_to_cpp

11 Nov 22:31
3400ad1
Compare
Choose a tag to compare
WIP: Well segment collection using std::Vector

Version 2.3.0

31 Oct 08:28
f68e3b6
Compare
Choose a tag to compare
Set version to 2.3.0 in code

2.3.rc4: Merge pull request #510 from joakim-hove/resample-fixupII

24 Oct 20:09
2a40492
Compare
Choose a tag to compare
The testing of summary_resample is temporarily disabled.

2.3.rc3: Merge pull request #504 from joakim-hove/summary-restart

23 Oct 10:19
34746f3
Compare
Choose a tag to compare
WIP: Extend length of case1 in ecl_sum restart testing

2.3.rc2: Merge pull request #502 from stefoss23/smspec_shall_use_std_map_and_s…

19 Oct 11:36
b367d33
Compare
Choose a tag to compare
…td_vector

Smspec shall use std map and std vector

2.3.rc1

10 Oct 08:00
162d336
Compare
Choose a tag to compare
2.3.rc1 Pre-release
Pre-release
Merge pull request #500 from stefoss23/fix_ecl_sum_panda_frame

WIP: Fix ecl sum panda frame

Fixed bug with CASE.SMSPACE and directory CASE

05 Oct 18:03
Compare
Choose a tag to compare
Pathname bug in ecl_sum

The ecl_sum_set_case() function was confused if a directory BASE existed along
with the BASE.xxxx files which belonged to a simulation. Fixed by using new
purely string based path inspection functions.