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 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 :
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
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
Original file line number Diff line number Diff line change 11[project ]
22name = " lonboard"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44description = " Fast, interactive geospatial data visualization in Jupyter."
55authors = [{ name = " Kyle Barron" , email = " kyle@developmentseed.org" }]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments