Skip to content

Commit

Permalink
Refactor YO-FLO codebase to version 0.9.0 for improved clarity, modul…
Browse files Browse the repository at this point in the history
…arity, and error handling

 Bumped version from 0.8.1 to 0.9.0
- Renamed parameters for better clarity (e.g., `display_inference_speed` to `display_inference_rate`)
- Enhanced logging with more detailed and informative messages
- Improved error handling in functions, particularly in recording and inference processes
- Refined argument parsing with simplified and more intuitive flags
- Added detailed docstrings and comments for better code readability and maintainability
- Separated concerns between detection-triggered and inference-triggered recording for better control
- General code cleanup and optimization for robustness in multi-threaded operations
  • Loading branch information
CharlesCNorton committed Aug 31, 2024
1 parent 5d94f8b commit 2a058ec
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 81 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='yoflo',
version='0.8.1',
version='0.9.0',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down
Loading

0 comments on commit 2a058ec

Please sign in to comment.