Skip to content

v2.0.7

Latest
Compare
Choose a tag to compare
@WeisLeDocto WeisLeDocto released this 26 Nov 22:38
5d0ca46

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 of crappy.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 the picamera2 library

Merged pull requests

Full Changelog: v2.0.6...v2.0.7

The tarball and the wheel are available on PyPI