Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Releases: hhk7734/python3-gpiod

1.5.4

23 Apr 10:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

1.5.3

11 Feb 10:13
Compare
Choose a tag to compare

CHANGELOG

  • libgpiod: update typing for return values #27
  • libgpiod: update typing for return values #27

Thanks @vfazio

1.5.2

06 Feb 01:40
Compare
Choose a tag to compare

1.5.2

  • MANIFEST.in: add py.typed for compatibility with sdist and bdist #24
  • setup.py: refactor #25

Thanks @uSpike

python3-gpiod v1.5.1

27 Jan 11:25
Compare
Choose a tag to compare

CHANGELOG

  • add py.typed

Thanks @uSpike

python3-gpiod v1.5.0

13 Apr 06:00
Compare
Choose a tag to compare

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

16 Dec 14:21
Compare
Choose a tag to compare

CHANGELOG

  • libgpiod: correct type check
  • libgpiodcxx: correct type check

python3-gpiod v1.3.0

28 May 01:51
Compare
Choose a tag to compare

CHANGELOG

  • skip: main change in libgpiod's v1.3 development cycle is cosmetic change

python3-gpiod v1.2.5

14 May 03:25
Compare
Choose a tag to compare

CHANGELOG

  • libgpiodcxx: document line_bulk class
  • libgpiodcxx: change line_bulk.MAX_LINES to property

python3-gpiod v1.2.4

07 May 04:39
Compare
Choose a tag to compare

CHANGELOG

  • libgpiod: implement gpiod_chip_iter.next_noclose
  • libgpiodcxx: implement chip/line_iter
  • libgpiodcxx: implement find_line

python3-gpiod v1.2.3

29 Apr 08:27
Compare
Choose a tag to compare

CHANGELOG

  • github: fix pylint option
  • README: remove gpiod installation