0.5.8

- use ska-logging 0.3.0 and lmcbasclasses 0.5.2
- 


0.5.7
- removed the problem with forwarded attributes of array of strings.
  When the root attribute of a forwarded attribute is an array of 
  strings the devices crashes.
  Moved forwarded attributes to TANGO attributes.
- modify install_requires package in setup.py: use of 
  ska-logging version < 0.3.0 (0.3.0 has changed 
  importing and current lmcbaseclasses package is not
  updated, yet.).

0.5.6

- set the exec flag before the thread start
- re-enable the cmd_ended_cb callback registration with
  the asynchronous commands
- configure thread lock to access commad execution flag
- removed some typos
- more logs

0.5.5

- reduced the sleep time inside monitoring threads in CspMaster.py and CspSubarray.py
- the Csp State attribute is updated in the event callback only when the device is
  not running any power command.
- don't register the cmd_ended_cb callback with the asynchronous commands issued to power
  the CSP Element. When the CbfMaster is already in the requested State, the exception thrown
  by it is caught after the end of the thread and the class attribute _cmd_execution_state 
  (even if reset to IDLE inside the thread) is still equal RUNNING.  This causes the device
  failure if a new power command is issued on it. Maybe this issue is related to the PyTango
  issue with threading and I/O.


0.5.3

- Use lmcbaseclasses = 0.5.0
- Moved ConfigureScan command to Configure.
- Moved EndSB() method to GoToIdle().
- CspMaster: moved attribute with "alarm" string in the name to "failure".
- Removed the default polling for xxCmdDurationExpected/Measured attributes.
- Removed a bug in the Off() method.
- CspSubarray: removed severe errors from the delete_device() method.
- Commented out the line with connection to PssSubarray.
- Removed a bug in passing arguments to the SubarrayRejectDecorator.
- Updated the csp-lmc-common TANGO DB configuration to resolve
  forwarded attributes not addressed.
- Install in editable mode the csp-lmc-common package to install also
  lmcbaseclasses package and its dependencies.
- Modified .gitlab-ci.yml file to execute linting and generate metrics.
- Still not resolved the issue to combine coverage outputs of 
  the different repository projects (csp-lmc-common and csp-lmc-mid).

0.4.0

- Use lmcbaseclasses = 0.4.1
- ska-python-buildenv 9.3.1
- ska-python-runtime 9.3.1

0.3.0

- Use lmcbaseclasses version >=0.2.0

