* Add fuzzy matching on longer literals * [internal] De-tangle corpus tests into isolated test cases * Allow spaces around separators in ruleDDMMYYYY and ruleYYYYMMDD
0.3.3
------------------
* Add rule for straight forward US formatted dates (`ruleYYYYMMDD`) * Added rule `ruleYearMonth` * Added corpus cases for some open issues that now pass * Changed all internal imports to be absolute (i.e. `from ctparse.x` instead of `from .x`) * Dropped `tox` (now using github actions)
0.3.2
------------------
* Drop support for python 3.6, update dev requirements
0.3.1
------------------
* Add support for python 3.9 on travis and in manifest; update build config
0.3.0
------------------
* Removed latent rules regarding times (latent rules regarding dates are still present) * Added latent_time option to customize the new behavior, defauld behavior is backwards-compatible
0.2.1
------------------
* Update development dependencies * Add flake8-bugbear and fixed issues