Skip to content

Dependency bug fix release

Compare
Choose a tag to compare
@ljwolf ljwolf released this 27 Jul 12:54
4a63e0b

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.