What's Changed
- RC 1.1.9 by @semuadmin in #107
- Fix for
IndexError: list index out of range
error informat_conn
on platforms with no IP6 support. - ubx CLI utilities moved to
pyubxutils
-ubxsave
,ubxload
,ubxcompare
,ubxsetrate
,ubxsimulator
. For the time being,pyubxutils
will remain a dependency ofpygnssutils
and will be installed alongside it via pip, andfrom pygnssutils import UBXSimulator
will still work as an import statement, but these will be removed altogether in v1.2.0.
Fixes: IndexError: list index out of range
error in format_conn
on platforms with no IP6 support.
Full Changelog: v1.1.8...v1.1.9