Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

v9.2.0

Compare
Choose a tag to compare
@vxgmichel vxgmichel released this 18 Aug 14:30

Features:

  • Issue #8: Tango 9 Pipe API
  • Issue #37: Add display_level and polling_period as optional arguments to command decorator

Bug fixes:

  • Fix cache problem when using DeviceProxy through an AttributeProxy
  • 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 if server_name is '*'
  • Fix get_device_attribute_property2 if prop_attr is not None
  • Accept StdStringVector in put_device_property
  • Map 'int' to DevLong64 and 'uint' to DevULong64
  • 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