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.7 #103

Closed semuadmin closed 9 months ago

semuadmin commented 9 months ago

PyGPSClient Pull Request Template

RELEASE CANDIDATE v1.4.7

ENHANCEMENTS:

  1. Add tkinter value to About dialog for reference.
    1. Update Scatterplot widget to use planar approximation rather than haversine great circle formula at separations <= 50m

FIXES:

  1. Fix relPosLength calculation in rover_frame.py
  2. Fix typo in Scatterplot widget labels.

Fixes #102

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: