Skip to content

Latest commit

 

History

History
109 lines (50 loc) · 4.89 KB

File metadata and controls

109 lines (50 loc) · 4.89 KB

Changelog

0.7.4 (2024-08-13)

Bug Fixes

  • improve code quality and testing procedure (#57) (eb578e1)
  • resolve issues identified by pylint (af706d0)

0.7.3 (2024-08-11)

Bug Fixes

  • remove warning messages that were used for debugging (#48) (6327fd9)

0.7.2 (2024-08-11)

Bug Fixes

  • remove warning messages that were used for debugging (#46) (1f20ded)

0.7.1 (2024-08-04)

Bug Fixes

  • use correct byte order for multi-byte read/write (352d5e9)
  • use correct byte order for multi-byte read/write (#38) (7ff10f6)

0.7.0 (2024-07-29)

Features

  • support multi-byte reads for device registers (#31) (6bc1ff5)

0.6.0 (2024-07-23)

Features

  • add configuration for dependabot (31f07f2)
  • allow reading and writing of device state (67a72cf)

Bug Fixes

  • delete obsolete code in 'BurstHandler' (0741bd4)
  • remove obsolete file (559d320)
  • update package versions (5df0bb9)

0.5.0 (2024-07-20)

Features

  • provide a context manager for read/write operations (#20) (a728a8b)

0.4.1 (2024-07-20)

Bug Fixes

0.4.0 (2024-07-20)

Features

0.3.2 (2024-07-15)

Documentation

0.3.1 (2024-07-15)

Bug Fixes

0.3.0 (2024-07-14)

Features

  • redesign the library and document its philosophy (67f1671)

0.2.1 (2024-07-08)

Bug Fixes

  • update 'feeph/i2c/init.py' with correct import (#4) (e2105f4)

0.2.0 (2024-07-08)

Features

  • provide a simulated I²C bus (#1) (5c85f6b)