Skip to content

Commit

Permalink
Enhance Exception Handling & Documentation (v0.8.1)
Browse files Browse the repository at this point in the history
- Reverted float16 handling for input compatibility.
- Added exception handling for CUDA and data type mismatches.
- Enhanced docstrings for better code clarity and maintainability.
- Updated output file naming with timestamps to prevent overwrites.
  • Loading branch information
CharlesCNorton committed Aug 7, 2024
1 parent 2d3ddd2 commit 5d94f8b
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 57 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.0',
version='0.8.1',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down
Loading

0 comments on commit 5d94f8b

Please sign in to comment.