Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 2.25 KB

CHANGELOG

0.1.0 - 2024-02-01

Changed

  • Change message and protocols according to LECO change (9d74731da) (@BenediktBurger)
  • Change Coordinator's fname to full_name (f3564c0) (@BenediktBurger)

Added

  • Add compatibility with Python 3.9 (18abb87) (@BenediktBurger)
  • Add compatibility with Python 3.12 (#22) (@BenediktBurger)
  • Add more tests.
  • Add more functionality to internal protocol and test suite (42e107c5cb90) (@BenediktBurger)
  • Add Communicator functionality to the MessageHandler by distinguishing messages. (9b0cc42, 45913a5, 97d902b) (@BenediktBurger)
  • Add CI for testing (#22, #7, #34, #29, #26) (@BenediktBurger)
  • Add codecov code coverage calculation to CI (#32) (@BenediktBurger)
  • Add GETTING_STARTED.md with a tutorial (000245b) (#24) (@BenediktBurger, @bklebel)

Removed

  • Breaking: remove deprecated Publisher (use DataPublisher instead); move Republisher and ExtendedPublisher to pyleco-extras package (#33) (@BenediktBurger)
  • Breaking: remove deprecated call_method_rpc and call_method_rpc_async

Fixed

  • Fix typos, also in variable / method names

alpha-0.0.1 - 2023-12-12

Initial alpha version, complies with LECO protocol alpha-0.0.1

New Contributors

@BenediktBurger, @bilderbuchi, @bklebel