- Make "in" operator faster
- FMIndex.count() is added
- No longer support Python 2.6
- bug fix
- FMIndex.build() and FMIndex.pushback() ignore empty string
- FMIndex supports "in" operator. (e.g., 'a' in fm)
- Support Python 3.5, 3.6 and 3.7
- FMIndex.search() returns list
- "OR" search and "NOT" search are available in FMIndex.search().
- FMIndex.size and FMIndex.docsize are available as property
"AND" search is available by giving Sequence (list, tuple, etc.) FMIndex.search()
First release.