Skip to content

v1.1.9

Latest
Compare
Choose a tag to compare
@semuadmin semuadmin released this 11 Dec 19:57
· 3 commits to main since this release
ea3e205

What's Changed

  1. Fix for IndexError: list index out of range error in format_conn on platforms with no IP6 support.
  2. ubx CLI utilities moved to pyubxutils - ubxsave, ubxload, ubxcompare, ubxsetrate, ubxsimulator. For the time being, pyubxutils will remain a dependency of pygnssutils and will be installed alongside it via pip, and from 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