Skip to content

v0.13.0

Latest

Choose a tag to compare

@kylebarron kylebarron released this 05 Nov 21:19
· 1 commit to main since this release
9eea386

See the release post: https://developmentseed.org/lonboard/latest/blog/2025/11/05/releasing-lonboard-013/

New Features ✨

Performance improvements ⚡

  • perf: use ThreadPoolExecutor for Parquet serialization and bounds computation by @kylebarron in #902
  • perf: Define top-level earcut worker pool by @kylebarron in #954
  • perf: Call np.mean once across axis instead of once per column by @kylebarron in #995
  • perf: Remove typedArrayManager settings override by @kylebarron in #1003
  • perf: Avoid generating str repr of table during rendering by @kylebarron in #1015

Bug fixes 🐛

  • fix: Fix HeatmapLayer by bumping deck.gl to 9.2 by @kylebarron in #910
  • fix: Add pyarrow to geopandas extra in pyproject.toml by @kylebarron in #970
  • fix: Fix "fuzziness" of path layers by removing useDevicePixels default by @kylebarron in #969
  • fix: Ensure that the default value of Map.basemap is MaplibreBasemap if no value of basemap was passed. by @kylebarron in #963
  • fix: Restore DataFilterExtension functionality with vectorized accessor input by @kylebarron in #977
  • fix: Fix ArcLayer with numpy coords input by @kylebarron in #989
  • fix: Ensure view state is updated in Python with a maplibre map renderer by @kylebarron in #1017
  • fix: Hack a react re-render on canvas resize by @kylebarron in #1022

Documentation 📖

Breaking changes 🔨

Other changes

Full Changelog: v0.12.1...v0.13.0