You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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