Skip to content

Commit 6da32a7

Browse files
authored
chore: Prepare 0.11.1 (#815)
Closes #808
1 parent c73d34e commit 6da32a7

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.11.1] - 2025-06-18
4+
5+
### Bug fixes :bug:
6+
7+
- fix: move duckdb imports to inside function by @danielsparing in https://github.com/developmentseed/lonboard/pull/813
8+
- chore: Use `>=` in typing-extensions version constraint by @kylebarron in https://github.com/developmentseed/lonboard/pull/814
9+
10+
**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.11.0...v0.11.1
11+
312
## [0.11.0] - 2025-06-17
413

514
### Breaking changes :hammer:
@@ -9,7 +18,6 @@
918
### New features :sparkles:
1019

1120
- feat: Reinstate tooltip by @vgeorge in https://github.com/developmentseed/lonboard/pull/736.
12-
1321
You can now turn on the tooltip by passing `show_tooltip=True` to `Map`. You may also want to pass `show_side_panel=False` to disable the side panel.
1422
- Clicked point to Lonboard map by @ATL2001 in https://github.com/developmentseed/lonboard/pull/671
1523
- feat: Support `geoarrow.box` arrays from GeoArrow 0.2 spec by @kylebarron in https://github.com/developmentseed/lonboard/pull/793
@@ -50,7 +58,7 @@
5058
- chore: Bump deck.gl to 9.1 by @kylebarron in https://github.com/developmentseed/lonboard/pull/802
5159
- test: Test that parsing WKB/WKT works with Arrow view types by @kylebarron in https://github.com/developmentseed/lonboard/pull/801
5260

53-
## New Contributors
61+
### New Contributors
5462

5563
- @knaaptime made their first contribution in https://github.com/developmentseed/lonboard/pull/731
5664
- @ceholden made their first contribution in https://github.com/developmentseed/lonboard/pull/745

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.11.0"
3+
version = "0.11.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)