Crappy 2.0.7
Changes in this new release:
- Drop support for Python 3.7 and 3.8 by including features from versions 3.8 and 3.9 (
typing.Literal
, walrus operator, positional-only arguments, etc.) - Ensure Python 3.13 is supported and add it to the list of supported versions
- Enable nit-picky mode for documentation, and fix the numerous errors that appeared. Allowed to reduce the number of broken links, and in the future will permit to detect these much quicker
- Various minor type hint fixes
- Add a
crappy.blocks.Pause
Block for momentarily putting some Blocks on hold. Also update the internals ofcrappy.blocks.Block
to enable this feature - Fix a serious error affecting frequency handling of all the Blocks
- Introduce a new
crappy.camera.RaspberyPiCamera2
Camera for reading images on Raspberry Pi hardware using thepicamera2
library
Merged pull requests
- Release/2.0.6 by @WeisLeDocto in #134
- Add support for Python 3.13 by @WeisLeDocto in #135
- Include new features from Python 3.8 and 3.9 by @WeisLeDocto in #136
- Various minor fixes by @WeisLeDocto in #137
- Update configuration and dependencies for documentation by @WeisLeDocto in #138
- Add a pause mechanism for the Blocks by @WeisLeDocto in #139
- Various minor fixes by @WeisLeDocto in #140
- Add support for
picamera2
on Raspberry Pi by @WeisLeDocto in #141 - Release version 2.0.7 by @WeisLeDocto in #142
Full Changelog: v2.0.6...v2.0.7
The tarball and the wheel are available on PyPI