EOmaps v5.1
A first minor release for EOmaps v5.x with a lot of bugfixes, some improvements for speed and memory-management and new functionalities for the colorbar!
Make sure to check the new features introduced in EOmaps v5.0 as well!
🌳 New
- new WebMap service:
m.add_wms.DLR_basemaps
- improved speed and memory-management for very large datasets
🌈 Updates for the colorbar
New convenience function m.colorbar.set_bin_labels()
to simplify labeling individual bins of the colorbar with custom names.
Check the 📖 documentation for more details!
- ... ordinary colorbar (for classified data):
- ... the colorbar after using
m.colorbar.set_bin_labels()
to set custom labels at the center of the specified bins
🔨 Fixes
- allow using (equal-length) 1D datasets for
m.set_shape.raster
- fix close button callback for companion-widget popups
- fix utility widgets for multiple maps in one figure
- fix layer assignment for WebMap legends
- fix providing custom colorbar ticks for classified data
- fix issues with colorbar tick formatter
- avoid memory-intense index-creations for very large datasets
- avoid re-shaping for very large 2D datasets with 1D coordinates
- add some basic unittests for plotting from files
- fix colormap usage for classified datasets