Skip to content

EOmaps v8.3.2

Latest
Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 05 Feb 20:05
813c7b9

A minor bugfix release that addresses some pending issues.

🔨 Fixes

  • ❗fix m.set_shape.contour() if matplotlib >=3.10 is used
  • fix AttributeError: 'Figure' object has no attribute '_mpl_orig_savefig'
  • fix readthedocs builds (e.g. add "sphinx configuration key")

🌳 New

  • You can now provide the crs also as a string, e.g: m = Maps(crs="EPSG:4326")