Skip to content
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

2024.10 #1423

Merged
merged 2 commits into from
Nov 25, 2024
Merged

2024.10 #1423

merged 2 commits into from
Nov 25, 2024

Conversation

javierggt
Copy link
Contributor

@javierggt javierggt commented Oct 16, 2024

ska3-matlab 2024.10

This PR includes:

  • starcheck: Update starcheck IR zone to (-5, +35)
  • ska_tdb: Updates to support remote access from Windows
  • ska_sun: Add functions get_att_for_sun_pitch_yaw and get_nsm_attitude
  • proseco: COLOR1=0.7 stars are now excluded from guide selection
  • chandra_aca: New routine for modern dark scaling

Interface Impacts:

Testing:

The latest release candidates will be installed in /proj/sot/ska3/matlab/test on GRETA,
and all release candidates will be available for testing from the usual channels:

conda create -n ska3-matlab-2024.10rc1 --override-channels \
  -c https://icxc.cfa.harvard.edu/aspect/ska3-conda/flight \
  -c https://icxc.cfa.harvard.edu/aspect/ska3-conda/test \
  ska3-matlab==2024.10rc1

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-matlab 2024.10 will be promoted to flight conda channel and installed on GRETA Linux after approval from FOT team.

Code changes

ska3-core changes (2024.7 -> 2024.10rc1)

ska3-core changes are motivated by an update to scipy.

New Packages

  • libgcc: 14.1.0
  • libgfortran: 14.1.0

Updated Packages

  • libgcc-ng: 13.2.0 -> 14.1.0
  • libgfortran-ng: 13.2.0 -> 14.1.0
  • libgfortran5: 13.2.0 -> 14.1.0
  • scipy: 1.12.0 -> 1.14.1

ska3-matlab changes (2024.8 -> 2024.10rc1)

Removed Packages

  • chandra_cmd_states
  • find_attitude

Updated Packages

  • aca_view: 0.14.1 -> 0.14.2 (0.14.1 -> 0.14.2)
    • PR 188 (Javier Gonzalez): Handle modern format 6
  • acispy: 2.6.0 -> 2.7.0 (2.6.0 -> 2.7.0)
    • PR 14 (John ZuHone): Updates to thermal model support
    • PR 13 (John ZuHone): Improve handling of vehicle loads in SimulateECSRun, other small changes
  • agasc: 4.21.0 -> 4.21.2 (4.21.0 -> 4.21.1 -> 4.21.2)
    • PR 187 (Jean Connelly): Add a link to the old 1p7 readme from the docs index
    • PR 182 (Javier Gonzalez): Update readme for 1p8
    • PR 184 (Tom Aldcroft): Add type annotations and use numpydoc for key modules and functions
    • PR 191 (Jean Connelly): Handle bad stars from supplement in one test
    • PR 188 (Jean Connelly): Reduce number of bad stars in test
  • chandra_aca: 4.45.1 -> 4.46.0 (4.45.1 -> 4.46.0)
    • PR 172 (Jean Connelly): Add routine for modern dark scaling
    • PR 171 (Javier Gonzalez): Binomial uncertainty
    • PR 170 (Tom Aldcroft): Use proseco acq candidate mask for ACA plot (bad_acq_stars)
  • chandra_limits: 0.9.1 -> 0.9.2 (0.9.1 -> 0.9.2)
    • PR 17 (John ZuHone): Fix for when long ECS measurements are not in the obscat
  • chandra_maneuver: 4.2.0 -> 4.3.0 (4.2.0 -> 4.3.0)
    • PR 29 (Tom Aldcroft): Make NSM_attitude() a wrapper for ska_sun.get_nsm_attitude()
  • kadi: 7.11.0 -> 7.12.0 (7.11.0 -> 7.12.0)
    • PR 333 (Javier Gonzalez): Use single date for agasc1p8 promotion
    • PR 336 (Jean Connelly): Update to use get_nsm_attitude
    • PR 335 (Tom Aldcroft): Squelch logging warning message in one test
  • mica: 4.35.2 -> 4.36.0 (4.35.2 -> 4.36.0)
    • PR 300 (Jean Connelly): Ruff
    • PR 299 (Jean Connelly): Use full agasc for lookups for guide/acq stats
  • parse_cm: 3.15.0 -> 3.16.0 (3.15.0 -> 3.16.0)
    • PR 54 (Jean Connelly): Update backstop quaternion printed format and corresponding regress data
  • proseco: 5.13.2 -> 5.15.0 (5.13.2 -> 5.14.0 -> 5.15.0)
    • PR 402 (Tom Aldcroft): Update README.md
    • PR 400 (Jean Connelly): Remove some agasc supplement bad star tests
    • PR 399 (Tom Aldcroft): Factor out guide and acq candidates mask
    • PR 401 (Jean Connelly): Exclude COLOR1=0.7 stars from guide selection
  • ska3-core: 2024.7 -> 2024.10rc1
  • ska_helpers: 0.16.0 -> 0.17.0 (0.16.0 -> 0.17.0)
    • PR 58 (Tom Aldcroft): New utils: logger context manager and random RA and Decs
  • ska_sun: 3.14.0 -> 3.15.0 (3.14.0 -> 3.15.0)
    • PR 38 (Tom Aldcroft): Add functions get_att_for_sun_pitch_yaw() and get_nsm_attitude()
  • ska_tdb: 4.0.0 -> 4.1.0 (4.0.0 -> 4.1.0)
    • PR 19 (James Kristoff): Updates to support remote access from Windows
  • sparkles: 4.26.1 -> 4.27.0 (4.26.1 -> 4.26.2 -> 4.27.0)
    • PR 211 (Jean Connelly): Use a different bad star for bad star test
    • PR 212 (Jean Connelly): Update sparkles tests for proseco no-color1 guide star change
  • starcheck: 14.11.0 -> 14.12.0 (14.11.0 -> 14.12.0)
    • PR 447 (Jean Connelly): Update starcheck IR zone to (-5, +35)
    • PR 426 (Jean Connelly): Update acq model range warning for current grid model

Related Issues

Fixes #1422

@javierggt javierggt merged commit c14fd0f into master Nov 25, 2024
16 checks passed
@javierggt javierggt deleted the 2024.10-branch branch November 25, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release ska3-matlab 2024.10
1 participant