-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Comparing changes
Open a pull request
base repository: python-visualization/folium
base: v0.19.7
head repository: python-visualization/folium
compare: v0.20.0
- 12 commits
- 21 files changed
- 5 contributors
Commits on Jun 3, 2025
-
docs: Update switcher.json for v0.19.7 (#2155)
Co-authored-by: hansthen <2202342+hansthen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e3ca7ba - Browse repository at this point
Copy the full SHA e3ca7baView commit details
Commits on Jun 11, 2025
-
Add leaflet_method decorator (#2157)
* Add leaflet_method decorator This allows javascript method calls to be generated using an empty method body and a signature. Useful for writing plugins. As an example (and the driving motivation) I implemented this on the geoman plugin. * Fix tests * Implement all useful leaflet methods on geoman Only the free modules for now * Add a snapshot test
Configuration menu - View commit details
-
Copy full SHA for 0f04eeb - Browse repository at this point
Copy the full SHA 0f04eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22aa1e5 - Browse repository at this point
Copy the full SHA 22aa1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f548f - Browse repository at this point
Copy the full SHA 79f548fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e7da4b - Browse repository at this point
Copy the full SHA 5e7da4bView commit details
Commits on Jun 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b8af05f - Browse repository at this point
Copy the full SHA b8af05fView commit details
Commits on Jun 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5904750 - Browse repository at this point
Copy the full SHA 5904750View commit details -
Merge pull request #2161 from hansthen/issue_1715
Update README to point to the extra plugin
Configuration menu - View commit details
-
Copy full SHA for 0287421 - Browse repository at this point
Copy the full SHA 0287421View commit details
Commits on Jun 16, 2025
-
Bump actions/setup-python from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3af17e9 - Browse repository at this point
Copy the full SHA 3af17e9View commit details -
Merge pull request #2163 from python-visualization/dependabot/github_…
…actions/github-actions-cd7291ea65 Bump actions/setup-python from 4 to 5 in the github-actions group
Configuration menu - View commit details
-
Copy full SHA for c1d4b64 - Browse repository at this point
Copy the full SHA c1d4b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de8ff2 - Browse repository at this point
Copy the full SHA 2de8ff2View commit details -
* Fix for issue 1359 This includes a structural change. I added a Class object with a include method. This follows leaflet's `L.Class.include` statement. This allows users to override Leaflet class behavior. The motivating example for this can be found in the added `test_include` in `test_map.py`. Using an include, users can override the `createTile` method of `L.TileLayer` and add a headers. * Close #1359 Add an include statement, that will allow users to override specific methods at Leaflet level. This allows users to customize the "createTile" method using a JsCode object. * Add documentation
Configuration menu - View commit details
-
Copy full SHA for 5c46067 - Browse repository at this point
Copy the full SHA 5c46067View 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.19.7...v0.20.0