folium v0.7.0 Release Notes

Release Date: 2018-11-20 // over 5 years ago
  • 0.7.0

    • ๐Ÿ›  Fixed HeatMap silently fail on incompatible data types (ocefpaf 1017)
    • Proper scaling on mobile phones (Conengmo 992)
    • โšก๏ธ Update leaflet to 1.3.4 (ocefpaf #939)
    • More options (tms, opacity, kwargs) in TileLayer (mpickering #948)
    • โž• Add MousePosition plugin (btozer #916)
    • โž• Add Minimap plugin (talbertc-usgs #968)
    • Replace Rawgit CDN with Githack (jtbaker #1002)
    • Handling of NaN and missing values in choropleth (FloChehab #1005)

    API changes

    • threshold_scale argument of choropleth is replaced by bins (FloChehab #1005)
    • ๐Ÿšš Map.choropleth() moved to Choropleth class, former is deprecated (Conengmo #1011)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix wrong default value for fmt argument of WmsTileLayer (conengmo #950)
    • Fix icon_create_function argument in MarkerCluster (conengmo #954)
    • ๐Ÿ’… Update stylesheet url in TimestampedGeoJson (frodebjerke #963)
    • ๐Ÿ‘‰ Use Javascript template literals in Tooltip and Popup (jtbaker #955 #962)
    • Proper scaling on mobile phones (conengmo #992)