Releases: equinor/fmu-ensemble
Releases · equinor/fmu-ensemble
v1.5.1
Bug fix release
- Comply with latest
black
style suggestions.
- Ignore
pandas
FutureWarning
on python > 3.6
while waiting for dropping python == 3.6
support.
v1.5.0
Deprecation release, several functions are marked as deprecated to prepare for an upcoming breaking release.
- cache_eclsum will trigger warning if it is different from None
- get_groupnames() and get_wellnames() are deprecated and will be removed
- to_disk() and from_disk() are considered deprecated and might be removed.
- grid access functions are deprecated and will be removed.
v1.4.5
Display DeprecationWarning when fmu.ensemble.etc is used.
v1.4.4
Bugfix: Bugfix in 1.4.3 was not properly done, importing etc should now be possible.
v1.4.3
Bugfix: The submodule fmu.ensemble.etc is missing in v1.4.1 and v1.4.2. Reinstated, but will emit deprecation warning when used.
v1.4.2
Bugfix release: Remove stray print statement, causing user disturbance.
v1.4.1
Fixes:
- Allow missing EGRID in some realizations
- Fix logging configuration, letting client scripts decide logging level.
v1.3.1
Avoid a crash when parameters
were requested as a class property of an Ensemble object, and no parameters existed.
v1.3.0
- Support weekly as a time index argument, and also all other Pandas offset strings.
- Bugfix for non-closed file jobs.json