Skip to content

v0.0.20 - Update `threaded()` to conform to `ultralytics` implementation (#250)

Choose a tag to compare

@github-actions github-actions released this 19 Mar 12:20
· 49 commits to main since this release
764d8b8

🌟 Summary

The threaded decorator has been upgraded to offer more flexibility, allowing users to choose between threaded or synchronous function execution.

πŸ“Š Key Changes

  • Enhanced the threaded decorator to include a threaded=False option, enabling synchronous function execution when desired.
  • Improved documentation and examples to make the decorator's functionality clearer and easier to use.
  • Updated the SDK version from 0.0.19 to 0.0.20.

🎯 Purpose & Impact

  • Increased Flexibility: Developers now have the option to run functions either in the background (threaded) or synchronously, making the SDK more versatile for different workflows.
  • Better Usability: Enhanced documentation ensures users can quickly understand and implement the updated threaded decorator.
  • Version Alignment: The version bump reflects the new features and improvements, signaling progress and encouraging users to update.

πŸš€ This update empowers developers with greater control over function execution, improving adaptability and ease of use!

What's Changed

  • Update threaded() to conform to ultralytics implementation by @glenn-jocher in #250

Full Changelog: v0.0.19...v0.0.20