corrected negative longitude problem and added clublog user lookup

This commit is contained in:
Tobias Wellnitz, DH1TW 2018-01-27 15:11:46 +01:00
parent 2c37f422e1
commit dd6784ae09
15 changed files with 203 additions and 61 deletions

View file

@ -1,6 +1,19 @@
Changelog
---------
PyHamTools 0.6.0
================
23. January 2018
* BREAKING CHANGE: Longitude is now provided with the correct sign for all
lookup libraries. The AD1C cty format used by Countryfile and ClublogAPI
provide the longitude with the wrong sign. This is now covered and internally
corrected. East = positive longitude, West = negative longitude.
* Added a function to download the Clublog user list and the associated activity dates
* updated requirements for libraries used by pyhamtools
PyHamTools 0.5.6
================
@ -46,6 +59,7 @@ PyHamTools 0.5.2
14. April 2015
* catching another bug related to QRZ.com sessions
PyHamTools 0.5.1