Skip to content

Conversation

@raphaelquast
Copy link
Owner

@raphaelquast raphaelquast commented Nov 18, 2025

🌦️ Changes

🌳 New

  • New convenience methods:
    • m.new_subplot() to add an ordinary matpltolib subplot.
    • m.transform_lonlat_to_plot() to quickly transform coordinate-values from lon/lat to the plot-crs
    • m.transform_plot_to_lonlat() to quickly tansform coordinate-values from the plot-crs to lon/lat
  • New contextmanager: m.cb.<event-type>.make_artists_temporary() to simplify
    the use of temporary artists in callbacks. Just create your temporary artists within the callback and
    to have them removed on the next <event-type> event (e.g. "click", "pick", "keypress" or "move").
  • New WebMap service provided by the city of Vienna (data.wien.gv.at) is accessible via:
    m.add_wms.Austria.Wien_data...
  • You can now use pip install eomaps[docs] to install all required dependencies to build the docs

🔨 Fixes

  • address deprecation warning for GeoDataFrame.unary_union
  • remove python 3.8 from unittests and add python 3.13
  • fix m.get_layout reporting figure dimensions as numpy-floats
  • fix issues with "always_on_top" flag
  • fix issues with numpy v2.x and WebMapService BBox extents
  • fix m.add_wms.GEBCO... webmaps
  • fix temporary grids are redrawn on fetch-background
  • fix layout-editor artist handling on "all" layer
  • fix treatment of positional args for m.new_subplot()
  • fix updating map frame properties based on country-boarders with m.set_frame()
  • fix issues with color-names when adding annotations via the widget
  • fix webmap clipping in case clip-path is outside the field-of-view

@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

❌ Patch coverage is 71.21212% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.52%. Comparing base (63c5a3d) to head (47a41d7).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
eomaps/cb_container.py 50.00% 9 Missing ⚠️
eomaps/eomaps.py 74.19% 8 Missing ⚠️
eomaps/webmap_containers.py 33.33% 6 Missing ⚠️
eomaps/_blit_manager.py 80.00% 5 Missing ⚠️
eomaps/_webmap.py 76.92% 3 Missing ⚠️
eomaps/annotation_editor.py 0.00% 3 Missing ⚠️
eomaps/callbacks.py 75.00% 1 Missing ⚠️
eomaps/colorbar.py 50.00% 1 Missing ⚠️
eomaps/layout_editor.py 66.66% 1 Missing ⚠️
eomaps/scalebar.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #267      +/-   ##
==========================================
+ Coverage   75.23%   75.52%   +0.29%     
==========================================
  Files          27       27              
  Lines       11908    11964      +56     
==========================================
+ Hits         8959     9036      +77     
+ Misses       2949     2928      -21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@raphaelquast raphaelquast changed the title Merge for v8.3.4 Merge for v8.4 Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants