Releases: duncanwp/ESEm
Releases · duncanwp/ESEm
v1.1.0
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
andesem.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
v1.0.0
ESEm 1.0.0
This first official release of ESEm includes a number of significant changes over the initial release, including:
- A new name! The new name was chosen to reflect the broad applicability we hope this package will have
- Full documentation!
- A pip package
- Simplified interface and streamlined emulator wrappers
- New DataProcessors for transparent data pre- and post-processing