Skip to content

Releases: LSeu-Open/Cellpose_Gradio

v.0.2.1-beta

22 Oct 13:02
97ee150
Compare
Choose a tag to compare

Security improvements

  • Added CMAP and Channels Validation: Enhanced security by implementing validation for CMAP and channels.
  • Profile JSON Schema Validation: Introduced a process to validate profile JSON schemas for better data integrity and compliance.
  • Improved Maintainability and Readability: Made significant improvements to code maintainability and readability, ensuring easier updates and enhancements in the future.

v.0.2.0-beta-colorblind

14 Oct 09:39
11cb82e
Compare
Choose a tag to compare

(Colorblind Version)

UX improvements

  • The app now hides results components upon opening to enhance UI readability and usability.
  • Results components are displayed once segmentation is complete.

Support for new file formats in the result download section.

  • Added a new settings summary component that allows users to easily review their selected segmentation parameters.
  • Implemented the capability to download the displayed result plot as PNG and SVG files.

v.0.2.0-beta

14 Oct 09:23
cbc3529
Compare
Choose a tag to compare

UX improvements

  • The app now hides results components upon opening to enhance UI readability and usability.
  • Results components are displayed once segmentation is complete.

Support for new file formats in the result download section.

  • Added a new settings summary component that allows users to easily review their selected segmentation parameters.
  • Implemented the capability to download the displayed result plot as PNG and SVG files.

v0.1.2-beta-colorblind

10 Oct 13:26
6dba8e7
Compare
Choose a tag to compare

(Colorblind Version)

Updating the UI to Fully Leverage Gradio 5.0

  • Rework Header and Footer Texts: Ensure that all header and footer texts are updated to reflect the latest changes and improvements in Gradio 5.0.
  • Enhance Component Labels and Tooltips: Improve the clarity and descriptiveness of component labels and tooltips for better user experience.
  • Optimize Text/Background Contrast: Enhance the contrast between text and background to ensure better readability and accessibility.

Correct Missing gr.Error Messages from Classic Python Raise Errors

  • Ensure that all errors raised by classic Python code are properly converted into gr.Error messages for consistent error handling

v0.1.2-beta

10 Oct 11:38
19cac7b
Compare
Choose a tag to compare

Updating the UI to Fully Leverage Gradio 5.0

  • Rework Header and Footer Texts: Ensure that all header and footer texts are updated to reflect the latest changes and improvements in Gradio 5.0.
  • Enhance Component Labels and Tooltips: Improve the clarity and descriptiveness of component labels and tooltips for better user experience.
  • Optimize Text/Background Contrast: Enhance the contrast between text and background to ensure better readability and accessibility.

Correct Missing gr.Error Messages from Classic Python Raise Errors

  • Ensure that all errors raised by classic Python code are properly converted into gr.Error messages for consistent error handling

v0.1.1-beta

08 Oct 12:36
4098c6f
Compare
Choose a tag to compare

Missing required package to .bat and .sh files setup

  • add werkzeug to necessary package during setup of the virtual environment.

v.0.1.1-beta-colorblind

08 Oct 12:47
034ab7b
Compare
Choose a tag to compare

Initial colorblind-friendly version of the Cellpose_gradio app.

  • Use a monochromatic version of the theme to ensure easy readability for all types of colorblind individuals.

v0.1.0-Beta

04 Oct 10:08
18d2858
Compare
Choose a tag to compare

UI/UX Improvements

  • Enhanced user interface feedback for better interaction.
  • Implemented new custom CSS rules to ensure ease of use and responsiveness across devices.

v0.0.6-alpha

01 Oct 12:31
adb82ae
Compare
Choose a tag to compare

UI/UX Improvements

  • Updated the system to include multiprofile support for saving and loading settings.

Improvements in Code Readability and Maintainability

  • Functions have been reorganized into modules for better classification.
  • Added missing comments to enhance code readability and maintainability.
  • Prepared for upcoming feature implementations by laying the necessary groundwork.

v0.0.5-alpha

30 Sep 15:09
6e64aa1
Compare
Choose a tag to compare

UI/UX Improvements

  • Adding Save and Load Parameters feature : You can now save your current segmentation parameters to use them directly the next time you launch the app.

⚠️ This is the initial implementation of this feature. For now, you can only save one profile, but support for multiple profiles is planned for future versions.