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

v9.2.1

Compare
Choose a tag to compare
@vxgmichel vxgmichel released this 30 Jan 16:27

Features

  • Pull Requests #70: Add two modules for unit-testing:
    • tango.test_context: provide a context to run and access a tango device without a database
    • tango.test_utils: provide generic pytest fixtures for tango-related unit-testing

Changes

  • Issue #51: Refactor platform specific code in setup file
  • Issue #67: Comply with PEP 440 for pre-releases
  • Pull Request #70: Add unit-testing for the server API
  • Pull Request #70: Configure Travis CI for continuous integration
  • Pull Request #76: Add unit-testing for the client API
  • Pull Request #78: Update the python version classifiers
  • Pull Request #80: Move tango object server to its own module
  • Pull Request #90: The metaclass definition for tango devices is no longer mandatory

Bug fixes

  • Issue #24: Fix dev_status dangling pointer bug
  • Issue #57: Fix dev_state/status to be gevent safe
  • Issue #58: Server gevent mode internal call hangs
  • Pull Request #62: Several fixes in tango.databaseds
  • Pull Request #63: Follow up on issue #21 (Fix Group.get_device method)
  • Issue #64: Fix AttributeProxy.__dev_proxy to be initialized with python internals
  • Issue #74: Fix hanging with an asynchronous tango server fails to start
  • Pull Request #81: Fix DeviceImpl documentation
  • Issue #82: Fix attribute completion for device proxies with IPython >= 4
  • Issue #84: Fix gevent threadpool exceptions