v2.7.4.3
What's Changed
- GitHub Action to run tox by @cclauss in #1
- delete .travis.yml by @cclauss in #3
- test_bigfacet.py: print() is a function in Python 3 by @cclauss in #5
- Update Readme.md with a working documentation link and some other extra information and fixes. by @ZeroCool940711 in #6
- remove duplicate_plugin WhitespacePlugin by @ZeroCool940711 in #7
- [RFC] Give SegmentWriter a cachable Searcher by @ZeroCool940711 in #8
- Fix boost in date/date queries by @ZeroCool940711 in #9
- Add usedforsecurity to md5 constructor by @ZeroCool940711 in #10
- Add support for wildcard regex tokenization by @ZeroCool940711 in #11
- [chore] fix "SyntaxError: invalid escape sequence" by @ZeroCool940711 in #12
- Use github actions to automatically run tests by @ZeroCool940711 in #13
- Follow-up to PR #13 by @ZeroCool940711 in #14
- Merge the main branch from whoosh-community/whoosh into our main branch. by @ZeroCool940711 in #15
- Correct FP rounding errors by @ZeroCool940711 in #16
- Highlight longest overlapping token by @ZeroCool940711 in #17
- Fixed several errors and added support for the Sweep AI and Codecov bots. by @ZeroCool940711 in #18
- Add unit tests for 'jieba' dependency by @sweep-ai in #19
- Add Docstrings to Functions in tests/test_jieba.py by @sweep-ai in #20
- Update Python version in setup.py classifiers & fix indent. by @ZeroCool940711 in #21
- Another update to the Python versions in PyPI classifiers by @ZeroCool940711 in #22
- Have Git ignore distribution/packaging files. by @ZeroCool940711 in #23
- Removing Pypy3.10 from the tox.yml file for now until we can fix the github action and tests to work with it. by @ZeroCool940711 in #24
- Minor repairs by @ZeroCool940711 in #27
- use idiomatic python version check by @jap in #28
- Improved documentation deployment and added additional locations where it can be found as backup. by @ZeroCool940711 in #29
- Updated readme.md with new documentation links. by @ZeroCool940711 in #30
- Renaming the repository and package to whoosh-reloaded. by @ZeroCool940711 in #31
- Changed the branch from some workflows to use main since we are using main instead of master. by @ZeroCool940711 in #32
New Contributors
- @cclauss made their first contribution in #1
- @sweep-ai made their first contribution in #19
- @jap made their first contribution in #28
Full Changelog: v2.7.4...v2.7.4.3