Skip to content

v1.5

Latest
Compare
Choose a tag to compare
@sdhiscocks sdhiscocks released this 26 Nov 15:26

Breaking changes

  • Sensor performance improvement #1084 (sdhiscocks)
    • If you have created a custom sensor by sub classing from SimpleSensor you will need to add measurement_model argument to the is_detectable method.
  • Vectorise logpdf mod_angle calculations in angle based models #1097 (sdhiscocks)
    • If you have created a custom model sub classing from one of the models in stonesoup.models.measurement.nonlinear, you may need to add a new static method _typed_vector returning a vector containing custom types used (e.g. Bearing) and rename your custom function method to _function.
  • Various package updates #1092 (sdhiscocks)
    • Python 3.8 support has been dropped. Please use Python 3.9 or greater.

Implemented enhancements

Fixed bugs

Documentation updates

Other changes

New Contributors