Skip to content

Conversation

@raphaelquast
Copy link
Owner

@raphaelquast raphaelquast commented Nov 18, 2025

🌦️ Changes

🌳 New

  • New convenience methods:
  • 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
  • Additional kwargs passed to m.add_logo() are now forwarded to plt.imshow() to customize the appearance of the logo
  • m.set_extent_to_location() now supports the additional buffer kwarg to enlarge the set extent

🔨 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
  • fix colorbar parent axes is not removed when calling cb.remove()
  • don't re-position axes in the LayoutEditor while selecting multiple axes with "shift"

@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

❌ Patch coverage is 72.97297% with 40 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.55%. Comparing base (63c5a3d) to head (ce93690).
⚠️ Report is 61 commits behind head on master.

Files with missing lines Patch % Lines
eomaps/cb_container.py 50.00% 9 Missing ⚠️
eomaps/eomaps.py 81.81% 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/colorbar.py 33.33% 2 Missing ⚠️
eomaps/layout_editor.py 60.00% 2 Missing ⚠️
eomaps/callbacks.py 75.00% 1 Missing ⚠️
eomaps/scalebar.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #267      +/-   ##
==========================================
+ Coverage   75.23%   75.55%   +0.31%     
==========================================
  Files          27       27              
  Lines       11908    11977      +69     
==========================================
+ Hits         8959     9049      +90     
+ 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
Raphael Quast and others added 27 commits November 24, 2025 15:48
- remove _set_country_frame
- add _get_country_frame
(otherwise no clipping would occur and the whole axes
would be filled with the image)
(to avoid accidental re-positioning while selecting multiple axes)
@raphaelquast raphaelquast merged commit deb508a into master Jan 21, 2026
6 of 7 checks passed
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