Releases: JiaweiZhuang/xESMF
Releases · JiaweiZhuang/xESMF
v0.3.0 Adding ESMF.LocStream capabilities
ESMF.LocStream
support (#81) by @raphaeldussin. See this tutorial notebook .
v0.2.2
v0.2.0: Dask and Dataset support
Major updates:
- Lazy evaluation on dask arrays (uses
xarray.apply_ufunc
anddask.array.map_blocks
) 798db9e - Automatic looping over variables in an xarray Dataset cf8644f.
- Add tutorial notebooks on those new features fed8bef
All user-facing APIs in v0.1.x
should still work exactly the same. That said, because some internal codes have changed a lot, there might be unexpected edge cases that break current user code. If that happens, you can revert to the previous version by pip install xesmf==0.1.2
and follow old docs at https://xesmf.readthedocs.io/en/v0.1.2/.
v0.1.2
This release mostly contains internal clean-ups to facilitate future development.
No changes in user API.
List of updates:
v0.1.1
Add python requirement
v0.1.0
Fix license in setup.py