Skip to content

Releases: python-visualization/folium

v0.18.0

22 Oct 13:39
e49ca01
Compare
Choose a tag to compare

What's Changed

Breaking changes

Improvements

  • Correct type annotations in Realtime by @hansthen in #1960
  • Add a date_option (format string) parameter to the choropleth timeline slider by @hansthen in #2003
  • Add feature_group parameter to Draw plugin by @hansthen in #2001
  • Add event handlers to the Draw plugin by @hansthen in #2000

Bug fixes

Tests

  • Fix Selenium heatmap test by using fixed figure size by @Conengmo in #2010
  • add fiona dep and ensure latest geopandas by @ocefpaf in #2012

Documentation

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

16 Jun 15:21
230e3e3
Compare
Choose a tag to compare

What's Changed

Breaking changes

New features

Improvements

Bug fixes

Tests

Documentation

New Contributors

Thanks to everyone who contributed!

Full Changelog: v0.16.0...v0.17.0

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

  • @yutemi made their first contribution in #1838

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