We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47dc02 commit ba1c509Copy full SHA for ba1c509
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [0.9.3] - 2024-05-27
4
+
5
+### Fixes :bug:
6
7
+- Fix reprojecting GeoArrow input by @kylebarron in https://github.com/developmentseed/lonboard/pull/532
8
9
+**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.9.2...v0.9.3
10
11
## [0.9.2] - 2024-05-14
12
13
### Fixes :bug:
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lonboard"
-version = "0.9.2"
+version = "0.9.3"
description = "Fast, interactive geospatial data visualization in Jupyter."
authors = ["Kyle Barron <kyle@developmentseed.org>"]
license = "MIT"
0 commit comments