Skip to content

EOmaps v4.1.1

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 27 May 18:46
· 2396 commits to master since this release
8e9db5a

A bugfix release that brings some nice updates for the colorbar.

🌈 updates for the colorbar

  • ⭐ Colorbars now have proper extension-arrows to indicate values outside the colorbar-range
  • m.add_colorbar() supports some new arguments to further customize the colorbar:
    • histogram_size : set the relative height of the histogram in relation to the height of the colorbar
      (use 0 for a plain colorbar and 999 for a plain histogram)
    • extend_frac: set the relative size of the extension-arrows
    • add_extend_arrows: toggle drawing extension-arrows
      (by default arrows are only drawn if there are values outside the [vmin, vmax] range)

🌦️ changes

  • setting vmin/vmax no longer clips data-values
    (e.g. callbacks now always retrieve actual data-values independent of vmin/vmax)

🔨 fixes

  • fix setting zorder for WebMap layers
  • make sure the default zorder for m.plot_map() is 1 for all shapes
  • fix test-action issues (use mamba + updated version of conda-incubator)
  • fix adding static annotations by dataset-ID with m.add_annotation()
  • fix some issues with draggable axes
  • fix sorting of callback-execution order