v1.0.0
We are finally releasing version 1.0.0! This release changes file and directory structure to improve the longevity of the codebase and allow for continued expansion of its capabilities.
No significant changes will need to be made in code for users using the import gnss_lib_py as glp
convention except for the instances of the concat
, sort
, loop_time
, interpolate
, and find_wildcard_indexes
functions which used to be class functions of NavData
but are now independent functions with the first argument being the navdata
object(s) on which to perform the action.
Detailed Changelog
- breaks navdata into
navdata
andoperations
- rewrites
concat
,sort
,loop_time
,interpolate
,find_wildcard_indexes
so their independent functions and not class functions - adds
concat
ability to concatenate an arbitrary number of NavData instances rather than just two - breaks out components of visualizations into independent files
- updates ReadMe, etc. with updated directory structure
- creates uniform tutorial structure with a notebook file at least for each file in
gnss_lib_py
- updates python packages