Releases: equinor/fmu-sumo
Releases · equinor/fmu-sumo
Version 0.2.2 of fmu-sumo
What's Changed
Full Changelog: v0.2.1...v0.2.2
Version 0.2.1 of fmu-sumo
What's Changed
- Add simpler methods for fetching blob paths to explorer by @daniel-sol in #98
- Add aggregations by @daniel-sol in #101
- Build docs by @perolavsvendsen in #104
- Improve tests and adapt to Sumo changes by @perolavsvendsen in #108
- Let
prod
be default when initializing the Explorer. by @perolavsvendsen in #109 - Improve get cases by @perolavsvendsen in #110
New Contributors
- @daniel-sol made their first contribution in #98
Full Changelog: 0.2.0...v0.2.1
Remove misleading log line. Cache parent id to disk.
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
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
0.1.8 handle both ert import structures (#85)
Update ert imports
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
- Use SumoClient for uploader instead of CallSumoApi
- Use deprecation package instead of deprecated
Add missing requirement to setup.py
Added missing required install deprecated
to setup.py
Explorer
Added Explorer class to let users navigate/explore cases and child objects.
Expand logging
- Expand logging
- Catch ProxyError