mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-04 14:07:44 +00:00
corrected negative longitude problem and added clublog user lookup
This commit is contained in:
parent
2c37f422e1
commit
dd6784ae09
15 changed files with 203 additions and 61 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue