DAIDALUSv1.0.2
August 20, 2020
- Fix memory leak in non _MSC_VER compiled branch (
Util.cpp
). Thanks to B. Shimanuki
April 21, 2019
- Fixed bug in the method
toIntervalSet
of the classKinematicRealBands
, where a range of length 0, i.e., a point, is sometimes added to the list of bands due to numerical round-off errors. This zero-length range may yield a recovery bands that is slightly larger than necessary. - Fixed bug in the method find_resolution of the class
KinematicRealBands
, where a track resolution larger than 180 degrees is sometimes returned. The fixed method will return either negative infinity (left) or postive infinity (right) when no resolution exists within 180 of the current track.