Skip to content

Releases: equinor/fmu-sumo

Version 0.3.3 of fmu-sumo

21 Mar 09:11
a4c4514
Compare
Choose a tag to compare

What's Changed

  • Remove pytest from requirements.txt as it creates issues in komodo (keeping it in requirements_test.txt) by @roywilly in #145

Full Changelog: 0.3.2...0.3.3

Version 0.3.2 of fmu-sumo

20 Mar 08:53
e0d4d27
Compare
Choose a tag to compare

What's Changed

  • Upload seismic segy-files using OpenVDS SEGYImport by @roywilly in #141

Full Changelog: 0.3.1...0.3.2

Version 0.3.1 of fmu-sumo

20 Mar 08:31
a8e9702
Compare
Choose a tag to compare

Add AggregatedTable class

Version 0.3.0 of fmu-sumo

02 Mar 12:50
1516444
Compare
Choose a tag to compare

New version of the Explorer library, not backwards compatible with the old version.

Version 0.2.4 of fmu-sumo

31 Jan 08:20
45abe11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

Version 0.2.3 of fmu-sumo

13 Jan 08:35
8ca646b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

Version 0.2.2 of fmu-sumo

11 Jan 11:46
e079edc
Compare
Choose a tag to compare

What's Changed

  • Reduce lifetime of cached sumo-id file to 1 day by @roywilly in #111

Full Changelog: v0.2.1...v0.2.2

Version 0.2.1 of fmu-sumo

23 Dec 11:22
14def25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...v0.2.1

Remove misleading log line. Cache parent id to disk.

13 Oct 07:59
0e07140
Compare
Choose a tag to compare
Remove misleading log statement. Cache the sumo parent id on disk.

* Remove misleading log statement 'Not uploaded to Sumo'. Cache the sumo parent id on file to reduce number of calls to Sumo core server.  Add preview as a valid environment.

Fix ERT imports

20 Sep 15:35
c836205
Compare
Choose a tag to compare
Reverse order of ert.shared vs ert_shared imports (#88)

Importing the deprecated ert_shared first in the try
clause might trigger deprecation warnings.