Skip to content

EOmaps v8.3.1

Latest
Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 01 Sep 11:46
· 1 commit to master since this release
74fd6d1

🔨 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 on geopandas.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!

🔨 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