Releases: nocarryr/cyndilib
Releases · nocarryr/cyndilib
0.0.5
What's Changed
- Rework
FourCCPackInfo
and correct stride math by @nocarryr in #11 - Remove deprecated use of
pkg_resources
(in favor ofimportlib.resources
) - Update targeted Python to versions 3.9, 3.10, 3.11, 3.12, and 3.13 by @nocarryr in #15
- Correct callback method typing by @nocarryr in #16
Full Changelog: 0.0.4...0.0.5
0.0.4
What's Changed
- Use the video frame's declared line stride if it is non 0 by @guillaumeriousat in #8
- Add static typing stubs by @nocarryr in #10
- Documentation additions and corrections
- Build wheels for Python 3.12
- Various Cython exception checking / performance improvements
New Contributors
- @guillaumeriousat made their first contribution in #8
Full Changelog: 0.0.3...0.0.4