- Drop support for Python 3.7 and 3.8 - Add support for Python 3.12 and 3.13
0.7.0
- Fix misleading usage of `__main__.py` without runnable code to be ran on `python -m lunr` - Move to pyproject.toml packaging - Drop support for Python 3.6 - Add support for Python 3.11 - Remove logging configuration ping
0.6.2
- Add `Pipeline.skip` method to skip pipeline functions on specific fields tristanlatr
Deprecation warning
- 0.6.2 will be the last release to support Python 3.6.
0.6.1
- Add support for Python 3.10. - Remove pin to NLTK < 3.5.
0.6.0
- Add index customisation, enabling build and search pipeline tweaks as well as meta-data whitelisting.
0.5.9
- Compatibility with Lunr.js 2.3.9: - Fix bug where clause matches are incorrectly initialized to a complete set. - Add support for Python 3.9 - Drop support for Python 3.5