Skip to content

Releases: equinor/fmu-sumo

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.

Handle both ert import structures

18 Aug 07:39
cd86303
Compare
Choose a tag to compare
0.1.8

handle both ert import structures (#85)

Update ert imports

17 Aug 13:28
6de270f
Compare
Choose a tag to compare

Due to restructuring in the ert package, some import have been updated:

  • import from ert.shared instead of ert_shared
  • import ErtScript from ert instead of res.job_queue

Use SumoClient for uploader and use deprecation package

03 Jun 08:17
ea742e7
Compare
Choose a tag to compare
  • Use SumoClient for uploader instead of CallSumoApi
  • Use deprecation package instead of deprecated

Add missing requirement to setup.py

24 May 10:34
30e2d19
Compare
Choose a tag to compare

Added missing required install deprecated to setup.py

Explorer

12 May 08:05
f3d7050
Compare
Choose a tag to compare

Added Explorer class to let users navigate/explore cases and child objects.

Expand logging

21 Jan 11:12
a8d98f5
Compare
Choose a tag to compare
  • Expand logging
  • Catch ProxyError