🔨 Fixes
- fix minor dependency issues reported on conda-forge
EOmaps v8.3
A new minor release that brings a few features and a much improved documentation!
🌳 New
- There is a new method
ScaleBar.set_rotation
to set the rotation-angle of a scalebar. m.set_frame(gdf=...)
can now be used to set arbitrary map-boundaries based ongeopandas.GeoDataFrames
(multipolygon support requires upcoming cartopy v0.24 release)- There is a new contextmanager
Maps.delay_draw
that can be used to delay intermediate draw-events and speed up the creation of complex figures.
📖 Documentation updates and new theme
🚀 Big thanks to @Fanchengyan for his efforts to improve the documentation!
- Docs now use the
PyData Sphinx Theme
- New improved example gallery based on
myst_sphinx_gallery
ready to be filled with a lot of examples!
🔨 Fixes
- Fix issues with "inherit_position=False" for colorbars
- Make sure cached layers are re-drawn if a colorbar changes the axes-size
- Fix treatment of assigned "search_radius" for
pick
callbacks if 1D brute-force search is used - Update GitHub actions and documentation dependencies