Skip to content

Commit 169f21e

Browse files
authored
chore: Prepare 0.12.1 release (#882)
1 parent a5b3c0d commit 169f21e

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.12.1] - 2025-09-18
4+
5+
### New Features :sparkles:
6+
7+
- feat: New example with marimo and GeoDatafusion by @kylebarron in https://github.com/developmentseed/lonboard/pull/881
8+
9+
### Bug fixes :bug:
10+
11+
- fix: Fix rendering Arrow input with string view/binary view column by @kylebarron in https://github.com/developmentseed/lonboard/pull/872
12+
- fix: Add `__all__` declarations to modules to fix pylance warnings by @kylebarron in https://github.com/developmentseed/lonboard/pull/876
13+
- feat: Support struct GeoArrow input for ArcLayer positions by @kylebarron in https://github.com/developmentseed/lonboard/pull/877
14+
15+
### Documentation :book:
16+
17+
- docs: Fix examples with GeoArrow Rust by @kylebarron in https://github.com/developmentseed/lonboard/pull/878
18+
19+
**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.12.0...v0.12.1
20+
321
## [0.12.0] - 2025-09-13
422

523
### New Features :sparkles:

examples/marimo/nyc_taxi_trips.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ header: |-
1515
# "requests==2.32.5",
1616
# "tqdm==4.67.1",
1717
# ]
18-
#
19-
# [tool.uv.sources]
20-
# lonboard = { path = "../../" }
2118
# ///
2219
---
2320

examples/marimo/nyc_taxi_trips.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
# "requests==2.32.5",
1111
# "tqdm==4.67.1",
1212
# ]
13-
#
14-
# [tool.uv.sources]
15-
# lonboard = { path = "../../" }
1613
# ///
1714

1815
import marimo

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lonboard"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description = "Fast, interactive geospatial data visualization in Jupyter."
55
authors = [{ name = "Kyle Barron", email = "[email protected]" }]
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)