Skip to content

v1.3

Compare
Choose a tag to compare
@bear bear released this 08 Jul 16:09
· 365 commits to master since this release

Issue #45 make a new release to really fix backwards compatibility
Issue #43 Please tag version 1.3

Commit 29c5c89 devainandor fixed Python 3 compatibility in pdtLocale_icu
Commit d7304f1 inean Fix support for 'now' when no modifiers are present
Commit 26bfc91 sashaacker Added parseDT method.
Commit 848deb4 rmecham Added support for dotted meridians.
Commit c821e08 ccho-sevenrooms corrected misspelling of 'thirteen'

many changes - amazing how hard it is to keep this file up to date when using GitHub.

Biggest change is the addition of the nlp() function by Geoffrey Floyd:
nlp() function that utilizes parse() after making judgements about
what datetime information belongs together. It makes logical groupings
based on proximity and returns a parsed datetime for each matched
grouping of datetime text, along with location info within the given inputString.