Skip to content

Commit b876816

Browse files
authored
chore: Bump version to 0.16 (#1159)
1 parent d830af0 commit b876816

4 files changed

Lines changed: 125 additions & 20 deletions

File tree

CHANGELOG.md

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

3+
## [0.16.0] - 2026-04-02
4+
5+
### What's Changed
6+
7+
* ci: Set up trusted publishing by @kylebarron in https://github.com/developmentseed/lonboard/pull/1141
8+
* feat: raster layer async geotiff integration by @kylebarron in https://github.com/developmentseed/lonboard/pull/1137
9+
* feat: RasterLayer: better printing of exceptions from render_tile by @kylebarron in https://github.com/developmentseed/lonboard/pull/1150
10+
* refactor: Clean up for RasterLayer COG integration by @kylebarron in https://github.com/developmentseed/lonboard/pull/1152
11+
* fix: Fix using `fly_to` in overlay/interleaved basemap mode by @kylebarron in https://github.com/developmentseed/lonboard/pull/1155
12+
* feat: Prepare raster for release by @kylebarron in https://github.com/developmentseed/lonboard/pull/1158
13+
14+
**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.15.0...v0.16.0
15+
316
## [0.15.0] - 2026-03-13
417

518
### New Features

examples/raster-cog-nlcd-server.ipynb

Lines changed: 56 additions & 10 deletions
Large diffs are not rendered by default.

examples/raster-cog-rgb-server.ipynb

Lines changed: 55 additions & 9 deletions
Large diffs are not rendered by default.

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.16.0-beta.1"
3+
version = "0.16.0"
44
description = "Fast, interactive geospatial data visualization in Jupyter."
55
authors = [{ name = "Kyle Barron", email = "kyle@developmentseed.org" }]
66
license = "MIT"

0 commit comments

Comments
 (0)