Tags

Tags give the ability to mark specific points in history as being important
  • 1.13.0

    Introduced framework to handle interface version specific changes.
  • 1.12.0

    Updated
    -------
    * Removed hard coded SKA dish references.
    * Updated Configure command processing to handle both SKA and MeerKAT dishes.
    
    Fixed
    -----
    * Fixed adapter creation logic to properly instantiate both SKA and MeerKAT adapters in configure workflows
  • 1.11.0

    Support for ska-low-csp-assignresources/7.5, updated CspAssignResourcesInterfaceURL
  • 1.10.0

    Fixed
    ------
    * Fixed initial observation state assignment to support command queuing.
    * Fixed SKB-1326: Subarray does not transition back to FAULT from EMPTY after restart command.
  • 1.9.0

    Added
    -----
    * ska-tango-difdoc v0.3.0 to automatically generate documentation for tango devices
    
    Fixed
    -----
    * Fixed RTD structure to be inline with other TMC repositories.
  • 1.8.0

    Updated
    --------
    
    * Updated low subarray obsState aggregation to support MCCS early scan without triggering false FAULT transitions. 
    * Updated tests to simplify aggregation test coverage with parameterized tests.
    * Fixed configuration to match schema validation using environment variables `SKA_SCHEMAS_ALLOW_STRICT_VALIDATION`.
  • 1.7.1

    * Fixed the abort command issue
    * Abort now does not wait for inqueue command to get executed , it aborts the ongoing command immediately
  • 1.7.0

    - Updated the subarray node to support partial configuration of receptors, this would enable
    users to configure partial receptors out of the one assigned to the subarray.
  • 1.6.0

    Updated
    --------
    * Changed ScanStartTimeOffset property to memorized attribute scanStartTimeOffset.
    * Renamed property StartTimeEnabled to ScanStartTimeEnabled.
    * Replaced `tel-model` with `ska-schemas` library v1.36.0 for schema validation in SubarrayNode.
  • 1.5.0

    Fixed
    ------
    
    * Update rules to consider `longRunningCommandResult` in addition to 
      `ObsState=Aborted` for Abort Command.
  • 1.4.0

    Added
    -------
    * Introduced new property PreRecoveryCheckTimeDuration, which ensures
    that the devices with successful command result reach final observation state and
    devices with failed command result reach the previous observation state. This would
    help in auto recovery the subarray to appropriate observation state in case of failure.
    If the device is stuck in transitioning observation state till time duration the subarray
    Node won't be recovered.
  • 1.3.1

    * Improved configure command by validating presence of pst and pst_bf keys before access.
  • 1.3.0

    * Schema Version upgraded to 1.36.0
    * Schema is updated to support Mattieu Pattern data in Configure Json.
  • 1.2.2

    Fixed
    ------
    * Fixed handling of "ia offset" and "ca offset" for normal scan dishes by sending 0.0 offset value to them during partial scans.
  • 1.2.1

    * Fixed an issue where SubarrayNode could aggregate an incorrect ObsState or get stuck in an intermittent state when a subsystem command returned FAILED.
    * This was caused by a race condition where aggregation was sometimes not triggered at the correct time.
    * Added an additional FAULT rule to ensure that any FAILED command result reliably triggers FAULT aggregation.
  • 1.2.0

    * Removed unnecessary logs.
    * Updated INFO level logs to DEBUG level where appropriate.
    * Updated to tmc-common version 1.6.0.
  • 1.1.1

    Fixed SKB-1230: Updated ska-schemas to allow correlation information under CBF to be optional for PST scan configurations.
  • 1.1.0

    * TMC Subarraynode Low Supports Kafka address forwarding in `jones` key.
    * Subarraynode utilises `ska-telmodel` version 1.33.0 and `ska-tmc-cdm` version 14.8.0.
    * Usage of `long_running_command` decorator included. 
    * Change in test data to be compliant with ADR-63.
  • 1.0.0

    * Base class upgraded to 1.4.0
    * invoke_lrc api used for observation commands
    * error propagation decorator removed
    * made commands method synchronous
  • 0.51.2

    Health State Rules Updated.