Skip to content

Commit b21fc10

Browse files
authored
Bump deck.gl/layers (#246)
* Bump deck.gl/layers * Bump version
1 parent 2e20aaf commit b21fc10

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

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

3+
## [0.4.2] - 2023-11-13
4+
5+
### Fixed
6+
7+
- Fixed ScatterplotLayer rendering by @kylebarron in https://github.com/developmentseed/lonboard/pull/246
8+
9+
**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.4.1...v0.4.2
10+
311
## [0.4.1] - 2023-11-13
412

513
### Fixed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@deck.gl/extensions": "^8.9.32",
77
"@deck.gl/layers": "^8.9.32",
88
"@deck.gl/react": "^8.9.32",
9-
"@geoarrow/deck.gl-layers": "^0.3.0-beta.5",
9+
"@geoarrow/deck.gl-layers": "^0.3.0-beta.7",
1010
"apache-arrow": "^13.0.0",
1111
"maplibre-gl": "^3.5.2",
1212
"parquet-wasm": "0.5.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lonboard"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Python library for fast, interactive geospatial vector data visualization in Jupyter."
55
authors = ["Kyle Barron <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)