Skip to content

Releases: randyzwitch/streamlit-folium

Fix duplicate drawings

21 Mar 16:37
b8b459e
Compare
Choose a tag to compare

Per #37, drawings were being duplicated in the message back to Streamlit from the leaflet.js frontend. #40 fixed issue.

Add zoom level

17 Mar 20:02
98362ca
Compare
Choose a tag to compare

Adds zoom level as one of the properties returned on interaction with st_folium

What's Changed

Full Changelog: v0.6.2...v0.6.3

Add missing dependencies

18 Feb 21:22
207964d
Compare
Choose a tag to compare

#34 highlighted that some features weren't working as expected, which was determined to be at least partially due to missing JS dependencies inside the iframe. This release fixes that.

Add bi-directional support

15 Feb 21:37
ffc0d1d
Compare
Choose a tag to compare

This release adds bi-directional support via the st_folium function. When calling mapdata = st_folium(m), a dict will be returned back to Python with the bounding box and other click data. Improved documentation will come in a future release as time allows, but you can see the examples folder for ideas of how to use this new functionality.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

Add support various other drawn objects

15 Feb 01:19
5014154
Compare
Choose a tag to compare
Pre-release

Add support various other drawn objects

Test bidirectional build on PyPI

11 Feb 15:48
d52d094
Compare
Choose a tag to compare
Pre-release

Test of building the bi-directional component and submitting to PyPI.

USERS SHOULD NOT USE THIS VERSION UNLESS YOU UNDERSTAND WHAT THIS MEANS

Add Branca render

09 Feb 19:40
5fef25b
Compare
Choose a tag to compare

Release moves required version of Streamlit >= 1.2 to ensure memory improvements are incorporated, adds Branca rendering, fixes CI by pinning dependencies closer

Fix CI process, clean up requirements.txt

17 May 20:50
48d8d1f
Compare
Choose a tag to compare

No changes to the API, just package clean-up

Support DualMaps

09 Mar 18:55
3d264ff
Compare
Choose a tag to compare

folium_static now supports DualMap, which allows for two maps to be placed next to each other horizontally.

Loosen Folium requirements

03 Mar 15:25
c107f6f
Compare
Choose a tag to compare

Per #14, there's nothing about this package that requires 0.11, so Folium >= 0.11 should be sufficient.