Skip to content

Release 8.17.0

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

* develop:
  Adding release notes.
  More tests.
  Limit is not used anymore since we are requesting all the paths all the time.
  Adding tests to the splitting function on matched with extensions.
  Updating release notes, version bump.
  Unifying Single/Multiple best query path reconstruction strategy, the following concepts are now true for the algorithm behavior: 1. Returned Coverage has both query/track sequence number in strictly increasing order. 2. Cross-matches will not be returned (they are not required and set cleanup efforts). 3. Permitted gap will not be used by multiple best path query reconstruction to split result entries, it will be solely used to ignore gaps inside the query/track. 4. Result entries will be split based upon an internal logic which calculates max possible gap.
  Adding the ability to split best path by maximum gap.