Skip to content

Releases: sot/kadi

Release 7.14.0

09 Dec 18:32
7a350cd
Compare
Choose a tag to compare

What's Changed

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

30 Oct 20:22
0bfd046
Compare
Choose a tag to compare

What's Changed

  • Improve validation: YAML data files and set KADI_COMMANDS_DEFAULT_STOP by @taldcroft in #339
  • Support offset pitch for Safe mode and NSM events and improve Safe 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

07 Oct 18:15
72bba92
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.11.0...7.12.0

Includes the following merges:

  • PR #336: Update to use get_nsm_attitude
  • PR #335: Squelch logging warning message in one test

Release 7.11.0

16 Jul 14:56
0022729
Compare
Choose a tag to compare

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

15 May 18:33
978068e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.10.0...7.10.1

Release 7.10.0

16 Apr 21:42
a588f6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.9.0...7.10.0

Includes the following merges:

  • PR #328: Remove commands v1 from kadi

Release 7.9.0

27 Feb 01:54
5b70b04
Compare
Choose a tag to compare

What's Changed

  • Fix unintended side effect of add_cmds by @taldcroft in #312
  • Support get_observations() and get_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() and get_starcats() from backstop commands
  • PR #312: Fix unintended side effect of add_cmds

Release 7.8.1

12 Jan 13:17
88e7264
Compare
Choose a tag to compare
Skip tests if internet is not available (#311)

* Skip test_validate_regression and test_off_nominal_roll_violations if command sheet is not available

* black/ruff

* fixup

* fixup^2

* Check for internet for all tests that require it

---------

Co-authored-by: Tom Aldcroft <[email protected]>

Release 7.8.0

09 Jan 22:22
4253c0f
Compare
Choose a tag to compare

Includes the following merges:

  • PR #307: Fix, document, and test get_rltt and get_schedule_stop_time
  • PR #302: Add email notifications for validation violations
  • PR #305: Change limits in SPM and off-nom-roll validators to fix violations
  • PR #304: Update code and tests for use with ska_sun accurate position
  • PR #301: flatten namespace package names
  • PR #295: Use cached property in commands validation

Release 7.7.1

27 Nov 15:27
b034d11
Compare
Choose a tag to compare

Includes the following merges:

  • PR #303: Broaden setup.py package data glob to install pkl.gz and ecsv.gz test data
  • PR #300: Add unit and regression tests for validation
  • PR #299: Revert the change to decorate Validate.update_tlm method
  • PR #298: Convert docstrings to numpydoc style and refactor API docs