* to_maiden() precision= is now positional argument * Python >= 3.7 required * to_location() now checks that string is even length * CLI is now `python -m maidenhead` to avoid littering PATH with executable scripts as best practice
1.6.0
By default, maidenhead outputs location on southwest corner of grid. added cli `--center` and `to_location(...,center=True)` option for more intuitive grid center location. By Sylogista
CI: added python 3.6 to help ensure we don't botch older python.
1.5.0
Python >= 3.6 required
cleanup testing, make `python -m maidenhead` cli in addition to console_script
1.4.1
* remove deprecated functions * cleanup test and need for mock * eliminate excessive print precision for lat/lon--10 meters is more than adequate
1.4.0
thanks mostly to apast for modernizing the Pytest and CLI
using src/ package layout
1.3.0
* Google Maps URLs work again * allow coordinate tuple or lat, lon input * remove discontinued NonSense maps