Skip to content

Release 8.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 21:08
Merge branch 'develop'

* develop:
  Minor documentation improvement.
  Version bump to v8.16.0
  Renaming QueryPathReconstructionStrategy to QueryPathReconstructionStrategyType.
  Adding more tests, rebuilding full path, allowing both query and track matches to repeat but not both. This makes the algorithm more precise, since query match and track match are independent of each other and should be treated this way.
  It is absolutely debatable whether this was correct, at least now it is.
  Implementing a more rigid strategy of query path reconstruction for which both TrackMatchAt and QueryMatchAt are both increasing. Setting it as the default reconstruction path for Audio. Video query configuration defaults to Legacy as of now.