-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023.10 #1242
2023.10 #1242
Conversation
8814b85
to
e9bbf47
Compare
@@ -49,7 +49,6 @@ requirements: | |||
- ska_helpers | |||
- ska_path | |||
- ska_sync | |||
- skare3_tools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably add it to the non fsds yaml file in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
pkg_defs/ska3-flight/meta.yaml
Outdated
@@ -42,15 +42,14 @@ requirements: | |||
- ska_parsecm ==4.0.0 | |||
- ska_quatutil ==4.0.0 | |||
- ska_shell ==4.0.1 | |||
- ska_sun ==3.12.0 | |||
- ska_sun ==3.13.0 | |||
- ska_tdb ==4.0.0 | |||
- ska3-core ==2023.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't this (ska3-core) need an update to get the astropy-iers-data thingy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so. I wonder how the tests passed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, the file in HEAD /proj/sot/ska3/test there has the right date, but did you do that manually yesterday morning? If so it would pass tests from that.
jeanconn-fido> grep expires /proj/sot/ska3/test/lib/python3.10/site-packages/astropy/utils/iers/data/Leap_Second.dat
# File expires on 28 June 2024
jeanconn-fido> ls -l /proj/sot/ska3/test/lib/python3.10/site-packages/astropy/utils/iers/data/Leap_Second.dat
-rw-rw-r-- 2 aca aspect 1352 Jan 10 10:45 /proj/sot/ska3/test/lib/python3.10/site-packages/astropy/utils/iers/data/Leap_Second.dat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it
ska3-flight 2023.10
This PR includes:
accurate
method.This PR also moves the skare3_tools package (utilities for maintainers for working with skare3) out of the ska3-flight metapackage. The intent is that with our FSDS request to approve this PR we will also receive approval to delegate that skare3_tools package to ACA-only control to then be maintained under our non-FSDS package process.
Interface Impacts:
git archive did not support describe output
)Command
andCommand not run
eventParams
changed to match the existing documentation (see link in the Sheet).chandra_cmd_states
package discontinued. Importing it raises an exception unless SKA_ALLOW_DISCONTINUED_PACKAGES=1chandra_aca.get_earth_boresight_angle
chandra_aca.get_earth_blocks
parse_cm
top levelQuaternion.QuatDescr
andQuaternion.QuatLike
cxotime.CxoTimeDescr
,cxotime.CxoTimeLike
andcxotime.CxoTime.NOW
ska_sun.position_at_jd
was renamed toska_sun.position_fast_at_jd
to clarify that this function does not respect thesun_position_method_default
configuration value.Testing:
skare3 dashboard and test result password at https://icxc.cfa.harvard.edu/aspect/skare3_dash_cred.txt
The latest release candidates will be installed in
/proj/sot/ska3/test
on HEAD, and all release candidates will be available for testing from the usual channels: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
ska3-flight 2023.10 will be promoted to flight conda channel and installed on HEAD and GRETA Linux upon approval of FSDS Jira ticket.
Code changes
ska3-core (2023.3 -> 2023.10rc4)
New Packages
ska3-core-latest (2023.3 -> 2023.10rc4)
New Packages
ska3-flight (2023.9 -> 2023.10rc4)
Removed Packages
Updated Packages
Command
andCommand not run
eventsska3-flight-latest (2023.7 -> 2023.10rc4)
New Packages
Removed Packages
Related Issues
Fixes #1223
Fixes #1224
Fixes #1225
Fixes #1226
Fixes #1227
Fixes #1228
Fixes #1229
Fixes #1230
Fixes #1231
Fixes #1232
Fixes #1233
Fixes #1234
Fixes #1235
Fixes #1236
Fixes #1237
Fixes #1238
Fixes #1239
Fixes #1240
Fixes #1241