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

v9.2.2

Compare
Choose a tag to compare
@vxgmichel vxgmichel released this 27 Sep 09:54
· 569 commits to stable since this release

Features

  • Pull Request #104: Pipe Events
  • Pull Request #106: Implement pipe write (client and server, issue #9)
  • Pull Request #122: Dynamic commands
  • Pull Request #124: Add forward attribute
  • Pull Request #129: Implement mandatory property (issue #30)

Changes

  • Pull Request #109: Device Interface Change Events
  • Pull Request #113: Adding asyncio green mode documentation and a how-to on contributing
  • Pull Request #114: Added PEP8-ified files in tango module.
  • Pull Request #115: Commands polling tests (client and server)
  • Pull Request #116: Attribute polling tests (client and server)
  • Pull Request #117: Use official tango-controls conda channel
  • Pull Request #125: Forward attribute example
  • Pull Request #134: Linting pytango (with pylint + flake8)
  • Pull Request #137: Codacy badge in README and code quality policy in How to Contribute
  • Pull Request #143: Added missing PipeEventData & DevIntrChangeEventData

Bug fixes

  • Pull Request #85 (issue #84): Fix Gevent ThreadPool exceptions
  • Pull Request #94 (issue #93): Fix issues in setup file (GCC-7 build)
  • Pull Request #96: Filter badges from the long description
  • Pull Request #97: Fix/linker options
  • Pull Request #98: Refactor green mode for client and server APIs
  • Pull Request #101 (issue #100) check for None and return null string
  • Pull Request #102: Update server tests
  • Pull Request #103: Cache build objects to optimize travis builds
  • Pull Request #112 (issue #111): Use _DeviceClass as tango device class constructor
  • Pull Request #128 (issue #127): Set default worker in server.py
  • Pull Request #135: Better exception handling in server.run and test context (issue #131)
  • Pull Request #142 (issue #142): Added missing PipeEventData & DevIntrChangeEventData
  • Pull Request #148 (issue #144): Expose utils helpers
  • Pull Request #149: Fix return value of proxy.subscribe_event
  • Pull Request #158 (issue #155): Fix timestamp and casing in utils.EventCallback