Releases: mapbox/mapboxgl-jupyter
Releases · mapbox/mapboxgl-jupyter
0.10.2
- Upgrade to GL JS v1.0.0 to support Map Load pricing. Map Load pricing should reduce customer billing for BI & Analytics use cases by charging the same for each map session, regardless of how many map tiles are loaded. More details here https://www.mapbox.com/pricing/
- Added support for
line-opacityin Choropleth viz #157
0.10.1
New Features
- Adds
map snapshotoption to save your viz directly to an image. Add theadd_snapshot_links=Trueparameter to your viz object to see the options.
- Adds hover/highlight styles using the
highlight_colorparameter on Circle, GraduatedCircle, Linestring, Cluster, and Choropleth (and their vector tile equivalent) layers. The defaulthighlight_coloris black. Customize thehighlight_colorin your viz by passing it as a parameter:
viz = CircleViz(data, access_token=token, highlight_color='red')
viz.show()- Adds support for
identityfunction forheight_function_typeandcolor_function_type. This is useful for stying features in your layer from a specific property in your data or vector tile, such as building height or extrusion height.
Upgrades
- Upgrades to Mapbox GL JS v0.53.0
0.10.0
New Features
- Added DateTime serialization from Pandas dataframes using the
df_to_geojsonfunction, for use in viz tooltips - #140 - Add argument to control popup behavior on click or mouseover - #139
- Add new option to support exporting a map viz and legend to a PNG image for creating static reports - #137
Upgrades
- Upgrade Mapbox GL JS to v0.51.0
Bug Fixes
- Fix df_to_geojson function on Pandas dataframes with non-sequential indicies - #132
0.9.0
0.8.0
0.7.3
- Bug fixes for API URL transform
- Docs update to Read-the-Docs
0.7.1
- Bugfix for 0.7.0 pip install init script
0.7.0
New Features
- Add support for Linestring visualizations! 🚥 #92 @akacarlyann
- Add support for 3D Extrusions in Choropleth Visualizations! 🏗 #90 @akacarlyann
Bug Fixes
0.6.0
Breaking changes
- The Viz
style_urlproperty is now juststyleto reflect that a local style sheet may be used, not just a URL
New Features
- Add Raster Tile Viz class #63
- Add Image viz class #61
- Enable custom and local mapboxgl style sheets #59
- Added Choropleth Viz support, including data-joins from remote vector tile sources #40
Improvements
- Adds
label_size,label_color,label_halo_color,label_halo_width,stroke_color,stroke_widthproperties to all Circle* Viz types - Improves default style options for circle* viz types
- Adds
heatmap_intensitystyle option - Removes requirement for any style options to be passed to create a valid Heatmap viz
- Removes requirement for any style options to be passed to create a valid Circle* viz
- Changes default interpolation expression to use an
exponentialfunction with base1.2 - Organized examples in directory
Bug fixes
- A list of colors (custom color palettes) now work with
utils.create_color_stops()#52 - The radius_default value for GraduatedCircleViz is now set to
1instead ofNone#72 utils.df_to_geojson()now coverts data row-by-row, saving massive amounts of memory when converting large dataframes to geojson files. #69
Release bugfix
- Bump version number for
mapboxglto 0.5.1on Pypi

