What's Changed
* Fix query filtering and vocabulary dict by xhluca in https://github.com/xhluca/bm25s/pull/96 and mossbee in https://github.com/xhluca/bm25s/pull/92
Notes
* The behavior of tokenizers have changed wrt null token. Now, the null token will be added first to the vocab rather than at the end, as the previous approach is inconsistent with the general standard (the "" string should map to 0 in general). However, it is a backward compatible change because the tokenizers should work the same way as before, but expect the tokenizers before 0.2.7 to differ from the tokenizers in 0.2.7 and beyond in the behavior, even though both will work with the retriever object.
**Full Changelog**: https://github.com/xhluca/bm25s/compare/0.2.6...0.2.7