Skip to content

Commit

Permalink
Change import to support shapely 1 and 2. (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed Sep 5, 2023
1 parent b08bb2e commit c957de7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
What's new
==========

0.8.1 (2023-09-05)
------------------

Bug fixes
~~~~~~~~~
* Change import to support shapely 1 and 2.


0.8.0 (2023-09-01)
------------------

Expand Down
2 changes: 1 addition & 1 deletion xesmf/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import numpy as np
import sparse as sps
import xarray as xr
from shapely import LineString
from shapely.geometry import LineString
from xarray import DataArray, Dataset

from .backend import Grid, LocStream, Mesh, add_corner, esmf_regrid_build, esmf_regrid_finalize
Expand Down

0 comments on commit c957de7

Please sign in to comment.