Index: CHANGELOG.md =================================================================== diff -u -re5a8b71513db222b961cd0b5276c01d087f57306 -rcc428fd4ec398834971de015642db0aa6aa3cc17 --- CHANGELOG.md (.../CHANGELOG.md) (revision e5a8b71513db222b961cd0b5276c01d087f57306) +++ CHANGELOG.md (.../CHANGELOG.md) (revision cc428fd4ec398834971de015642db0aa6aa3cc17) @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +### [0.8.0] - 2020-10-21 + +- DEN-5329: Fixed msg defs conflict +- DEN-5329: Updated hd simulator to show realistic priming screen behavior +- DEN-4308 removed try and except clauses from the publish function +- DIAL-37: Using struct.pack to convert from integer to bytearray instead of unhexlify. +- DIAL-32: Updated scripts to generate user needs +- DEN-5136, DEN-4787: Renamed ui/hd_proxy.py to hd_simulator, updated alarms simulator +- DEN-5053: Added HD and DG s/w reset request commands. +- DEN-4308 added air trap valve status to the publish function +- DEN-5136: Updated create, confirm, priming, begin workflow and alarms test code +- DEN-5053: Added HD class for Air Trap module. +- DEN-4856: Added HD simulator functions to listen for treatment start messages. +- DEN-4856: Added capability to simulate priming in the UI +- DEN-4169: Use common msg id and address code review +- DEN-4169: Added alarm module to dg +- DEN-4589: Created version.py symlink, fixed setup.py import +- DEN-4589: Fixed drain pump bug, added dg get_fpga_version() +- DEN-4589: Removed pkg-resources dependency +- DEN-4589: Version fix +- DEN-4589: Added missing get_fpga_version to ui proxy, adjusted treatment parameters response ordering. + ### [0.7.0] - 2020-08-27 - DIAL-29: Added DG temperature sensors enum