This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
v9.2.0
Features:
- Issue #8: Tango 9 Pipe API
- Issue #37: Add
display_level
andpolling_period
as optional arguments to command decorator
Bug fixes:
- Fix cache problem when using
DeviceProxy
through anAttributeProxy
- Fix compilation on several platforms
- Issue #19: Defining new members in
DeviceProxy
has side effects - Fixed bug in
beacon.add_device
- Fix
get_device_list
ifserver_name
is'*'
- Fix
get_device_attribute_property2
ifprop_attr
is not None - Accept
StdStringVector
input_device_property
- Map
'int'
toDevLong64
and'uint'
toDevULong64
- Issue #22: Fix
push_data_ready_event()
deadlock - Issue #28: Fix compilation error for
constants.cpp
- Issue #21: Fix
Group.get_device
method - Issue #33: Fix internal server documentation
Changes:
- Move ITango to another project
- Use setuptools instead of distutils
- Add six as a requirement
- Refactor directory structure
- Rename PyTango module to tango (import PyTango still works for backward compatibility)
- Add a ReST readme for GitHub and PyPI
ITango changes (moved to another project):
- Fix itango event logger for python 3
- Avoid deprecation warning with IPython 4.x
- Use entry points instead of scripts