Skip to content

EOmaps v4.2.1

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 07 Jun 17:52
· 2343 commits to master since this release
10f3b3d

A bugfix release that greatly reduces import time!

🌦️ changes

  • πŸ• greatly reduced "plain" import-time
    • "heavy" modules such as 'datashader', 'xarray' etc. are now lazily imported only when needed
    • this reduces runtime of from eomaps import Maps in a fresh terminal from ~5sec to ~1sec
  • πŸƒ m.add_marker(...) now supports the "layer" kwarg
  • πŸƒ m.show() now automatically calls plt.show() to actually draw the figure if matplotlib is in non-interactive mode

πŸ”¨ fixes

  • legends for WebMap services are now updated based on the visible layer
  • m.add_marker now only draws newly added markers (instead of updating all dynamic artists)
  • avoid using pkg_resources to identify package-version (use explicit _version.py instead)