Skip to content

Releases: MrLixm/streamlit-colour-plotting

2.0.1 fix aspect ratio, memory improvement

09 Aug 18:38
Compare
Choose a tag to compare
  • 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

06 Aug 09:16
Compare
Choose a tag to compare

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

05 Aug 21:05
Compare
Choose a tag to compare

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

05 Aug 18:43
Compare
Choose a tag to compare
  • 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

03 Aug 21:07
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

See commit e8c7191 for details

1.0.1 fix opencv

03 Aug 20:21
Compare
Choose a tag to compare

1.0.0: first release

03 Aug 20:10
Compare
Choose a tag to compare

First release so it can be published on Streamlit cloud