Skip to content

Releases: hal609/date-fuzz

v0.0.8

08 Jan 14:49

Choose a tag to compare

Resolve incorrect expected output in test.

v0.0.7

08 Jan 14:47

Choose a tag to compare

Improve how context is handled and resolve issue of always treating the word "may" as a month even in non-date contexts.

v0.0.6

08 Jan 14:25

Choose a tag to compare

Fix bug in handling text with no date or time indicators.

v0.0.5

08 Jan 14:13

Choose a tag to compare

Add optional context argument for improving timestamp recognition. E.g.

context = "It is currently December 1918"
text = "Event 1 happened on the 15th at noon"
find_dates(text, context)
[(1918-12-15 12:00)]

v0.0.4

06 Jan 12:48

Choose a tag to compare

Simplified token searching and improved handling of date token types.

v0.0.3

19 Dec 12:23

Choose a tag to compare

Push release with docs deployment permission.

v0.0.2

19 Dec 12:21

Choose a tag to compare

Create new numbered release with updated name to replace v0.0.01a.

v0.0.1a

19 Dec 12:04

Choose a tag to compare

Update package name to avoid conflict with existing packages.

v0.0.1

19 Dec 11:56

Choose a tag to compare

Initial release