Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@duncanwp duncanwp released this 06 Sep 10:44
· 15 commits to master since this release
b01ad81

ESEm 1.1

  • We have added this What's New page for tracking the latest developments in ESEm!
  • We have dropped the mandatory requirement of Iris to make installation of ESEm easier. We have also added support for
    xarray DataArrays so that users can use their preferred library for data processing.
  • The esem.emulator.Emulator.predict and esem.emulator.Emulator.batch_stats methods can now accept pd.DataFrames to match the training interface. The associated doc-strings and signatures have been extended to reflect this.

Bugs fixed

  • Use tqdm.auto to automatically choose the appropriate progress bar for the context
  • Fix plot_validation handling of masked data