Releases: LSeu-Open/Cellpose_Gradio
Releases · LSeu-Open/Cellpose_Gradio
v.0.2.1-beta
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
(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
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
(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
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
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
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
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
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
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.