Skip to content

Releases: randyzwitch/streamlit-folium

Add missing dependencies

18 Feb 21:22
207964d

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

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

Choose a tag to compare

Pre-release

Add support various other drawn objects

Test bidirectional build on PyPI

11 Feb 15:48
d52d094

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

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

Choose a tag to compare

No changes to the API, just package clean-up

Support DualMaps

09 Mar 18:55
3d264ff

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

Choose a tag to compare

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

Add files to manifest

05 Feb 17:52
e753eaf

Choose a tag to compare

No functional changes to the Python code, added files to manifest to hopefully get the conda recipe to build properly

Add testing, update example for Streamlit 0.65

13 Aug 14:07
9befa3d

Choose a tag to compare

No code or API changes have been made, just the addition of tests and updating the example to show a custom page title