Releases: scrapinghub/dateparser
Releases · scrapinghub/dateparser
Release list
Release 0.3.4
Improvements:
- Fixed broken version 0.3.3 by excluding latest python-dateutil version.
Release 0.3.3
New features:
- Finnish language support.
Improvements:
- Faster parsing with switching to regex module.
RETURN_AS_TIMEZONE_AWAREsetting to return tz aware date object.- Fixed conflicts with month/weekday names similarity across languages.
v0.3.2
New features:
- Added Hijri Calendar support.
- Added settings for better control over parsing dates.
- Support to convert parsed time to the given timezone for both complete and relative dates.
Improvements:
- Fixed problem with caching :func:
datetime.nowin :class:FreshnessDateDataParser. - Added month names and week day names abbreviations to several languages.
- More simplifications for Russian and Ukranian languages.
- Fixed problem with parsing time component of date strings with several kinds of apostrophes.
v0.3.1
New features:
- Support for Jalali Calendar.
- Belarusian language support.
- Indonesian language support.
Improvements:
- Extended support for Russian and Polish.
- Fixed bug with time zone recognition.
- Fixed bug with incorrect translation of "second" for Portuguese.