Releases: equinor/fmu-sumo
Releases · equinor/fmu-sumo
Version 1.1.0 of fmu-sumo
What's Changed
- add contributing.md and security.md by @equinor-ruaj in #266
- More metadata by @rwiker in #268
- Generate case summaries based on aggregations. by @rwiker in #270
- Update docs by @perolavsvendsen in #273
- 267 to pandas as function by @perolavsvendsen in #272
- Discontinue deprecated methods by @perolavsvendsen in #275
Full Changelog: 1.0.3...v1.1.0
Implement summary (overview) for cases
- Include more metadata attributes (by switching from specifying what to include, to specifying what to exclude).
- Use aggregations to create an
overview
property on case objects.
Get full set of values for bucket aggregations
Use "composite" aggregation in a loop over "terms" aggregation to ensure all values are collected.
1.0.2
What's Changed
- Remove uploader section from README.md by @equinor-ruaj in #245
- update README and fix filtering on bool properties by @equinor-ruaj in #252
- Pyproject toml config by @equinor-ruaj in #259
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Adjust to new version of SumoClient by @adnejacobsen in #239
- Update run_tests.yaml: pip install fails now, try another pip cmd by @roywilly in #240
Full Changelog: 1.0.0...1.0.1
1.0.0
0.5.4
What's Changed
- update surface aggregation url by @equinor-ruaj in #233
- Run gh actions tests every night by @roywilly in #234
Full Changelog: 0.5.3...0.5.4
0.5.3
What's Changed
- set minimum required python version to 3.8 by @equinor-ruaj in #227
- Uploader tests moved to new repo. Run github actions tests on multiple py and os versions by @roywilly in #229
- Also run github actions tests on macos by @roywilly in #230
- implement iter and aiter in DocumentCollection by @adnejacobsen in #231
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
- Await response before parsing
json
data by @anders-kiaer in #225
Full Changelog: v0.5.1...0.5.2