Skip to content

Releases: equinor/fmu-ensemble

v1.2.5

19 May 10:26
4a6f4c8
Compare
Choose a tag to compare

Bugfixes:

  • Allow raw time_index in load_smry()
  • Default logging set back to WARNING (a bug caused it to be at INFO regardless of log settings)

v1.2.4

04 May 15:21
639ff54
Compare
Choose a tag to compare

Point release removing libecl from requirements again.

libecl can be installed by pip, but does not need to. Allow for custom libecl installs by not having it required.

v1.2.3

28 Apr 08:29
00613c4
Compare
Choose a tag to compare

Minor release:

  • Add 'first' as a time-frequency when asking for summary data

v1.2.2

30 Mar 16:16
0619f09
Compare
Choose a tag to compare

Small feature-relase:

  • VirtualEnsemble and VirtualRealizations can now go into EnsembleCombinations/RealizationCombinations.
  • Summary metadata for Eclipse vectors have an API through get_smry_metadata(). Use to request whether summary vectors are cumulative, rates, historical etc.
  • The get_df() function has an optional argument for merging with other data. The merging of summary data with parameters is common enough to warrant this special support, also it will allow significant speedup later in concurrent operations.

v1.2.1

25 Feb 10:02
624fb77
Compare
Choose a tag to compare

Bugfix release:

  • Observations.load_smry() now works on EnsembleCombinations
  • Don't crash on new layout in STATUS files coming from newer ERT.

v1.2.0

29 Jan 12:12
57ec293
Compare
Choose a tag to compare
  • Add support for dumping VirtualEnsembles to disk
  • Support ISO-strings with dates for get_smry()
  • Support for manifests in ensemble objects (dictionaries attached to ensembles with more metadata)
  • Batch processing support when initializing ensembles, this is preparing for future concurrent applications, but can already be used.

v1.1.1

15 Nov 12:00
Compare
Choose a tag to compare
  • find_files() has added features for metadata as dict being unrolled into the files dataframe.
  • The smryh section in observations can have individual dates or date mnenomics.
  • Fix bug when REAL is already present in loaded CSV files.

v1.1.0

28 Aug 13:11
0fc4d24
Compare
Choose a tag to compare

v1.1.0 is an upgrade of v0.2.1 (which is equal to v1.0.0), with new features and fixes.

  • Dummy index for ScratchRealization #8
  • Improved observation support #3 (partially solving #1 )
  • Restart case handling #5
  • On auto-discovery of Eclipse files #6
  • Python 3 compatibility #20
  • Ensembleset feature addition #18
  • Official documentation moved to https://equinor.github.io/fmu-ensemble

Release 1.0.0

02 Jul 12:07
Compare
Choose a tag to compare

Release 1.0.0 is identical to 0.2.1.