Skip to content

Commit

Permalink
Fix polygon rendering (#243)
Browse files Browse the repository at this point in the history
* Bump deck layers version

* update changelog

* update changelog
  • Loading branch information
kylebarron committed Nov 13, 2023
1 parent 29c37a5 commit 338720f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.1] - 2023-11-10

### Fixed

- Fixed Polygon rendering by @kylebarron in https://github.com/developmentseed/lonboard/pull/243

**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.4.0...v0.4.1

## [0.4.0] - 2023-11-10

### New Features
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@deck.gl/extensions": "^8.9.32",
"@deck.gl/layers": "^8.9.32",
"@deck.gl/react": "^8.9.32",
"@geoarrow/deck.gl-layers": "^0.3.0-beta.4",
"@geoarrow/deck.gl-layers": "^0.3.0-beta.5",
"apache-arrow": "^13.0.0",
"maplibre-gl": "^3.5.2",
"parquet-wasm": "0.5.0",
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.4.0"
version = "0.4.1"
description = "Python library for fast, interactive geospatial vector data visualization in Jupyter."
authors = ["Kyle Barron <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 338720f

Please sign in to comment.