Skip to content

Commit 2233c68

Browse files
authored
Bump to 0.9.2 (#525)
Update changelog and bump version
1 parent 68cc745 commit 2233c68

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.9.2] - 2024-05-14
4+
5+
### Fixes :bug:
6+
7+
- Reverse the layer order for automatically split geometry by @RaczeQ in https://github.com/developmentseed/lonboard/pull/516
8+
9+
### What's Changed
10+
11+
- Perf: Use ravel, not flatten, for numpy to pyarrow by @kylebarron in https://github.com/developmentseed/lonboard/pull/512
12+
- Update docstring in as_html by @kylebarron in https://github.com/developmentseed/lonboard/pull/519
13+
- Add type checks to fly_to by @kylebarron in https://github.com/developmentseed/lonboard/pull/521
14+
- Add pypi classifiers by @kylebarron in https://github.com/developmentseed/lonboard/pull/523
15+
16+
### New Contributors
17+
18+
- @RaczeQ made their first contribution in https://github.com/developmentseed/lonboard/pull/516
19+
20+
**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.9.1...v0.9.2
21+
322
## [0.9.1] - 2024-05-07
423

524
### Fixes :bug:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lonboard"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "Fast, interactive geospatial data visualization in Jupyter."
55
authors = ["Kyle Barron <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)