- Add support for Python 3.7, 3.8 and 3.9 (#54)
- Drop support for Python 3.4
- Drop support for Python 2.6 and 3.3 (#53)
- Improve documentation (#50)
- Fix issue near anti-meridian when forcing zones (#47)
- Improve to_latlon() accuracy (#49)
- Add zone checking when forced
- Implement numpy support
- Fix UTM zones boundaries
- added optional
strict
option toto_latlon()
- added
LICENSE
file
- fixed missing zone letter for latitude 84 deg.
- fixed
from_lat_lon()
longitude error message - fixed zone numbers for 32V and related regions
- added optional
northern
parameter toto_latlon()
- use py.test instead of nosetest
- return floats from
from_latlon()
- more unit tests
- performance improvements
- TravisCI support
- support for lowercase zone letters
- documentation fixes
- raise
OutOfRangeError
exception for bad input parameters
- install utm-converter properly
- added unit tests
- initial release