From 6444ca1d8f2d494277cd8cf82700db1d68509839 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 18 Sep 2025 15:39:56 -0400 Subject: [PATCH] chore: Prepare 0.12.1 --- CHANGELOG.md | 18 ++++++++++++++++++ examples/marimo/nyc_taxi_trips.md | 3 --- examples/marimo/nyc_taxi_trips.py | 3 --- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b56b80fd..70c883d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.12.1] - 2025-09-18 + +### New Features :sparkles: + +- feat: New example with marimo and GeoDatafusion by @kylebarron in https://github.com/developmentseed/lonboard/pull/881 + +### Bug fixes :bug: + +- fix: Fix rendering Arrow input with string view/binary view column by @kylebarron in https://github.com/developmentseed/lonboard/pull/872 +- fix: Add `__all__` declarations to modules to fix pylance warnings by @kylebarron in https://github.com/developmentseed/lonboard/pull/876 +- feat: Support struct GeoArrow input for ArcLayer positions by @kylebarron in https://github.com/developmentseed/lonboard/pull/877 + +### Documentation :book: + +- docs: Fix examples with GeoArrow Rust by @kylebarron in https://github.com/developmentseed/lonboard/pull/878 + +**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.12.0...v0.12.1 + ## [0.12.0] - 2025-09-13 ### New Features :sparkles: diff --git a/examples/marimo/nyc_taxi_trips.md b/examples/marimo/nyc_taxi_trips.md index a1f80e16..91f80a53 100644 --- a/examples/marimo/nyc_taxi_trips.md +++ b/examples/marimo/nyc_taxi_trips.md @@ -15,9 +15,6 @@ header: |- # "requests==2.32.5", # "tqdm==4.67.1", # ] - # - # [tool.uv.sources] - # lonboard = { path = "../../" } # /// --- diff --git a/examples/marimo/nyc_taxi_trips.py b/examples/marimo/nyc_taxi_trips.py index 6d364b93..cfe31178 100644 --- a/examples/marimo/nyc_taxi_trips.py +++ b/examples/marimo/nyc_taxi_trips.py @@ -10,9 +10,6 @@ # "requests==2.32.5", # "tqdm==4.67.1", # ] -# -# [tool.uv.sources] -# lonboard = { path = "../../" } # /// import marimo diff --git a/pyproject.toml b/pyproject.toml index bfc921c6..718412f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lonboard" -version = "0.12.0" +version = "0.12.1" description = "Fast, interactive geospatial data visualization in Jupyter." authors = [{ name = "Kyle Barron", email = "kyle@developmentseed.org" }] license = "MIT" diff --git a/uv.lock b/uv.lock index 5ad51631..ef334ad7 100644 --- a/uv.lock +++ b/uv.lock @@ -1766,7 +1766,7 @@ wheels = [ [[package]] name = "lonboard" -version = "0.12.0" +version = "0.12.1" source = { editable = "." } dependencies = [ { name = "anywidget" },