Skip to content

0.1.0.dev4

Choose a tag to compare

@epage epage released this 24 Jul 16:56
· 343 commits to main since this release

Primarily increases Python2 compatibility.

Breaking Changes

  • Correct spelling of Err.PORT_LEDS_BUSY (66e741f5, closes #104
  • Correct spacing on CanIoMode values (0c194a66
  • Scope of Interface.out_strm_list_by_id (c48a4dcf, closes #114
  • Fix spacing on Frames.can_io_mode (7c0bf9f1, closes #56
  • Fix casing on CanIoMode (ff276cd7, closes #44
  • Remove deprecated baud rate property (0af3a5f4)
  • Moving properties to relevant classes (576fa215)

Features

  • Annotate Session types (89b69b52)
  • Moving properties to relevant classes (576fa215)

Bug Fixes