v0.1.0
Version 0.1.0 - 2024-02-01
Changed
- Change message and protocols according to LECO change (
9d74731da
) (@BenediktBurger) - Change Coordinator's
fname
tofull_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
(useDataPublisher
instead); moveRepublisher
andExtendedPublisher
to pyleco-extras package (#33) (@BenediktBurger) - Breaking: remove deprecated
call_method_rpc
andcall_method_rpc_async
Fixed
- Fix typos, also in variable / method names
Full Changelog: https://github.com/pymeasure/pyleco/commits/v0.1.0