0.5.0 maintenance release
This maintenance release includes the follows breaking changes:
- The minimum Python version has been raised to 3.7, as Python 3.6 has now reached EOL (#270).
- The handling of certain parameters (namely:
legend
,cmap
, andhue
) togeoplot.kdeplot
has been changed. Previously these parameters were interpreted bygeoplot
directly. Now they are simply passed down to the underlyingseaborn.kdeplot
instance (#271, #272).
This maintenance release includes the following non-breaking changes: