Skip to content

Commit

Permalink
Bump to 0.9.2 (#525)
Browse files Browse the repository at this point in the history
Update changelog and bump version
  • Loading branch information
kylebarron committed May 14, 2024
1 parent 68cc745 commit 2233c68
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.9.2] - 2024-05-14

### Fixes :bug:

- Reverse the layer order for automatically split geometry by @RaczeQ in https://github.com/developmentseed/lonboard/pull/516

### What's Changed

- Perf: Use ravel, not flatten, for numpy to pyarrow by @kylebarron in https://github.com/developmentseed/lonboard/pull/512
- Update docstring in as_html by @kylebarron in https://github.com/developmentseed/lonboard/pull/519
- Add type checks to fly_to by @kylebarron in https://github.com/developmentseed/lonboard/pull/521
- Add pypi classifiers by @kylebarron in https://github.com/developmentseed/lonboard/pull/523

### New Contributors

- @RaczeQ made their first contribution in https://github.com/developmentseed/lonboard/pull/516

**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.9.1...v0.9.2

## [0.9.1] - 2024-05-07

### Fixes :bug:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lonboard"
version = "0.9.1"
version = "0.9.2"
description = "Fast, interactive geospatial data visualization in Jupyter."
authors = ["Kyle Barron <kyle@developmentseed.org>"]
license = "MIT"
Expand Down

0 comments on commit 2233c68

Please sign in to comment.