Closed jGaboardi closed 6 months ago
We have the check as
Version(geopandas.__version__) >= Version("1.0")
which means that the dev version returns False here. You can do Version("1.0dev")
to include the alpha in the checks but in any case, the warning will not show up with the stable GeoPandas 1.0.
Got it. We'll keep as is then.
As a follow up & confirmation of #437, this is still being thrown in the DEV environment. Was I correct in thinking that this was fixed in #437 or did I misunderstand something?
xref #449