A minor bugfix release that addresses some pending issues.
🔨 Fixes
- ❗fix
m.set_shape.contour()
ifmatplotlib >=3.10
is used - fix
AttributeError: 'Figure' object has no attribute '_mpl_orig_savefig'
- fix readthedocs builds (e.g. add "sphinx configuration key")
🌳 New
- You can now provide the crs also as a string, e.g:
m = Maps(crs="EPSG:4326")