----- - Include enum labels in YAML spec document and sort labels 123_. - Arranged the `- name` as the top value and have the keys sorted alphabetically 123_.
0.7.0
----- - Updated CHANGELOG in 122_ - Added `validate` option to `tango-yaml` tool in 121_ - This sub command enables conformance verification of a running Tango device against a specification file.
0.6.0
----- - Updated CHANGELOG in 118_ - Added `tango-yaml` tool in 119_ - This tool translates fandango (fgo), XMI (xmi) or a running Tango device to YAML. - Once installed, run `tango-yaml -h` for details.
0.5.0
----- - Added Weather.xmi to MANIFEST.in 117_ - Refactor the code base 116_ - Update compat function docstrings 115_
0.4.0
----- - Added Python2.7 and Python>=3.5 Compatibility Pull Request 110_. - Formatted code with black_ - Added some missing XMI parser types Pull Request 101_.
0.3.0
----- - Support multiple device and control interfaces per server process (Enhancement) - Addressing issue raised in 56_ - Adding a log when writing to the attributes - Reduced the unnecessary logging of the TANGO device - Handle non scalar value - Linked to the Pull Request 91_