Releases: rfonod/stabilo
Releases · rfonod/stabilo
v1.0.0
Main Changes:
-
Bounding Box Conversion:
- Robustified the bounding box conversion function to accommodate aggressive changes.
-
Utility Scripts:
- Implemented a script to stabilize bounding boxes.
- Added README files for all utility scripts to provide usage instructions and examples.
-
Unit Testing:
- Implemented basic unit tests for the
Stabilizer
class usingpytest
.
- Implemented basic unit tests for the
-
Sample Data:
- Provided sample data to test the utility scripts, including default outputs.
-
Documentation:
- Refactored the main
README.md
for clarity and conciseness. - Included a GIF to illustrate both video and track stabilization.
- Refactored the main
-
Dependencies:
- Ensured
pytest
is listed as a development dependency inpyproject.toml
.
- Ensured
-
References:
- Added a reference to a preprint paper for research-related citations.
Bug Fixes:
Fixed various minor bugs to improve stability and performance.
Performance Improvements:
Optimized the stabilization algorithm for faster processing times.
Full Changelog: v0.1.0...v1.0.0
v0.1.0
Pre-release of stabilo.
Full Changelog: https://github.com/rfonod/stabilo/commits/v0.1.0