This version includes many exciting upgrades:
- documentation improvements in the Development Guides and Standard Naming Conventions
- Namespacing that simplifies running modules to:
import gnss_lib_py as glp
data = glp.NavData()
or
from gnss_lib_py import NavData
data = NavData()
- compatibility with the Chemnitz smartLoc dataset
- improvements and bug fixes to `ephemeris.py` for downloading broadcast ephemeris
- added sorting and improved wildcard searching for `navdata.py`
- improved testing coverage throughout
- updated package dependencies to clear security warnings