Release notes
We release Norfair 2.3.0, which includes a many fixes and improvements.
This version also drops support for Python 3.7.
Changelog
- Relaxed rich requirement to allow newer version of it (#332) @javiber thanks to @johannesrhvw for the help
- Comment that norfair might still work with python 3.7 (#291) @aguscas
- Add mention of yolo-nas demo in readme (#290) @aguscas
- yolo nas demo (#274) @agosl
- replace any print() + exit() combos with raise (#259) @quantumdot
- Update demo.py (#280) @PJarbas
- Updated docs requirements (#289) @javiber
- Add py.typed marker (#277) @selimb
- [FIX][MOTION ESTIMATION] Fix error on homography calculation (#278) @gfugante
- Drop support for python 3.7 (#287) @aguscas
- Set default value
draw_ids
to True in thedraw_boxes
function (#264) @DiegoFernandezC - Fix path drawer (#252) @DiegoFernandezC
- Fix colab demo (#248) @facundo-lezama
- Fix deprecated
Color.random
call in 3d-track demo. (#244) @facundo-lezama
New Contributors
- @gfugante made their first contribution in #278
- @selimb made their first contribution in #277
- @PJarbas made their first contribution in #280
- @quantumdot made their first contribution in #259
- @agosl made their first contribution in #274
Full Changelog: v2.2.0...v2.3.0