Skip to content

Releases: developmentseed/lonboard

v0.11.1

18 Jun 15:17
6da32a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

17 Jun 21:45
5dba08f
Compare
Choose a tag to compare

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

v0.10.4

10 Feb 18:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.3...v0.10.4

v0.10.3

15 Oct 14:49
b32d9a5
Compare
Choose a tag to compare

What's Changed

  • Downgrade minimum traitlets version to fix use with Colab. #687

Full Changelog: v0.10.2...v0.10.3

v0.10.2

15 Oct 14:49
5536a86
Compare
Choose a tag to compare

What's Changed

  • Fix using TripsLayer.from_movingpandas with numpy v2. by @kylebarron in #683

Full Changelog: v0.10.1...v0.10.2

v0.10.1

15 Oct 14:48
4af9e2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

07 Oct 19:59
8202ca5
Compare
Choose a tag to compare

New! ✨

  • New TripsLayer for animating moving objects, which integrates with MovingPandas. See the Air Traffic Control example and the MovingPandas integration example.
  • New ColumnLayer for rendering extruded cylinders. See the new ColumnLayer example.
  • Removed required dependencies! geopandas, pandas, shapely, pyarrow, matplotlib, and palettable are now optional dependencies. Lonboard will still work out of the box with them, but they aren't required to use Lonboard. This gives Lonboard a smaller footprint and makes it easier to use in environments such as Pyodide.
  • You can now draw bounding boxes on the map. This is exposed as the selected_bounds attribute on the Map object, stored as a two-dimensional bounding box (minx, miny, maxx, maxy).
  • Improved documentation
  • New Map.add_layer method for easily adding more layer(s) to an existing Map instance.
  • Add highlight_color to change the color of auto_highlight by @kylebarron in #666
  • Use deterministic colors in viz by @kylebarron in #621
  • Categorical data filtering. The DataFilterExtension now has a filter_categories attribute that lets you filter categorical data on the map. by @kylebarron in #609

Breaking Changes 🔨

  • The tooltip shown on hover was replaced with a side panel. You now must click on a geometry to view its attributes. By @vgeorge in #636

Fixes 🐛

  • We've switched from storing list objects to storing tuple objects (e.g. the list of layers in a Map). The immutability of the tuple ensures that a any changes in the sequence of layers will be propagated to the frontend.Fixed in #620
  • A class of bugs was fixed when using Arrow input, where the chunking structure of the main table did not match the chunking of accessors. Fixed in #644
  • Fix reading from DuckDB with only geometry column by @kylebarron in #625
  • Fix attribution by @vgeorge in #561

New Contributors

v0.9.3

27 May 12:46
5812fcc
Compare
Choose a tag to compare

Fixes 🐛

Full Changelog: v0.9.2...v0.9.3

v0.9.2

14 May 15:44
2233c68
Compare
Choose a tag to compare

Fixes 🐛

  • Reverse the layer order for automatically split geometry by @RaczeQ in #516

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

07 May 19:06
7fe0f99
Compare
Choose a tag to compare

Fixes 🐛

Version 0.9 will be yanked

Full Changelog: v0.9.0...v0.9.1