Skip to content

Releases: developmentseed/lonboard

v0.4.1

13 Nov 16:52
338720f
Compare
Choose a tag to compare

Fixed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Nov 19:58
29c37a5
Compare
Choose a tag to compare

[0.4.0] - 2023-11-10

New Features

  • New HeatmapLayer
  • New experimental module, with new layers (ArcLayer, TextLayer) and "layer extensions" (BrushingExtension, CollisionFilterExtension).
  • New "migration" notebook using the experimental ArcLayer.

Fixed

  • Add pandas v2 requirement by @kylebarron in #229

  • bump anywidget to 0.7.1 by @kylebarron in #233

    This should error when the JS files have not been included when packaging.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Nov 15:54
0e83c6e
Compare
Choose a tag to compare

New Features

  • Save widget to standalone HTML file by @kylebarron in #199
  • Support for rendering inside Visual Studio Code
  • Allow customized picking radius by @kylebarron in #212
  • New example notebooks
  • Automatically downcast data types in from_geopandas by @kylebarron in #195

Fixed

  • Allow pandas series as accessor to FloatAccessor by @kylebarron in #208
  • Raise error when creating class with unknown keyword argument by @kylebarron in #209
  • fix tooltip rendering when not hovering over an object by @kylebarron in #215

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Nov 15:01
9fea5c5
Compare
Choose a tag to compare

Breaking Changes

  • Layers no longer render a map object. Instead, pass one or more layer instances into a lonboard.Map and display that.

New Features

  • Support multiple layers on a single map.
  • Tooltip with data information on hover.
  • Allow hex string color input to ColorAccessor.
  • Versioned documentation website
  • New examples
  • Experimental API to change map height

Fixed

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

24 Oct 16:44
ee35c45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Oct 15:50
f682a9f
Compare
Choose a tag to compare

What's Changed

  • Updates to @geoarrow/deck.gl-layers version 0.2.0:
    • Fixed MultiPolygon rendering
    • Fixed rendering of polygons with holes.
    • Polygon rendering is roughly 35% faster.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 Oct 15:49
920eeb7
Compare
Choose a tag to compare

What's Changed

  • Initial public release.
  • Initial support for ScatterplotLayer, PathLayer, and SolidPolygonLayer.

New Contributors

Full Changelog: https://github.com/developmentseed/lonboard/commits/v0.1.0