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.2
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.3
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    0b1bf55 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Configuration menu
    Copy the full SHA
    d04d4ba View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Add DivIcon and CustomIcon as accepted type of Marker icon (#2056)

    * Add DivIcon as accepted type of Marker icon
    
    * Add CustomIcon as accepted type of Marker icon
    pixelsapphire authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    09c5905 View commit details
    Browse the repository at this point in the history
  2. Fix type hints after adding Branca type checking (#2060)

    * remove render() return types
    
    * fix TypeBounds
    
    * missing return statement
    
    * split TypeBounds in input and return types
    
    * deal with bounds from args to return
    
    * fix VegaLite typing
    
    * geojsondetail assert parent is geojson
    
    * bin_edges in choropleth
    
    * geojson/topojson in choropleth
    
    * colormap type in ColorLine
    
    * ruff check
    
    * black
    
    * fix circular import
    Conengmo authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    ccb7509 View commit details
    Browse the repository at this point in the history
Loading