python-docs-samples
python-docs-samples copied to clipboard
chore(deps): update dependency folium to v0.16.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| folium | ==0.14.0 -> ==0.16.0 |
Release Notes
python-visualization/folium (folium)
v0.16.0
What's Changed
New features
- GeoJSON: option to keep layer highlighted when popup is open by @GiuseppeGalilei in https://github.com/python-visualization/folium/pull/1836
- Add leaflet-realtime plugin by @hansthen in https://github.com/python-visualization/folium/pull/1848
- Geocoder plugin: support other built-in providers by @prusswan in https://github.com/python-visualization/folium/pull/1852
- Add ability to set font size in plot by @this-josh in https://github.com/python-visualization/folium/pull/1879
Improvements
- Geojson: allow null geometry objects by @hansthen in https://github.com/python-visualization/folium/pull/1858
- Realtime plugin: allow str for JsCode arg by @Conengmo in https://github.com/python-visualization/folium/pull/1862
Documentation
- GeoJson: documentation for popup_keep_highlighted argument by @GiuseppeGalilei in https://github.com/python-visualization/folium/pull/1854
- Add tile layer to example by @danmaps in https://github.com/python-visualization/folium/pull/1874
- Fixed typos of examples in code by @S-Panta in https://github.com/python-visualization/folium/pull/1881
New Contributors
- @GiuseppeGalilei made their first contribution in https://github.com/python-visualization/folium/pull/1836
- @hansthen made their first contribution in https://github.com/python-visualization/folium/pull/1848
- @prusswan made their first contribution in https://github.com/python-visualization/folium/pull/1852
- @danmaps made their first contribution in https://github.com/python-visualization/folium/pull/1874
- @S-Panta made their first contribution in https://github.com/python-visualization/folium/pull/1881
- @this-josh made their first contribution in https://github.com/python-visualization/folium/pull/1879
Full Changelog: https://github.com/python-visualization/folium/compare/v0.15.1...v0.16.0
v0.15.1
What's Changed
New features
- Use xyzservices instead of templates for tiles by @martinfleis in https://github.com/python-visualization/folium/pull/1827
Improvements
- Add TimeSliderChoropleth stroke colour/width/opacity argument by @yutemi in https://github.com/python-visualization/folium/pull/1838
Bug fixes
- Improve docstring preview readibility in features.py by @BastienGauthier in https://github.com/python-visualization/folium/pull/1833
- Fix streamlit-folium incompatibility (add layer to map with new class) by @Conengmo in https://github.com/python-visualization/folium/pull/1834
New Contributors
- @yutemi made their first contribution in https://github.com/python-visualization/folium/pull/1838
Full Changelog: https://github.com/python-visualization/folium/compare/v0.15.0...v0.15.1
v0.15.0
v0.15.0
Breaking changes
- Drop support for Python 3.5 and 3.6 (@ocefpaf #1729)
- Remove deprecated Stamen tiles (@ocefpaf #1811)
- Remove
_envinstance attributes (@Conengmo #1817) - Use write_png from Branca, remove from Folium (@Conengmo #1708)
- Remove deprecated Map.choropleth method (@Conengmo #1684)
New features
- Draggable layer control option (@Conengmo #1760)
- Add fit enabled overlays feature (@Conengmo #1693)
- Add type hints (@Conengmo #1677)
Improvements
- Update jquery to v3.7.1 (@BastienGauthier #1824)
- Update leaflet.fullscreen plugin to 3.0.0 (@afontenot #1818)
- Allow Choropleth key_on to traverse through array (@amrutharajashekar #1772)
- Support TagFilterButton in PolyLine, AntPath and GeoJson (@jamiechoi1995 #1756)
- Multiple instances of TimeSliderChoropleth on a single map (@Conengmo #1749)
- Make VectorGridProtobuf an overlay by default (@iwpnd #1723)
- Change internally where layers are added to the map (@Conengmo #1690)
- TimestampedWmsTileLayers inherit from MacroElement, not Layer (@Conengmo #1696)
- SideBySideLayers inherit from MacroElement, not Layer (@Conengmo #1695)
- Consolidate duplicate utility functions with Branca (@Conengmo #1676)
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
- Deprecate example notebooks (@Conengmo #1798)
- Documentation overhaul (@Conengmo #1700)
- Update example notebooks after new Pandas version (@Conengmo #1761)
New Contributors
- @francesco-ballarin made their first contribution in https://github.com/python-visualization/folium/pull/1685
- @RileyLeff made their first contribution in https://github.com/python-visualization/folium/pull/1704
- @jtmiclat made their first contribution in https://github.com/python-visualization/folium/pull/1732
- @jamiechoi1995 made their first contribution in https://github.com/python-visualization/folium/pull/1756
- @Qweaper made their first contribution in https://github.com/python-visualization/folium/pull/1776
- @afontenot made their first contribution in https://github.com/python-visualization/folium/pull/1818
- @BastienGauthier made their first contribution in https://github.com/python-visualization/folium/pull/1824
Full Changelog: https://github.com/python-visualization/folium/compare/v0.14.0...v.0.15.0
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.