Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
History
=======

1.2.2 (unreleased)
------------------

Fixes:

- Handle the Russian preposition “с” (#1261)
- Fix weekday search (#1274)

Improvements:

- Add Python 3.14 support (#1273)
- Cache timezone offsets to improve import time (#1250)

1.2.1 (2025-02-05)
------------------

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ extras = {[testenv:all]extras}
deps =
{[testenv:min]deps}
convertdate==2.2.1
fasttext==0.9.1
hijridate==2.3.0
langdetect==1.0.0
numpy==1.19.3
# fasttext excluded due to
# https://github.com/facebookresearch/fastText/issues/512

[testenv:scripts]
deps =
Expand Down
Loading