features
- improved some docstrings
- added
validate_date_column
here in order to address #26 , now the code accepts tz aware dates, string dates (given the date_fmt) or plain datetime frompd.to_datetime
fixes
- fix the deployment pipeline to test pypi and pypi
- add Union so mypy can run its tests
- remove
start_month
andend_month
fromget_date_coordinates
, it was not necessary - remove the pandas 1.x dependency to any addressing #27
Full Changelog: v0.1.16...v0.1.20