Skip to content

v1.7

Latest
Compare
Choose a tag to compare
@sdhiscocks sdhiscocks released this 30 Jun 14:35
· 43 commits to main since this release
8245fd0

Implemented enhancements

Fixed bugs

  • Fix KnownTurnRate model not using 2nd noise parameter #1153 (sdhiscocks)
  • Use measuremenet_model argument in RotatingElevationBearingRange sensor #1168 (csherman-dstl)
  • Fix mod_elevation handling scalar and angle type tests #1167 (sdhiscocks)
  • Fix issues with particle filter tests with constraint functions #1172 (sdhiscocks)
  • Fix metadata priority in Track with multi hypotheses #1175 (sdhiscocks)
  • Use native Python datetime objects in GOSPA metric #1176 (sdhiscocks)
  • Use action_mapping property to use the CircleSamplePositionActionGenerator in a 3D space #1178 (csherman-dstl)
  • Fix merging of plotting kwargs #1191 (sdhiscocks)
  • Ensure StateVector/StateVectors is used in combined measurement model #1192 (sdhiscocks)

Documentation updates

Other changes

New Contributors