Dependency bug fix release
This fixes a minor (breaking) bug for environments without the pygeos
package. It makes the pygeos
package a soft dependency for functions in the esda.shape
and esda.map_comparison
modules. If you intend to use functionality from those modules, you will need to install pygeos
. Using functions from those modules without having pygeos
installed will generate an ImportError
or ModuleNotFoundError
, depending on the configuration for the installation.