Skip to content

v0.11.0

Compare
Choose a tag to compare
@kylebarron kylebarron released this 17 Jun 21:45
· 13 commits to main since this release

Breaking changes πŸ”¨

New features ✨

  • feat: Reinstate tooltip by @vgeorge in #736.
    You can now turn on the tooltip by passing show_tooltip=True to Map. You may also want to pass show_side_panel=False to disable the side panel.
  • Clicked point to Lonboard map by @ATL2001 in #671
  • feat: Support geoarrow.box arrays from GeoArrow 0.2 spec by @kylebarron in #793
  • feat: Allow passing Arrow table as positional argument to layer constructors by @kylebarron in #795
  • Switch to the DuckDB Expression API to mitigate sql injection risk by @danielsparing in #777

Visual changes 🎨

Bug fixes πŸ›

Documentation πŸ“–

Internal changes πŸ”§

New Contributors

Full Changelog: v0.10.3...v0.11.0