Skip to content

0.8.4

Compare
Choose a tag to compare
@tangy5 tangy5 released this 17 Oct 22:32
· 21 commits to main since this release
736252c

What's New:

  • VISTA2D Dependencies Added:

    • Added dependencies for VISTA2D, ensuring enhanced compatibility and performance when using this feature.
  • Cellprofiler App and Plugin:

    • The Cellprofiler app has been integrated along with a corresponding plugin, enabling new workflows for image analysis.

Enhancements:

  • Release Checks and Updates:

    • Updates and improvements made in preparation for the 0.8.4 release.
  • Allow Newer Versions of Dependencies:

    • Newer versions of key dependencies are now supported, improving compatibility across a wider range of environments.
  • Replace Deprecated IgniteMetric with IgniteMetricHandler:

    • The deprecated IgniteMetric has been replaced with IgniteMetricHandler to keep up with library updates and prevent potential issues.
  • MITK Platform Support:

    • MITK has been officially added as a supported platform, expanding the tool's versatility in medical image processing.

Bug Fixes:

  • Fix Non-Standard English Double-Colons:

    • Addressed issues with non-standard English double colons, ensuring improved consistency in documentation and messaging.
  • Fix Bug with Nuclio Docker Container Directory:

    • Resolved a bug in the Nuclio Docker container that could cause directory-related errors, ensuring smoother execution in Docker environments.

Dependency Updates:

  • Bump requests Library:

    • The requests library was updated from 2.31.0 to 2.32.2, addressing security and bug fixes.
  • Bump urllib3 Library:

    • The urllib3 library was updated from 2.2.1 to 2.2.2 to fix known issues and maintain security compliance.
  • Pre-commit Hooks Update:

    • Updated pre-commit hooks to the latest versions, ensuring consistency in code linting and formatting across the project.

Other Changes:

  • Add Test Case for OpenCV Installation:

    • Introduced a test case to ensure both scenarios are enabled when OpenCV is installed, improving test coverage.
  • Fix cv2 Dependency Issues:

    • Resolved conflicts related to the cv2 library to ensure smooth functionality in different environments.