Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@waqasshabbir waqasshabbir released this 16 Jun 21:00
· 781 commits to master since this release

New features:

  • Support for Language based date order preference while parsing ambiguous dates.
  • Support for parsing dates with no spaces in between components.
  • Support for custom date order preference using settings.
  • Support for parsing generic relative dates in future.e.g. tomorrow, in two weeks, etc.
  • Added RELATIVE_BASE settings to set date context to any datetime in past or future.
  • Replaced dateutil.parser.parse with dateparser's own parser.
  • Little/no tolerance for invalid dates

Improvements:

  • Added simplifications for 12 noon and 12 midnight.
  • Fixed several bugs
  • Replaced PyYAML library by its active fork ruamel.yaml which also fixed the issues with installation on windows using python35.
  • More predictable date_formats handling.