Skip to content

Releases: JiaweiZhuang/xESMF

v0.3.0 Adding ESMF.LocStream capabilities

06 Mar 19:59
Compare
Choose a tag to compare

v0.2.2

07 Oct 23:50
Compare
Choose a tag to compare
  • Add option to allow degenerated grid cells #61

v0.2.0: Dask and Dataset support

05 Aug 00:38
Compare
Choose a tag to compare

Major updates:

  • Lazy evaluation on dask arrays (uses xarray.apply_ufunc and dask.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

04 Aug 01:01
Compare
Choose a tag to compare

This release mostly contains internal clean-ups to facilitate future development.
No changes in user API.

List of updates:

  • Deprecates regridder.A in favor of regridder.weights 792e228
  • Speed-up test suites by using coarser grids 4152b41
  • Use parameterized tests when appropriate 3cf78b9
  • Fix small memory leaks from ESMF.Grid 9963d95
  • Properly assert ESMF enums bce5bc3

v0.1.1

01 Jan 02:09
Compare
Choose a tag to compare
Add python requirement

v0.1.0

01 Jan 01:48
Compare
Choose a tag to compare
Fix license in setup.py