Skip to content

Releases: python-visualization/folium

v0.16.0

29 Feb 08:57
6c85ddd
Compare
Choose a tag to compare

What's Changed

New features

Improvements

Documentation

New Contributors

Full Changelog: v0.15.1...v0.16.0

v0.15.1

04 Dec 11:11
e6049c2
Compare
Choose a tag to compare

What's Changed

New features

Improvements

  • Add TimeSliderChoropleth stroke colour/width/opacity argument by @yutemi in #1838

Bug fixes

  • Improve docstring preview readibility in features.py by @BastienGauthier in #1833
  • Fix streamlit-folium incompatibility (add layer to map with new class) by @Conengmo in #1834

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

06 Nov 17:34
ee8da7b
Compare
Choose a tag to compare

v0.15.0

Breaking changes

New features

Improvements

Bug fixes

  • Fix interaction between DualMap and Draw (@Qweaper #1776)
  • Fix MeasureControl plugin for Leaflet>=1.8.0 (@Conengmo #1748)
  • Pin older version of leaflet side by side to fix SideBySideLayers plugin (@jtmiclat #1732)
  • Fix Map.show_in_browser() by adding local file prefix to url (@RileyLeff #1704)

Documentation

New Contributors

Full Changelog: v0.14.0...v.0.15.0

v0.14.0

12 Dec 20:36
a457a86
Compare
Choose a tag to compare

0.14.0

Breaking changes

New plugins

Major improvements

  • Add optional Jenks Natural Breaks Optimization to Choropleth (@pmains #1634)
  • Add Map.show_in_browser() method (@Conengmo #1651)
  • Accept TileProvider objects from the xyzservices package (@martinfleis #1498)
  • Add support for Vega-Lite v4 and v5 (@wd60622 #1525)
  • Upgrade Font Awesome 4.6.3 to 6.2.0 (@Sujithkumardola #1637)

Minor improvements

Bug fixes

  • Fix LayerControl visibility on multiple renders (@Conengmo #1674)
  • Fix the new TagFilterButton plugin, it's not a Layer (@Conengmo #1671)
  • Fix TopoJson object path lookup (@Conengmo #1665)
  • Fix Choropleth when bins is a list of integers (@Conengmo #1664)
  • Fix attribution links in Notebooks opening within iframe (@Conengmo #1655)
  • Fix empty geojson failing when using style_function (@agussman #1213)
  • Fix Marker location validation for numpy array (@Conengmo #1647)
  • Fix date sorting in TimeSliderChoropleth (@Ade-StapleHill #1503)
  • Fix unescaped backticks in Popup (@Conengmo #1642)
  • Fix map.get_bounds() when using GeometryCollection (@amrutha1098 #1633)
  • Fix ClickForLatLng not imported in init (@amrutha1098 #1627)

Documentation

Thanks to:

  • All contributors to this release
  • @giswqs for fixing typos
  • @pmains for fixing flake8 warnings
  • @amrutha1098 for fixing tests
  • Our maintainers @ocefpaf and @Conengmo

v0.13.0

07 Oct 19:31
849fdb6
Compare
Choose a tag to compare

0.13.0

Bug fixes

Tests

  • Fix test failure with recent branca change on map ids (@oefe #1556)

Documentation

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