forked from visgl/deck.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release pydeck 0.8.0 / pydeck-carto 0.1.0 (visgl#7376)
* Bump pydeck to 0.8.0 * Bump pydeck-carto to 0.1.0 * Use get api base url function * Update pydeck depencency Co-authored-by: felixpalmer <felixpalmer@gmail.com>
- Loading branch information
1 parent
2811f8b
commit eaad9a7
Showing
9 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
CHANGELOG | ||
========= | ||
|
||
0.1.0 | ||
----- | ||
Releases and associated GitHub PRs for pydeck-carto are documented here. | ||
|
||
* Support for authentication | ||
* Support for styling functions | ||
* Support for notify error | ||
* Support for rendering CartoLayer | ||
0.1 Releases | ||
------------ | ||
|
||
0.1.0 - Nov 04 2022 | ||
^^^^^^^^^^^^^^^^^^^ | ||
- Add register_carto_layer function: integration with pydeck (CartoLayer). | ||
- Add get_layer_credentials function: integration with carto-auth. | ||
- Add layer enums: MapType, CartoConnection, GeoColumnType. | ||
- Add styling functions: color_bins, color_categories, color continuous. | ||
- Add implicit on_data_error notifier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.0b9" | ||
__version__ = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pydeck-carto>=0.1.0b7 | ||
pydeck-carto>=0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.8.0b4" | ||
__version__ = "0.8.0" |