0.10.0
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