Skip to content

Releases: mapbox/mapboxgl-jupyter

Docs & Bug fixes

23 Feb 15:36
6e80080
Compare
Choose a tag to compare

0.1.4

03 Feb 02:10
Compare
Choose a tag to compare
  • Fix bug requesting non-Mapbox API url resources
  • Fix bug zooming out when clicking on a data point
  • Big code refactoring in viz.py 🙏 @akacarlyann
  • Byline geojson output for df_to_geojson utility function when a filename is specified. See the latest example at www.mapbox.com/labs/jupyter for an example of how to use this function to make a distributable visualization outside of Jupyter.

0.1.3

29 Jan 21:36
Compare
Choose a tag to compare
update to 0.1.3

0.1.2

28 Jan 06:46
Compare
Choose a tag to compare
  • Added support for categorical data in circle visualizations - check out the example #35. Thanks @akacarlyann!
  • Upgraded to Mapbox GL JS 0.44, greatly improving zoom performance and removing CSP requirements for unsafe-eval