Releases: myersm0/SuffixAutomata.jl
Releases · myersm0/SuffixAutomata.jl
v0.2.1
SuffixAutomata v0.2.1
v0.2.0
SuffixAutomata v0.2.0
Breaking changes
- For type stability changed
lcsto return(Vector{T}(), 0)instead of(nothing, 0)in the event of no match - Reversed order of
lcsargs so that needle, haystack pattern is used - Changed
findallto return unit ranges, to be consistent withBase.findall