Skip to content

Version 0.8.4

Compare
Choose a tag to compare
@philippjfr philippjfr released this 06 Jun 09:09
· 161 commits to main since this release
d336e11

The 0.8.4 release brings a number of bugfixes and documentation improvements. Many thanks to @kthyng (first contribution!), @raybellwaves, @jsignell , @hoxbro, @maximlt and @philippjfr for contributing.

Bug fixes:

  • Fix .interactive layout compatibility with Bokeh 3 (1076)
  • Fix usage with intake (1052)
  • Fix deprecated usage of Param 2.0 (1064)
  • Fix projection when xlim/ylim provided (1053)
  • Fix interpretation of positional arg with geopandas, now used as color (1056)
  • Fix import error messages for geo dependencies (1054)
  • Fix usage of hover for geometries - make it less likely to fail (1055)

Documentation:

  • Update to latest nbsite & pydata-sphinx-theme (1070)
  • Update to Google Analytics4 (1075)

Maintenance:

  • Add ipywidgets to the examples deps (1048)