Published January 10, 2022
| Version v0.1b8
Software
Open
dstl/Stone-Soup: v0.1b8 Release
Authors/Creators
- Steven Hiscocks1
- Oliver Harrald
- Jordi Barr2
- Richard Green3
- Lyudmil Vladimirov4
- idorrington-dstl
- etfrogers-dstl
- jjosborne-dstl
- Nikki Perree
- cje20a
- lflaherty-dstl
- Richard Davies
- snaylor20
- Mark Campbell5
- David Kirkland
- orosoman-dstl
- dcrew-dstl
- dlast-dstl
- Emily Hunter
- Sam Thomas
- Josh
- Mamoon Rashid
- James Wright3
- alexiad1
- Sang Bin (Kevin) Lee6
- dcherrie-dstl
- JPompeus
- sgjkang4
- hpritchett-dstl
- svidal-dstl
- 1. @Dstl
- 2. Dstl
- 3. @dstl
- 4. University of Liverpool
- 5. Heriot Watt Univeristy
- 6. SS&C Technologies
Description
Breaking changes:
- Return metrics in a dictionary #570 (orosoman-dstl)
- Metrics are no longer returned as a set. Instead, to retrieve a particular metric, you should pass the metric title as key to the returned metrics dictionary.
- If you need to iterate through metrics, use
.values().
- Drop Python 3.6 support #569 (sdhiscocks)
- Recommend upgrading to Python 3.7 or greater
Implemented enhancements:
- PCRB Metric #566 (sglvladi)
- Introduce resampler that checks if resampling required #563 (orosoman-dstl)
- Improve readability and limit size of repr output #549 (orosoman-dstl)
- Add constant jerk model simulation for platforms #544 (oharrald-Dstl)
- Add method to copy prior state properties of a platform across to a new state #543 (oharrald-Dstl)
- Add Clutter Model that can be used with radar Sensors #535 (ekhunter123)
- Create Orbital class for OrbitalState to inherit from #522 (nperree-dstl)
- Add SIAP alternative generator #505 (oharrald-Dstl)
- Add hidden Markov model implementation for classification #504 (oharrald-Dstl)
- Refactor YAML serialiser as ruamel.yaml plugin #484 (sdhiscocks)
Fixed bugs:
- Fix probability hypothesis equality check #573 (oharrald-Dstl)
- Add metadatas limit to StatesLengthLimiter #541 (oharrald-Dstl)
- Correct bug when dealing with duplicate tags #498 (ekhunter123)
Documentation updates:
- Fix typo in documentation for ESSResampler #567 (orosoman-dstl)
- Fix IDSIAP docstring bullet list error #565 (oharrald-Dstl)
Other changes:
- Update year. #574 (jswright-dstl)
- Add cache version environment variable to CircleCI config #542 (sdhiscocks)
- Pass 1d-arrays to scipy.distance #534 (sdhiscocks)
- Update pip in CircleCI build #533 (sdhiscocks)
- Add Python 3.10 to CircleCI builds #532 (sdhiscocks)
Files
dstl/Stone-Soup-v0.1b8.zip
Files
(8.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:fa055d936b369481a07efa57a0ea57bb
|
8.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/dstl/Stone-Soup/tree/v0.1b8 (URL)