Releases: MrLixm/streamlit-colour-plotting
Releases · MrLixm/streamlit-colour-plotting
2.0.1 fix aspect ratio, memory improvement
- fix graph aspect ratio with wide gamuts
- disable 2 colorspaces that were not useful int he context of plotting
- change colour processing depth to float32 instead of float64 to again reduce memory usage
Full Changelog: v2.0.0...v2.0.1
2.0.0 svg download, image optimization
Release notes :
User
- added "Download as SVG" option
- moved graph transform widgets to sidebar
- limit uploaded image to 2048 pixels max on any dimension (in effort of not overflow the cloud machine RAM)
Developer
- clear image array config option once plot created : to free RAM earlier
Breaking :
- refacto properties names on the UserConfig class
- changed envvar name for debugging
Full Changelog: v1.1.1...v2.0.0
1.1.1 image safety
Update limits for image related operations to prevent crashs.
Add logging for easier debugging.
Full Changelog: v1.0.3...v1.1.1
1.0.3 performance fix
- Remove a memory leak when using image due to an unlimited cache
- fix graph transform widgets
- reduce instancing of the user config
Full Changelog: v1.0.2...v1.0.3
1.0.2 fix breaking bug with session_state
Full Changelog: v1.0.1...v1.0.2
See commit e8c7191 for details
1.0.1 fix opencv
Full Changelog: v1.0.0...v1.0.1
1.0.0: first release
First release so it can be published on Streamlit cloud