File PyGPSClient.changes of Package PyGPSClient
-------------------------------------------------------------------
Mon May 30 17:03:11 UTC 2022 - D. Berge <opensuse@navlost.eu> - 1.3.5
- Update to version 1.3.5
-------------------------------------------------------------------
Sat Feb 12 16:41:31 UTC 2022 - D. Berge <opensuse@navlost.eu>
- Update to version 1.1.6
* Added provision for RTCM3 messages following enhancements in
pyubx2 v1.2.5. NB pygpsclient does not currently decode RTCM3
data - it simply indicates the presence of an RTCM3 message
(with message type) in the input stream.
* Min pyubx2 version updated to v1.2.5.
* Fix issue #9 where app becomes unresponsive with a null data
stream.
* Internal refactoring of serial handler to use
pyubx2.UBXReader.read() function.
* Added tabular hex format to console display and datalogging
format options.
* Min pynmeagps version updated to 1.0.7
* Min pyubx2 version updated to 1.2.4
* Python 3.6 dropped from list of supported versions (if should
still run fine, but 3.6 is now end of life)
* Python 3.10 added to list of supported versions BUT note there
still appear to be some teething performance issues with the
version of tkinter embedded in Python 3.10 on MacOS Monterey.
See installation notes for futher details.
-------------------------------------------------------------------
Thu Jan 6 13:13:42 UTC 2022 - D. Berge <opensuse@navlost.eu>
- Version 1.1.2
* Initial package