Releases: equinor/fmu-sumo
Releases · equinor/fmu-sumo
Version 0.3.3 of fmu-sumo
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
What's Changed
Full Changelog: 0.3.1...0.3.2
Version 0.3.1 of fmu-sumo
Add AggregatedTable
class
Version 0.3.0 of fmu-sumo
New version of the Explorer
library, not backwards compatible with the old version.
Version 0.2.4 of fmu-sumo
Version 0.2.3 of 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.