Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-visualization/folium
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.4
Choose a base ref
...
head repository: python-visualization/folium
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.5
Choose a head ref
  • 14 commits
  • 13 files changed
  • 6 contributors

Commits on Jan 2, 2025

  1. Multiple markers with one icon (#2068)

    * wip
    
    * this works
    
    * also add customicon and divicon
    
    * run black
    Conengmo authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    bdbf7ed View commit details
    Browse the repository at this point in the history
  2. Update copyright in LICENSE.txt (#2067)

    * Update LICENSE.txt
    
    * add link to contributors
    Conengmo authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    4eb48f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Configuration menu
    Copy the full SHA
    29062dd View commit details
    Browse the repository at this point in the history
  2. Cleanup make MacroElements from Elements (#2066)

    * Cleanup make MacroElements from Elements
    
    This change involves several classes that require being added to a
    Figure. Since these classes follow the `render` semantics of a
    MacroElement it makes more sense to make them also inherit from
    MacroElement.
    
    Excluded from this change is actually making use of
    the template mechanics of the MacroElement.
    
    * Fix missing import
    
    * Update folium/features.py
    
    Co-authored-by: Frank Anema <[email protected]>
    
    * Update folium/features.py
    
    Co-authored-by: Frank Anema <[email protected]>
    
    ---------
    
    Co-authored-by: Frank Anema <[email protected]>
    hansthen and Conengmo authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    3a2afb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Configuration menu
    Copy the full SHA
    af910a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d54bbb4 View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate (#2078)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    ed5eb00 View commit details
    Browse the repository at this point in the history
  4. Add className option (#2074)

    Closes #2055
    hansthen authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    af03218 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. docs: bit more explanation about custom tileset url templates (#2082)

    * docs: custom tilesets
    
    * Update tiles.md
    Conengmo authored Jan 18, 2025
    Configuration menu
    Copy the full SHA
    addb26b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Bump pypa/gh-action-pypi-publish in the github-actions group (#2085)

    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.3 to 1.12.4
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4)
    
    ---
    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]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    20ecdbc View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
    - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
    - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
    pre-commit-ci[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    69b12e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f781ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2090 from python-visualization/pre-commit-ci-upda…

    …te-config
    
    [pre-commit.ci] pre-commit autoupdate
    ocefpaf authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    4b77743 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Fix icon when passing Marker to GeoJson (#2086)

    * fix geojson marker icon
    
    * mypy
    
    * ruff
    
    * After review comments
    
    ---------
    
    Co-authored-by: Hans Then <[email protected]>
    Conengmo and hansthen authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    2ea6abc View commit details
    Browse the repository at this point in the history
Loading