Skip to content

Releases: mapbox/mapboxgl-jupyter

0.10.2

03 Jun 21:24
Compare
Choose a tag to compare
  • 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-opacity in Choropleth viz #157

0.10.1

16 Feb 18:45
941525a
Compare
Choose a tag to compare

New Features

  • Adds map snapshot option to save your viz directly to an image. Add the add_snapshot_links=True parameter to your viz object to see the options.

  • Adds hover/highlight styles using the highlight_color parameter on Circle, GraduatedCircle, Linestring, Cluster, and Choropleth (and their vector tile equivalent) layers. The default highlight_color is black. Customize the highlight_color in your viz by passing it as a parameter:
viz = CircleViz(data, access_token=token, highlight_color='red')
viz.show()

  • Adds support for identity function for height_function_type and color_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

27 Nov 03:01
1514000
Compare
Choose a tag to compare

New Features

  • Added DateTime serialization from Pandas dataframes using the df_to_geojson function, 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

18 Sep 02:12
Compare
Choose a tag to compare

New Features

  • Upgrade to GL JS v0.49.0
  • Added utils functions for converting geoPandas objects to geojson #122
  • Add boolean options for zoom behavior #119

0.8.0

22 Jul 23:28
Compare
Choose a tag to compare

Features

  • Greatly improved legend options for all visuals #100

Bugs

  • Default line width fix for linestring visual #109
  • Upgraded to GL JS v0.47.0 #117
  • Fixed choropleth example #104

0.7.3

14 May 19:34
Compare
Choose a tag to compare
  • Bug fixes for API URL transform
  • Docs update to Read-the-Docs

0.7.1

26 Apr 13:40
Compare
Choose a tag to compare
  • Bugfix for 0.7.0 pip install init script

0.7.0

26 Apr 13:34
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fix choropleth with large number of numeric stops #94
  • Fix bug with not tagging Mapbox Tile URLS with Parameter #95

0.6.0

29 Mar 18:31
Compare
Choose a tag to compare

Breaking changes

  • The Viz style_url property is now just style to 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_width properties to all Circle* Viz types
  • Improves default style options for circle* viz types
  • Adds heatmap_intensity style 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 exponential function with base 1.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 1 instead of None #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

23 Feb 15:47
Compare
Choose a tag to compare
  • Bump version number for mapboxgl to 0.5.1on Pypi