- fix: `ConfigurationDict.update` did not actually perform the requested update (does not affect `Configuration.update`) - enh: also use points_in_polygon from scikit-image to determine contour levels
0.24.2
- build: import new skimage submodules so that PyInstaller will find and use them
0.24.1
- enh: improve polygon filter speed by roughly two orders of magnitude with a cython version taken from scikit-image; there are only minor differences to the old implementation (top right point included vs. lower left point included), so this is not a breaking change (23)