added qrz.com and callsign exception file

This commit is contained in:
dh1tw 2015-04-06 20:00:30 +02:00
parent c037bcee71
commit 63eb9a2447
31 changed files with 1061 additions and 233 deletions

View file

@ -1,6 +1,26 @@
Changelog
---------
PyHamTools 0.5.0
================
5. April 2015
* implemented QRZ.com interface into LookupLib [LookupLib]
* changed and unified all output to Unicode
* corrected Longitude to General Standard (-180...0° West, 0...180° East) [LookupLib]
* improved callsign decoding alogrithm [CallInfo]
* added special case to decode location of VK9 callsigns [CallInfo]
* added ValueError when LOTW data from file contains too many errors [qsl]
* added handling of special callsigns which can't be decoded properly inside a separate
callsign exception file (e.g. 7QAA)
PyHamTools 0.4.2
================