Skip to content

v0.14.0

Compare
Choose a tag to compare
@ocefpaf ocefpaf released this 12 Dec 20:36
· 262 commits to main since this release
a457a86

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