Commit 27618055 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-69: Update version and history of CSP.LMC common and mid packages.

parent 51629289
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
0.5.9
- implemented the ADR-4 and ADR-10 decisions:
  - the json file contains the unique configuration ID
    and the list of the outputlinks, channelAverageMap and
    received addresses for CBF
  - the Scan command specifies as argument the scan Id
- added the isCmdInProgress attribute to get information
  about the execution state of a command
  
0.5.8

- use ska-logging 0.3.0 and lmcbasclasses 0.5.2
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
"""Release information for Python Package"""

name = """csp-lmc-common"""
version = "0.5.8"
version = "0.5.9"
version_info = version.split(".")
description = """SKA CSP.LMC Common Software"""
author = "INAF-OAA"
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
"""Release information for Python Package"""

name = """csplmc-common"""
version = "0.5.8"
version = "0.5.9"
version_info = version.split(".")
description = """SKA CSP.LMC Common Classe"""
author = "E.G"
@@ -18,5 +18,5 @@ license = """BSD-3-Clause"""
url = """www.tango-controls.org"""
copyright = """"""

release=0.5.8
tag=csp-lmc-common-0.5.8
release=0.5.9
tag=csp-lmc-common-0.5.9
+9 −0
Original line number Diff line number Diff line
0.5.8

- use csp-lmc-common package 0.5.9
- implemented the ADR-4 and ADR-10 decisions:
  - the json file contains the unique configuration ID
    and the list of the outputlinks, channelAverageMap and
    received addresses for CBF
  - the Scan command specifies as argument the scan Id

0.5.7

- use csp-lmc-common package 0.5.8
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
"""Release information for Python Package"""

name = """mid-csp-lmc"""
version = "0.5.7"
version = "0.5.8"
version_info = version.split(".")
description = """SKA MID CSP.LMC"""
author = "INAF-OAA"
Loading