This repository has been archived by the owner on May 20, 2024. It is now read-only.
Releases: hhk7734/python3-gpiod
Releases · hhk7734/python3-gpiod
1.5.4
What's Changed
- chore: change max-line-length and run black and isort by @hhk7734 in #36
- Fixed issue when gpio chip has no label by @yacinbm in #35
- Also build a py3-none-any wheel by @rmelick-muon in #33
New Contributors
- @yacinbm made their first contribution in #35
- @rmelick-muon made their first contribution in #33
Full Changelog: v1.5.3...v1.5.4
1.5.3
1.5.2
python3-gpiod v1.5.1
python3-gpiod v1.5.0
CHANGELOG
- libgpiodcxx: fix request flags
- libgpiodcxx: provide line::update()
- libgpiod: deprecate gpiod_needs_update()
- libgpiodcxx: remove property decorator from members beginning with a verb
- libgpiodcxx: add support for bias flags
- libgpiodcxx: add support for SET_CONFIG
- libgpiod: fix issue where microseconds is calculated twice
- libgpiod: use gpiod_line_event_get_fd() in gpiod_line_event_read()
Some functions are not supported depending on a kernel version and board.
Thanks @JimTheKiwi
python3-gpiod v1.4.0
CHANGELOG
- libgpiod: correct type check
- libgpiodcxx: correct type check
python3-gpiod v1.3.0
CHANGELOG
- skip: main change in libgpiod's v1.3 development cycle is cosmetic change
python3-gpiod v1.2.5
CHANGELOG
- libgpiodcxx: document line_bulk class
- libgpiodcxx: change line_bulk.MAX_LINES to property
python3-gpiod v1.2.4
CHANGELOG
- libgpiod: implement gpiod_chip_iter.next_noclose
- libgpiodcxx: implement chip/line_iter
- libgpiodcxx: implement find_line
python3-gpiod v1.2.3
CHANGELOG
- github: fix pylint option
- README: remove gpiod installation