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.3.2 #193

Closed
wants to merge 10 commits into from
Closed

Merge for v7.3.2 #193

wants to merge 10 commits into from

Conversation

raphaelquast
Copy link
Owner

@raphaelquast raphaelquast commented Nov 23, 2023

🌳 New

  • you can now use style kwargs when adding multiple preset-features, e.g.:
    m.add_feature.preset("coastline", "ocean", "land", alpha=0.5)

🌦️ Changes

  • The figure-header added by the jupyter-notebook ipympl backend is now hidden by default
    (To re-enable the header, use m.f.canvas.header_visible = True)

🔨 fixes

  • fix UserDefined classification issue: max-bin replaced by data-max
  • fix issues with RGBA snapshots for inline plots in jupyter notebooks

Copy link

codecov bot commented Nov 23, 2023

Codecov Report

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

Comparison is base (1feedc8) 75.61% compared to head (2323646) 75.41%.
Report is 14 commits behind head on master.

Files Patch % Lines
eomaps/helpers.py 79.06% 18 Missing ⚠️
eomaps/eomaps.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   75.61%   75.41%   -0.21%     
==========================================
  Files          24       24              
  Lines       11102    11162      +60     
==========================================
+ Hits         8395     8418      +23     
- Misses       2707     2744      +37     

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

@raphaelquast raphaelquast changed the base branch from master to v7.3.2 December 1, 2023 09:52
@raphaelquast raphaelquast changed the base branch from v7.3.2 to master December 1, 2023 09:52
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