Changelog for
python3-folium-0.14.0-lp156.3.1.noarch.rpm :
* Mon Feb 27 2023 Matej Cepl
- Remove stupid copy&paste error.
* Sat Feb 25 2023 Matej Cepl - Split package into multibuild to avoid a build cycle (bsc#1207791).
* Sat Dec 31 2022 Ben Greiner - Update to 0.14 [#]# Breaking changes
* Use keyword arguments as CSS properties in FloatImage (AATTConengmo #1668)
* Upgrade Leaflet 1.6.0 to 1.9.3, set default font size (AATTConengmo #1660)
* Upgrade Bootstrap 3.2.0 to 5.2.2 (AATTConengmo #1650) [#]# New plugins
* Add GroupedLayerControl plugin (AATTchansooligans #1592)
* Add SideBySide plugin (AATTfralc #1292)
* Add TagFilterButton plugin (AATTWaffleboy #1343) [#]# Major improvements
* Add optional Jenks Natural Breaks Optimization to Choropleth (AATTpmains #1634)
* Add Map.show_in_browser() method (AATTConengmo #1651)
* Accept TileProvider objects from the xyzservices package (AATTmartinfleis #1498)
* Add support for Vega-Lite v4 and v5 (AATTwd60622 #1525)
* Upgrade Font Awesome 4.6.3 to 6.2.0 (AATTSujithkumardola #1637) [#]# Minor improvements
* Allow cql_filter argument in WmsTileLayer (AATTConengmo #1673)
* Silently allow lowerCamelCase for vector path options (AATTConengmo #1672)
* Allow html popups and templating in ClickForMarker (AATTConengmo [#1666])
* Add show_geometry_on_click argument to Draw plugin (AATTConengmo [#1657])
* Automatically join string and numeric key_on values for Choropleth (AATTalessioarena #1193)
* Add speed_slider argument to TimeStampedGeoJson (AATTgokyori [#1279])
* Add gradient option to vector path options (AATTnocturnalAndroid [#1433])
* Add initial timestamp argument to TimeSliderChoropleth (AATTjjbenes #1435)
* Allow passing TileLayer to Map (AATTConengmo #1624)
* Use fullscreen window in Map._to_png() (AATTConengmo #1656)
* Expose webdriver argument in Map._to_png() (AATTWooilJeong #1620)
* Export the map only in Map._to_png() (AATTVayel #1197) [#]# Bug fixes
* Fix LayerControl visibility on multiple renders (AATTConengmo [#1674])
* Fix the new TagFilterButton plugin, it\'s not a Layer (AATTConengmo [#1671])
* Fix TopoJson object path lookup (AATTConengmo #1665)
* Fix Choropleth when `bins` is a list of integers (AATTConengmo [#1664])
* Fix attribution links in Notebooks opening within iframe (AATTConengmo #1655)
* Fix empty geojson failing when using style_function (AATTagussman [#1213])
* Fix Marker location validation for numpy array (AATTConengmo [#1647])
* Fix date sorting in TimeSliderChoropleth (AATTAde-StapleHill [#1503])
* Fix unescaped backticks in Popup (AATTConengmo #1642)
* Fix `map.get_bounds()` when using GeometryCollection (AATTamrutha1098 #1633)
* Fix ClickForLatLng not imported in __init__ (AATTamrutha1098 [#1627])
* Mon Oct 31 2022 Atri Bhattacharya - Update to version 0.13.0:
* Lazy popup: only load content on click (gh#python-visualization/folium#1511).
* Add Leaflet.VectorGrid plugin: VectorGridProtobuf (gh#python-visualization/folium#1576).
* Add blur parameter to HeatMapWithTime plugin (gh#python-visualization/folium#1529).
* New ClickForLatLng class: click to save lat/lon to clipboard (gh#python-visualization/folium#1530).
* Add width parameter to css for FloatImage (gh#python-visualization/folium#1570).
* Add support for tooltips in TimestampedGeoJson objects (gh#python-visualization/folium#1472).
* Expose GeoJson\'s web retrieval to its own function (gh#python-visualization/folium#1458).
* Restore allowing simple Popup in GeoJson (gh#python-visualization/folium#1528).
* Fix test failure with recent branca change on map ids (gh#python-visualization/folium#1556).
* Documentation updates.
* Mon Feb 14 2022 Atri Bhattacharya - Update to version 0.12.1.post1:
* Fix version issue (gh#python-visualization/folium#1536).
* Sun Feb 21 2021 Ben Greiner - Update to 0.12.1
* Minor bugfix on the version number in the source distribution- Skip python36 build: With NumPy 1.20, python36-numpy is no longer available in Tumbleweed (NEP 29)- Drop tests.tar.gz
* 0.12.1 is not released as sdist on PyPI. Use the GitHub archive directly and tell setuptools_scm to use an explicit version
* Sun Jan 10 2021 Atri Bhattacharya - Update to version 0.12.0:
* GeoJson add zoom_on_click option, default False (gh#python-visualization/folium#1349).
* Add Geocoder plugin (gh#python-visualization/folium#1323).
* Replace githack.com CDN with jsdelivr.com (gh#python-visualization/folium#1337).
* Add SemiCircle plugin (gh#python-visualization/folium#1238).
* Move hardcoded JS CDN links to class variables (gh#python-visualization/folium#1312, gh#python-visualization/folium#1416).
* Treat data uris as valid (gh#python-visualization/folium#1428).
* Add GeoJson marker option (gh#python-visualization/folium#957).
* Bug fixes: - Fix TimeSliderChoropleth breaking when using layer control (gh#python-visualization/folium#1380). - Fix GeoJson data loading (gh#python-visualization/folium#1353). - Fix heatmap weights/intensity (gh#python-visualization/folium#1354, gh#python-visualization/folium#1282). - Fix multiple GeoJsonPopup \'name_getter\' JS SyntaxError (gh#python-visualization/folium#1347). - Fix TimestampedWmsTileLayers layer control (gh#python-visualization/folium#1319).
* API changes - Remove deprecated Mapbox and Cloudmade tilesets (gh#python-visualization/folium#1339).- Use source from PyPI since Github source leads to incorrect version determination for egg-info dir.- Use _service file to download tests from Github since the PyPI sources don\'t have this dir; exclude the selenium dir in tests since we don\'t run the selenium test suite to avoid dependency bloat (which requires a running chromium browser).- Additional BuildRequires: python-setuptools-scm required to determine correct version during build.- Update required version of branca to 0.4.2.- Drop patch 0001-assert-bounds-within-reasonable-machine-precision.patch: incorporated upstream.
* Mon Jan 04 2021 Benjamin Greiner - Add 0001-assert-bounds-within-reasonable-machine-precision.patch gh#python-visualization/folium#1432 fixes i586 test suite fail
* Sat Jun 06 2020 Atri Bhattacharya - Initial package.