Releases: sot/kadi
Releases · sot/kadi
7.15.0
What's Changed
- Documentation overhaul by @taldcroft in #348
- Use CXOTIME_NOW, deprecate KADI_COMMANDS_DEFAULT_STOP for default stop by @taldcroft in #349
Full Changelog: 7.14.2...7.15.0
Includes the following merges:
Release 7.14.2
What's Changed
- Clip times in interpolate_states by @taldcroft in #347
Full Changelog: 7.14.1...7.14.2
Includes the following merges:
- PR #347: Clip times in interpolate_states
Release 7.14.1
What's Changed
- Limit testing of starcats each year to 2003-2024 by @taldcroft in #345
- replace uses of pformat_all with pformat by @javierggt in #346
Full Changelog: 7.14.0...7.14.1
Includes the following merges:
- PR #345: Limit testing of starcats each year to 2003-2024
Release 7.14.0
What's Changed
- Improve command states with better transition infrastructure by @taldcroft in #340
- Set min_violation_duration to 180s for pcad validation by @jeanconn in #338
- Modernize ruff by @taldcroft in #342
Full Changelog: 7.13.0...7.14.0
Includes the following merges:
- PR #338: Set min_violation_duration to 180s for pcad validation
Release 7.13.0
What's Changed
- Improve validation: YAML data files and set KADI_COMMANDS_DEFAULT_STOP by @taldcroft in #339
- Support offset pitch for
Safe mode
andNSM
events and improveSafe mode
by @taldcroft in #334 - fix package data regex by @javierggt in #341
Full Changelog: 7.12.0...7.13.0
Includes the following merges:
- PR #339: Improve validation: YAML data files and set KADI_COMMANDS_DEFAULT_STOP
Release 7.12.0
What's Changed
- Squelch logging warning message in one test by @taldcroft in #335
- Update to use get_nsm_attitude by @jeanconn in #336
- Use single date for agasc1p8 promotion by @javierggt in #333
Full Changelog: 7.11.0...7.12.0
Includes the following merges:
Release 7.11.0
What's Changed
- Support AGASC 1.8 in
get_starcats
, refactor get_agasc_cone_fast() by @taldcroft in #332
Full Changelog: 7.10.1...7.11.0
Includes the following merges:
- PR #332: Support AGASC 1.8 in
get_starcats
, refactor get_agasc_cone_fast()
Release 7.10.1
Release 7.10.0
What's Changed
- Remove commands v1 from kadi by @taldcroft in #328
Full Changelog: 7.9.0...7.10.0
Includes the following merges:
- PR #328: Remove commands v1 from kadi
Release 7.9.0
What's Changed
- Fix unintended side effect of add_cmds by @taldcroft in #312
- Support
get_observations()
andget_starcats()
from backstop commands by @taldcroft in #297 - Deprecate kadi load_ska_dir() in favor of parse_cm load_dir_from_load_name by @taldcroft in #310
- Add fids commanded state by @taldcroft in #313
- Fix numpy str FutureWarning and modernize get_ifot slightly by @taldcroft in #321
- Fix bug in OBS obs_stop for cmd_evt maneuver and improve default_stop handling by @taldcroft in #319
- Add command events to implement maneuver to pitch and roll about sun line by @taldcroft in #315
- Correct results for changing ACIS SIMODE state by @jzuhone in #317
- Change time threshold for auto-enable of SPM following eclipse by @taldcroft in #323
Full Changelog: 7.8.1...7.9.0
Includes the following merges:
- PR #323: Change time threshold for auto-enable of SPM following eclipse
- PR #317: Correct results for changing ACIS SIMODE state
- PR #315: Add command events to implement maneuver to pitch and roll about sun line
- PR #319: Fix bug in OBS obs_stop for cmd_evt maneuver and improve default_stop handling
- PR #321: Fix numpy str FutureWarning and modernize get_ifot slightly
- PR #313: Add fids commanded state
- PR #310: Deprecate kadi load_ska_dir() in favor of parse_cm load_dir_from_load_name
- PR #297: Support
get_observations()
andget_starcats()
from backstop commands - PR #312: Fix unintended side effect of add_cmds