Skip to content

Releases: python-visualization/folium

v0.12.1

19 Nov 21:01
9231427
Compare
Choose a tag to compare
  • Minor bugfix on the version number in the source distribution

v0.12.1

19 Nov 20:58
9231427
Compare
Choose a tag to compare
  • Minor bugfix on the version number in the source distribution

v0.12.0

06 Jan 16:59
fb5876f
Compare
Choose a tag to compare

0.12.0

Bug fixes

API changes

v0.11.0

06 May 20:33
c86edb1
Compare
Choose a tag to compare

0.11.0


- Upgrade Leaflet 1.5.1 -> 1.6.0 (@conengmo #1241)
- Add auto_start parameter to locate control plugin (@fullonic #1220)
- New feature: GeoJsonPopup (@jtbaker #1023)

Bug fixes

- Choropleth: default color for with and without data (@conengmo #1288)
- Update WMS data url in WmsTimeDimension example notebook (@sknzl #1259)
- Search plugin: fix position argument (@jjbenes #1304)
- Fix GeoJsonPopupAndTooltip example notebook (@conengmo #1298)
- Change geopandas dataframe `to_crs()` usage syntax (@artnikitin #1251)
- GeoJson: fix `show` parameter when embedding data (@conengmo #1289)
- Use https CDN for leaflet.timedimension.control.min.css (@sknzl #1256)
- Host leaflet-heatmap.js under different name to avoid adblockers (@conengmo #1240)

API changes

- Removed unused `folium.utilities.iter_points` function, use instead `iter_coords` (@conengmo #1294)

v0.10.1

02 Dec 11:14
92b5d1b
Compare
Choose a tag to compare

0.10.1

Bug fixes

Documentation

v0.10.0

24 Jul 14:15
bfba30e
Compare
Choose a tag to compare

0.10.0

Bug fixes

Documentation

v0.9.1

26 May 11:46
77b0b17
Compare
Choose a tag to compare

0.9.1


Bug fixes

- Fix geojson identifier (conengmo #1155)

v0.9.0

17 May 17:02
f6da1e7
Compare
Choose a tag to compare

This version drops support for Python 2.7. (#1100, #1104, #1111) Python 3.5+ is required.

v0.9.0

  • Geojson separate style mapping (conengmo #1058)
  • Warn for wrong color values in Icon (conengmo #1099)
  • Use Jinja2's tojson filter to convert data (conengmo #1101)
  • Pass **kwargs as options to Leaflet classes (conengmo #1101)
  • Explicit coordinate validation (conengmo #1090)
  • Add icon_create_function arg to FastMarkerCluster plugin (Gordonei #1109)
  • Add PolyLineOffset plugin (FabeG #1091)
  • Add Locate Control plugin (fullonic #1116)
  • Add Leaflet CustomPane class (Ipkirwin #1094)

API changes

  • Remove add_tile_layer method from Map (conengmo #1127)
  • Remove args from Map, if needed use TileLayer instead (conengmo #1127)

Bug fixes

  • Fix broken attribution for built-in tiles (FabeG #1128)
  • Fix broken prefer_canvas option of Map (FabeG #1133)

v0.8.3

15 Mar 13:19
a357077
Compare
Choose a tag to compare

0.8.3

  • Relaxing location data type restriction (dskkato #1084)
  • Add options to draw control (EtsuNDmA #1035)
  • folium 0.8.x will be the last version series to support Python 2 (conengmo #1087)

Bug Fixes

  • Use jquery.com CDN instead of Google (conengmo #1086)

v0.8.2

26 Feb 19:58
Compare
Choose a tag to compare
  • dummy release to test the doc publication