Dropped Python 3.9 support. (#1296)
New features:
search_dates()can now detect time spans from expressions like “past
month”, “last week”, etc. For details, see the “Time Span Detection” section
and theRETURN_TIME_SPAN,DEFAULT_START_OF_WEEKand
DEFAULT_DAYS_IN_MONTHsettings in the documentation. (#1284)
Fixes:
- Assume the current year if not specified (#1288)
- Support expressions like “yesterday +1h” (#1303)
- English: Support most 2-letter day-of-the-week names (#1214)
- English: Support “in N weeks' time” (#1283)
- Finnish: Support dates with “klo” (#1301)
- Russian: Support compound ordinals (#1280)
Cleanups and internal improvements:
- Fixed year expectation issues in tests. (#1294)