-
Notifications
You must be signed in to change notification settings - Fork 25
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 v8.0 #205
Merged
Merged
Merge for v8.0 #205
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #205 +/- ##
==========================================
- Coverage 75.49% 75.23% -0.27%
==========================================
Files 24 26 +2
Lines 11117 11709 +592
==========================================
+ Hits 8393 8809 +416
- Misses 2724 2900 +176 ☔ View full report in Codecov by Sentry. |
30 tasks
- use the tag "ignore_in_unittest" to ignore a code-cell
IPython Widgets
- allow "-1" as width/height - make sure x0 and y0 are fixed to the provided values - update docstrings accordingly
+ allow passing xarray.Dataset objects to m.set_data
(as they are used for development and required in the tests)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A new major release that brings a lot of important updates and improvements for EOmaps!
§ New License!
The EOmaps source code is now licensed under a BSD 3 Clause License to make it easier for users and contributors to improve and extend the codebase and to use EOmaps to build awesome tools for geo-data analysis!
Interested in contributing to EOmaps? Checkout the updated Contribution Guide!
pip
installDependency management for
EOmaps
has been improved to split between required and optional dependencies.Make sure to have a look at the updated installation instructions in the docs for more details on how to selectively install optional dependencies!
🌳 New
m.set_data(...)
now directly acceptsxarray.Datasets
as input (see docs on how to assign datasets)overlay_layer
switch_layer
keypress-callback now also accepts lists of layer-names (or lists of tuples(name, transparency)
)"ensure_same_id"
LayoutEditor
now accepts-1
as width/height value for axes (to auto-adjust the value)🕹️ Jupyter Widgets
There is now a collection of pre-configured Jupyter Widgets that can be used as control elements in Jupyter Notebooks!
🌦️ Changes
pyproject.toml
file (instead ofsetup.py
)>=3.8
_version.py
has been removed. The version is now specified in the[project]
category of thepyproject.toml
file.micromamba
to setup (and cache) test environmentsshow_outline
andylabel
have been renamed tooutline
andhist_label
📖 Documentation updates
Make sure to checkout the fully updated API docs!
🔨 Fixes
numpy
binary incompatibility warning ifnetCDF4
is imported after numpym.apply_layout(...)
shade_raster
shaperaster
-shapem.add_text(...)
numpy.ma.masked_array
issues with datashader/numba when using"shade_points"
raster
shape with 1D datasets