Loading csp-lmc-common/HISTORY +7 −0 Original line number Diff line number Diff line 0.6.3 - use ska-python-buildenv and runtime 9.3.2 - use lmcbaseclasses ver 0.6.3 - Add support for Off and ObsReset commands - Fix type_in argument for Scan (now it accepts a DevString instead of a DevStringVarArray) - EndScan to discuss actual implementation 0.6.2 - Finalized support for Configure command. - Added GoToIdle command subclassing the ActionCommand class. Loading csp-lmc-common/csp_lmc_common/CspSubarray.py +147 −37 File changed.Preview size limit exceeded, changes collapsed. Show changes csp-lmc-common/csp_lmc_common/release.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ """Release information for Python Package""" name = """csp-lmc-common""" version = "0.6.2" version = "0.6.3" version_info = version.split(".") description = """SKA CSP.LMC Common Software""" author = "INAF-OAA" Loading csp-lmc-common/docker/.release +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ """Release information for Python Package""" name = """csplmc-common""" version = "0.6.2" version = "0.6.3" version_info = version.split(".") description = """SKA CSP.LMC Common Classe""" author = "E.G" Loading @@ -18,5 +18,5 @@ license = """BSD-3-Clause""" url = """www.tango-controls.org""" copyright = """""" release=0.6.2 tag=csp-lmc-common-0.6.2 release=0.6.3 tag=csp-lmc-common-0.6.3 csp-lmc-common/docker/Dockerfile +2 −2 Original line number Diff line number Diff line FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.1 AS buildenv FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:9.3.1 AS runtime FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.2 AS buildenv FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:9.3.2 AS runtime # create ipython profile to so that itango doesn't fail if ipython hasn't run yet RUN ipython profile create Loading Loading
csp-lmc-common/HISTORY +7 −0 Original line number Diff line number Diff line 0.6.3 - use ska-python-buildenv and runtime 9.3.2 - use lmcbaseclasses ver 0.6.3 - Add support for Off and ObsReset commands - Fix type_in argument for Scan (now it accepts a DevString instead of a DevStringVarArray) - EndScan to discuss actual implementation 0.6.2 - Finalized support for Configure command. - Added GoToIdle command subclassing the ActionCommand class. Loading
csp-lmc-common/csp_lmc_common/CspSubarray.py +147 −37 File changed.Preview size limit exceeded, changes collapsed. Show changes
csp-lmc-common/csp_lmc_common/release.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ """Release information for Python Package""" name = """csp-lmc-common""" version = "0.6.2" version = "0.6.3" version_info = version.split(".") description = """SKA CSP.LMC Common Software""" author = "INAF-OAA" Loading
csp-lmc-common/docker/.release +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ """Release information for Python Package""" name = """csplmc-common""" version = "0.6.2" version = "0.6.3" version_info = version.split(".") description = """SKA CSP.LMC Common Classe""" author = "E.G" Loading @@ -18,5 +18,5 @@ license = """BSD-3-Clause""" url = """www.tango-controls.org""" copyright = """""" release=0.6.2 tag=csp-lmc-common-0.6.2 release=0.6.3 tag=csp-lmc-common-0.6.3
csp-lmc-common/docker/Dockerfile +2 −2 Original line number Diff line number Diff line FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.1 AS buildenv FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:9.3.1 AS runtime FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.2 AS buildenv FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:9.3.2 AS runtime # create ipython profile to so that itango doesn't fail if ipython hasn't run yet RUN ipython profile create Loading