Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge for v7.2.1 #188

Merged
merged 16 commits into from
Oct 9, 2023
Merged

Merge for v7.2.1 #188

merged 16 commits into from
Oct 9, 2023

Conversation

raphaelquast
Copy link
Owner

@raphaelquast raphaelquast commented Oct 5, 2023

A first bugfix release for v7.2 that also brings some nice performance improvements!

🔨 Fixes

  • ❗ Fix issues with aggregated datasets outside the currently visible extent
  • ❗ Fix displacement of grid-labels on figure export with dpi other than the native dpi
  • ❗ Fix dataset export issues with "agg" backend on some of the plot-shapes
  • general performance updates for background-fetching and caching
  • avoid activating the companion widget when webagg backend is active

🌳 New

  • New method for raster-data aggregation: "mode" (e.g. most common value)
  • The behavior of callbacks during toolbar actions can now be set via
    m.cb.<method>.set_execute_during_toolbar_action()
  • New .remove() method for grid-lalbels

🌦️ Changes

  • To avoid issues with "webagg" derived backends, custom "move" callbacks no longer trigger automatic updates of the plot.
    ❗ Explicitly call m.BM.update() in custom move-callbacks to trigger an update!

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Attention: 27 lines in your changes are missing coverage. Please review.

Comparison is base (d7e8860) 75.37% compared to head (fb4ba84) 75.31%.
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
- Coverage   75.37%   75.31%   -0.07%     
==========================================
  Files          24       24              
  Lines       10952    10989      +37     
==========================================
+ Hits         8255     8276      +21     
- Misses       2697     2713      +16     
Files Coverage Δ
eomaps/_version.py 100.00% <100.00%> (ø)
eomaps/helpers.py 79.95% <100.00%> (-0.25%) ⬇️
eomaps/callbacks.py 86.15% <77.77%> (-0.19%) ⬇️
eomaps/cb_container.py 81.72% <82.35%> (-0.16%) ⬇️
eomaps/_data_manager.py 80.83% <55.55%> (-0.36%) ⬇️
eomaps/eomaps.py 67.16% <30.76%> (-0.19%) ⬇️
eomaps/grid.py 80.41% <68.96%> (-0.35%) ⬇️

... and 1 file with indirect coverage changes

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

@raphaelquast raphaelquast merged commit d44423f into master Oct 9, 2023
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.

1 participant