diff --git a/README.md b/README.md index 33d7c7af0d9ae04ff2149bd1d75e0dc3c49ccfaf..e6557dcf5ebae95676123a1e6e3cdc09d58929c0 100644 --- a/README.md +++ b/README.md @@ -161,10 +161,15 @@ Next change the version in the following places: # Release Notes +* 0.36.0 Upgraded base image to tango-itango:9.5.0, greatly improving numpy performance + Improved multi-threading performance for delay calculations for beam pointing and tracking + Added logging for observation initialisation sequence + Update tile-beam weights (HBAT_BF_delay_steps) at most once every 10s * 0.35.0 Rename Antenna_Quality -> Antenna_Status to line up with LOFAR1 nomenclature Force arrays reporting about antennas in AFH/AFL devices to always match the number of antennas Added NOT_AVAILABLE antenna status Changed Antenna_Status_R and Antenna_Use_R from int arrays to enum arrays + Added Antenna_Status_int_R reflecting the int value of the enum Removed Antenna_Quality_str_R and Antenna_Use_str_R * 0.34.3 Fix compute_weights for >1D arrays * 0.34.2 Generate CHANGE_EVENTs from AttributePoller diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION index 7b52f5e5178d441efc711a3ba744610f146786a3..93d4c1ef06f1a9f724fd295bfd1df2af0b6334cd 100644 --- a/tangostationcontrol/VERSION +++ b/tangostationcontrol/VERSION @@ -1 +1 @@ -0.35.0 +0.36.0