v1.0.35
What's Changed
- RELEASE CANDIDATE 1.0.35 by @semuadmin in #56
FIXES:
- Fixes & simplifies the derivation of NMEA
NS
andEW
values when creatingNMEAMessage
objects (e.g. GNGLL) using individual keyword arguments.NS
andEW
will always be derived from the sign of the provided signed decimallat
andlon
values and need not be provided explicitly. When creating anNMEAMessage
using a single payload argument (which is effectively what happens when parsing incoming serial data streams), the value ofNS
andEW
in the payload will determine the sign of the decimallat
/lon
values in theNMEAMessage
object.
Full Changelog: v1.0.34...v1.0.35