File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## [ 0.11.0] - 2025-06-17
4
13
5
14
### Breaking changes :hammer :
9
18
### New features :sparkles :
10
19
11
20
- feat: Reinstate tooltip by @vgeorge in https://github.com/developmentseed/lonboard/pull/736 .
12
-
13
21
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.
14
22
- Clicked point to Lonboard map by @ATL2001 in https://github.com/developmentseed/lonboard/pull/671
15
23
- feat: Support ` geoarrow.box ` arrays from GeoArrow 0.2 spec by @kylebarron in https://github.com/developmentseed/lonboard/pull/793
50
58
- chore: Bump deck.gl to 9.1 by @kylebarron in https://github.com/developmentseed/lonboard/pull/802
51
59
- test: Test that parsing WKB/WKT works with Arrow view types by @kylebarron in https://github.com/developmentseed/lonboard/pull/801
52
60
53
- ## New Contributors
61
+ ### New Contributors
54
62
55
63
- @knaaptime made their first contribution in https://github.com/developmentseed/lonboard/pull/731
56
64
- @ceholden made their first contribution in https://github.com/developmentseed/lonboard/pull/745
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " lonboard"
3
- version = " 0.11.0 "
3
+ version = " 0.11.1 "
4
4
description = " Fast, interactive geospatial data visualization in Jupyter."
5
5
authors = [{
name =
" Kyle Barron" ,
email =
" [email protected] " }]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments