Releases: de-code/python-tf-bodypix
Releases · de-code/python-tf-bodypix
v0.4.2
What's Changed
- fix CI by upgrading mypy and downgrading numpy by @de-code in #311
- Bump pip from 22.2.2 to 22.3.1 by @dependabot in #291
- Bump wheel from 0.37.1 to 0.38.4 by @dependabot in #306
- Bump opencv-python from 4.6.0.66 to 4.7.0.68 by @dependabot in #312
- Bump pylint from 2.14.5 to 2.15.10 by @dependabot in #308
- Bump mypy from 0.971 to 0.991 by @dependabot in #294
- Bump pytest from 7.1.2 to 7.2.1 by @dependabot in #309
- Bump types-requests from 2.28.8 to 2.28.11.8 by @dependabot in #310
- added constraints to reduce dependency versions by @de-code in #313
- Bump tensorflow from 2.9.1 to 2.11.0 by @dependabot in #297
- Bump pillow from 9.2.0 to 9.4.0 by @dependabot in #307
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
- improved cli docs (#77)
- delay window creation (#84)
- darken background when adding overlay (#83)
- wait for window to be closed (#79)
- added video support (#76)
- fixed draw mask not shown without overlay (#75)
- added mypy linting (#73)
- renamed resnet50 model path constants (#72)
- added reference to layered vision (#59)
- various library upgrades