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
Changed the order of operations in clisops.core.subset.subset_shape to ensure that the CRS of the shapefile is compatible with the dataset CRS before attempting to subset (#340).
Breaking Changes
Anaconda builds now require cartopy >=0.23 and only support Python 3.9 and above (#340).
Many dependency version pins now include lower bounds for clearer compatibility and easier maintenance (#343).
Other Changes
Internal warnings now consistently use the clisops configured loguru logger (#335).
CI Actions now use the commit hashes for version tracking (#343).