Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ska3-flight 2021.1
Summary:
This is a routine update of the Ska3 runtime environment including a substantial number of package updates.
The ACIS load review tools will be briefed separately by ACIS.
Interface Impacts:
No breaking changes, but these are some improvements of interest to Ska3 users that will be discussed. A detailed list of changes can be found in the 'code changes' section below.
Testing:
This release is available for testing as ska3-flight version 2020.1rc3 from the test conda channel.
Linux (HEAD)
Test results are displayed in the dashboard
Several tests are noted as failing in the dashboard:
acisfp_check-tests and psmc_check post_check_logs.log fails: “ErfaWarning: ERFA function “dtf2d” yielded 2 of “dubious year (Note 6)” and similar.
This is a benign warning related to the astropy release being over a year old and being worried that a leap second might have occurred. It has not, so OK. We plan to update to a more recent astropy soon.
dpa_check post_check_logs.log fails: 1dpamzt violates zero-feps limit of 12.00 degC…
This is just our testing tool not expecting this new warning. We will fix.
mica test fails because the runner does not have sybase access.
We are working on sybase access for the test runner account. By-hand run is OK.
MacOSX standalone
All tests pass with exception of the same ERFA warnings.
Windows 10 standalone
All tests pass with one exception.
The
hopper
package fails tests because it has embedded strings in the unit tests that are separated by\n
but the package is expected Windows line separatorsos.linesep
. This is acceptable because thehopper
package is currently only used bystarcheck
, which does not run on Windows. This testing is newly added in this release of Ska3.Review:
All operations critical or impacting PR's are independently and carefully reviewed. For other PR's the level of detail for review is calibrated to operations criticality. Some PR's that are confined to aspect-team-specific processing may have little to no independent review.
Deployment:
Code changes
ska3-core changes (2020.14 -> 2021.1rc3)
Updated Packages
ska3-flight changes (2020.14 -> 2021.1rc3)
Updated Packages
Related Issues
Fixes #546
Fixes #547
Fixes #548
Fixes #549
Fixes #550
Fixes #551
Fixes #552
Fixes #553
Fixes #556
Fixes #557
Fixes #558
Fixes #559
Fixes #560
Fixes #561
Fixes #562
Fixes #563
Fixes #564
Fixes #565
Fixes #566
Fixes #567
Fixes #569
Fixes #570
Fixes #571
Fixes #572
Fixes #574
Fixes #575
Fixes #576
Fixes #577
Fixes #578
Fixes #579
Fixes #580
Fixes #581
Fixes #582