Releases: addok/addok
Releases · addok/addok
v1.2.0
What's Changed
- Add Python 3.12 and 3.13 support
- Update
falcon
to 4.0.2 - Update multiple small dependencies
- Some minor code improvements
- Drop Cython support
- Drop Python 3.7 and 3.8 support (end of life since 27 Jun 2023 and 7 Oct 2024)
Full Changelog: 1.1.2...v1.2.0
1.1.2
What's Changed
- Update wheel to 0.41.1 by @pyup-bot in #795
- Improve values handling in index and deindex methods (fixes #794) by @AdrienVH-c2c in #798
New Contributors
- @AdrienVH-c2c made their first contribution in #798
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Make
addok ngrams
work again on macOS - Disable multiprocessing on macOS (affect only ngrams generation)
- Update pytest to 7.3.0 by @pyup-bot in #775
- Add advanced doc by @yohanboniface in #745
- Update redis ans hiredis by @jdesboeufs in #778
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Drop Python 3.6 support (end-of-life since 23 Dec 2021)
- feat: Add healtcheck that returns redis information by @blegros-exte in #750
- Update ngram (4.0.3) by @jdesboeufs in #756
- Fix typos by @kianmeng in #764
- Update twine to 4.0.2 by @pyup-bot in #747
- Update editdistance to 0.6.2 by @jdesboeufs
New Contributors
- @blegros-exte made their first contribution in #750
- @kianmeng made their first contribution in #764
Full Changelog: 1.1.0-rc2...1.1.0