Skip to content

Releases: developmentseed/lonboard

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

v0.9.0

06 May 17:26
9649bbd
Compare
Choose a tag to compare

This version was yanked due to #508. Use 0.9.1 instead.

New! ✨

Fixes 🐛

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

05 Apr 15:26
c8cf2e1
Compare
Choose a tag to compare

New! ✨

Fixes 🐛

Full Changelog: v0.7.1...v0.8.0

v0.7.1

23 Mar 03:11
07dcc3b
Compare
Choose a tag to compare

What's Changed

Fixes 🐛

Full Changelog: v0.7.0...v0.7.1