Releases: ift-tuwien/ICOstate
Releases · ift-tuwien/ICOstate
Version 0.25
Package
- Require ICOtronic package
7.2(to add and fix logging messages)
CI
- Publish current documentation to GitHub pages
Version 0.24
Package
- Require ICOtronic package
7.1
Version 0.23
Package
- Require ICOtronic package
6.5(to improve support for Python3.14)
Version 0.22
API
- Rename
_check_in_statetocheck_in_stateto make it “public”
Version 0.21
API
- Add coroutines:
ICOsystem.get_sensor_configurationto read the sensor configuration of a sensor nodeICOsystem.set_sensor_configurationto write the sensor configuration of a sensor node
Version 0.20
API
- The coroutine
ICOsystem.renamenow returns the old name of the renamed sensor node
Version 0.19
API
- Allow
ICOsystem.collect_sensor_nodesin all states, except for the disconnected state
Version 0.18
API
- Add coroutine to read MAC address of STU:
ICOsystem.get_stu_mac_address
Version 0.17
API
- Add current state to
IncorrectStateErrormessage text
Test
- Use
pytest-rerunfailuresto rerun flaky tests - Use
pytest-sugarfor test output
Version 0.16
API
- Export
CANInitError - Require
ICOtroniclibrary version6.0
Development
- Use
uvinstead ofpoetryas development tool