Skip to content

0.10.0

Compare
Choose a tag to compare
@ryanbaumann ryanbaumann released this 27 Nov 03:01
· 13 commits to master since this release
1514000

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