-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: python-visualization/folium
base: v0.18.0
head repository: python-visualization/folium
compare: v0.19.0
- 20 commits
- 80 files changed
- 7 contributors
Commits on Oct 23, 2024
-
Publish docs with Py3.12 for now (#2017)
* Update deploy-docs.yml * remove comment, we always want to pin version
Configuration menu - View commit details
-
Copy full SHA for 8c2f753 - Browse repository at this point
Copy the full SHA 8c2f753View commit details
Commits on Oct 28, 2024
-
Fix docs versioning relating to "v" prefix (#2018)
* version is without the "v" prefix * latest version should also be a number * add comment about version in conf.py * have update_switcher take "v" prefix into account * Update switcher.json * remove unused import * code style
Configuration menu - View commit details
-
Copy full SHA for 08138a7 - Browse repository at this point
Copy the full SHA 08138a7View commit details
Commits on Oct 30, 2024
-
Bump pypa/gh-action-pypi-publish in the github-actions group
Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14404da - Browse repository at this point
Copy the full SHA 14404daView commit details -
Merge pull request #2020 from python-visualization/dependabot/github_…
…actions/github-actions-5e72becc27 Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the github-actions group
Configuration menu - View commit details
-
Copy full SHA for a340a6e - Browse repository at this point
Copy the full SHA a340a6eView commit details
Commits on Nov 4, 2024
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
Configuration menu - View commit details
-
Copy full SHA for 4eff951 - Browse repository at this point
Copy the full SHA 4eff951View commit details -
Merge pull request #2025 from python-visualization/pre-commit-ci-upda…
…te-config [pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 756edcb - Browse repository at this point
Copy the full SHA 756edcbView commit details
Commits on Nov 6, 2024
-
Bump pypa/gh-action-pypi-publish in the github-actions group (#2026)
Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06888ef - Browse repository at this point
Copy the full SHA 06888efView commit details
Commits on Nov 7, 2024
-
Bump pypa/gh-action-pypi-publish in the github-actions group
Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.12.0 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.0...v1.12.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57279fd - Browse repository at this point
Copy the full SHA 57279fdView commit details -
Merge pull request #2027 from python-visualization/dependabot/github_…
…actions/github-actions-5da8da3d55 Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 in the github-actions group
Configuration menu - View commit details
-
Copy full SHA for f8bb159 - Browse repository at this point
Copy the full SHA f8bb159View commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b742166 - Browse repository at this point
Copy the full SHA b742166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a2da39 - Browse repository at this point
Copy the full SHA 2a2da39View commit details -
Issue 1943 allow jscode in options (#2029)
* First version * Fix trailing commas * Fix typing for GeoJson kwargs * Update folium/utilities.py Co-authored-by: Frank Anema <[email protected]> * Update tests/plugins/test_grouped_layer_control.py Co-authored-by: Frank Anema <[email protected]> * Update tests/plugins/test_marker_cluster.py Co-authored-by: Frank Anema <[email protected]> * Update tests/test_folium.py Co-authored-by: Frank Anema <[email protected]> * Update tests/test_raster_layers.py Co-authored-by: Frank Anema <[email protected]> --------- Co-authored-by: Frank Anema <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2ec195 - Browse repository at this point
Copy the full SHA f2ec195View commit details -
Implement the
oncemethod on Evented. (#2023)* Implement the `once` method on Evented. * Update folium/elements.py Co-authored-by: Frank Anema <[email protected]> * Update folium/map.py Co-authored-by: Frank Anema <[email protected]> * Update folium/map.py Co-authored-by: Frank Anema <[email protected]> * Update folium/map.py Co-authored-by: Frank Anema <[email protected]> --------- Co-authored-by: Frank Anema <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f2d67b - Browse repository at this point
Copy the full SHA 1f2d67bView commit details
Commits on Nov 27, 2024
-
Add OverlappingMarkerSpiderfier Plugin (#2033)
* feat(plugins): add OverlappingMarkerSpiderfier plugin for handling overlapping markers * docs(plugins): update overlapping_marker_spiderfier to align with plugin conventions * docs(overlapping_marker_spiderfier): add class description * refactor(plugin): simplify marker and popup handling in OMS * fix: resolve pre-commit issues * Update folium/plugins/overlapping_marker_spiderfier.py Co-authored-by: Frank Anema <[email protected]> * Update folium/plugins/overlapping_marker_spiderfier.py Co-authored-by: Frank Anema <[email protected]> * feat: add support for spiderifying markers in FeatureGroups * docs: modification of OverlappingMarkerSpiderfier plugin documentation * Update folium/plugins/overlapping_marker_spiderfier.py --------- Co-authored-by: Frank Anema <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 808163f - Browse repository at this point
Copy the full SHA 808163fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5205be8 - Browse repository at this point
Copy the full SHA 5205be8View commit details -
Add OverlappingMarkerSpiderfier to plugins table (#2036)
* docs: add OverlappingMarkerSpiderfier to table * update plugin docs requirements
Configuration menu - View commit details
-
Copy full SHA for 0734af4 - Browse repository at this point
Copy the full SHA 0734af4View commit details
Commits on Dec 2, 2024
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
Configuration menu - View commit details
-
Copy full SHA for 2edbcf2 - Browse repository at this point
Copy the full SHA 2edbcf2View commit details -
Merge pull request #2038 from python-visualization/pre-commit-ci-upda…
…te-config [pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 1fe17ae - Browse repository at this point
Copy the full SHA 1fe17aeView commit details
Commits on Dec 10, 2024
-
Bump pypa/gh-action-pypi-publish in the github-actions group
Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0e8213 - Browse repository at this point
Copy the full SHA b0e8213View commit details -
Merge pull request #2041 from python-visualization/dependabot/github_…
…actions/github-actions-088cad1836 Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the github-actions group
Configuration menu - View commit details
-
Copy full SHA for bceb508 - Browse repository at this point
Copy the full SHA bceb508View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.18.0...v0.19.0