-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to 3.0.0rc1 #910
Bump to 3.0.0rc1 #910
Conversation
e8fd944
to
1ef5739
Compare
1ef5739
to
c697cbf
Compare
- Remove `import shapely` since `esmpy` and `cdms2` are no longer direct dependencies
# import shapely here (before any esmpy imports via cdms2) to prevent a | ||
# segfault related to multiprocessing. Do not import esmpy here to prevent | ||
# issue with dask when using ESMF with system compilers. | ||
import shapely |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds reasonable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @xylar, a quick review of the dependency change would be great. Almost done with v3.0.0rc1
!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me.
Description
PRs to merge before this PR
convert_units()
not keeping attrs #916Summary of Changes
esmpy
from dependencies #908esmpy
andshapely
dependenciesimport shapely
sinceesmpy
andcdms2
are no longer direct dependenciesChecklist
If applicable: