semuconsulting / PyGPSClient

Python Graphical GPS Client Application supporting NMEA, UBX, RTCM3, NTRIP & SPARTN Protocols
BSD 3-Clause "New" or "Revised" License
517 stars 103 forks source link

Release Candidate 1.4.6 #100

Closed semuadmin closed 10 months ago

semuadmin commented 10 months ago

PyGPSClient Pull Request Template

Description

ENHANCEMENTS:

  1. Cater for older (pre NMEA 2.3) NMEA RMC message payloads - missing posMode attribute.
  2. Minor improvements in skyview widget rendering to improve clarity

FIXES:

  1. Fix IP6 invalid args issue #98
  2. Fix GPX Track View facility handling of timestamps with microsecond elements.

Fixes #98

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

Checklist: