Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 0 additions & 3 deletions examples/marimo/nyc_taxi_trips.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ header: |-
# "requests==2.32.5",
# "tqdm==4.67.1",
# ]
#
# [tool.uv.sources]
# lonboard = { path = "../../" }
# ///
---

Expand Down
3 changes: 0 additions & 3 deletions examples/marimo/nyc_taxi_trips.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
# "requests==2.32.5",
# "tqdm==4.67.1",
# ]
#
# [tool.uv.sources]
# lonboard = { path = "../../" }
# ///

import marimo
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.