-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v14.2.0' into stable
- Loading branch information
Showing
89 changed files
with
2,066 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
# Version 14.2.0 Friday August 11, 2023 | ||
|
||
Modifications by Author | ||
----------------------- | ||
Benjamin Glass <[email protected]> (3): | ||
build.sh: Opportunistically use Ninja, when available | ||
SEMNavDataFactory: bugfixes | ||
Add GPS SV config message to NewNav | ||
|
||
Brent Renfro <[email protected]> (1): | ||
Issue 509 bei dou end fit | ||
|
||
David Barber <[email protected]> (2): | ||
Update submodule data reference | ||
create debian/ubuntu major version coinstallable package | ||
|
||
John Knutson <[email protected]> (3): | ||
Add support for arbitrary C++ standards to the build, and specific CI builds for C++17 under ubuntu | ||
Changes in support of CSMS. | ||
Add support for norad IDs in SatID for those compilers that support c++17 or later | ||
|
||
Taben Malik <[email protected]> (2): | ||
Fix a sign convention for time offsets. | ||
Missed a few sign convention changes | ||
|
||
|
||
|
||
# Version 14.1.0 Monday February 27, 2023 | ||
|
||
Modifications by Author | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,42 @@ | ||
GNSSTk 14.1.0 Release Notes | ||
GNSSTk 14.2.0 Release Notes | ||
======================== | ||
|
||
* This release includes the following: | ||
* Adding SWIG bindings for MOPS and GCAT TropModel correctors. | ||
* Refactoring PRSolution to update style and decompose large function. | ||
* Fixing swig4.0 compile time issues. | ||
* Fixing sphinx docs hidden navigation bar. | ||
|
||
Updates since v14.0.0 | ||
--------------------- | ||
* Changes in support of CSMS. See New Modules below. | ||
* Add GPS SV config message to NewNav | ||
* Add support for norad IDs in SatID for those compilers that support c++17 or later | ||
* Co-installation of major versions of debian packages. | ||
* Additionally, it contains several bug fixes and build system updates. | ||
|
||
**Build System and Test Suite** | ||
* Fix swig4.0 compile time issues. | ||
* Fix gnsstk data submodule reference | ||
* Update build.sh to opportunistically use Ninja | ||
* Update create debian/ubuntu major version coinstallable package | ||
|
||
**Library Changes** | ||
* Add SWIG bindings for MOPS and GCAT TropModel correctors. | ||
* Update refactor PRSolution to update style and decompose large functions. | ||
* Add support for specifying which c++ standard to use when compiling with g++ | ||
* Add GPS SV config message to NewNav | ||
* Add support for norad IDs in SatID for those compilers that support c++17 or later | ||
* Update BDSD?NavEph.cpp Modified end fit determination | ||
* Changes in support of CSMS | ||
|
||
Fixes since v14.0.0 | ||
Fixes since v14.1.0 | ||
-------------------- | ||
* Fix sphinx docs hidden navigation bar | ||
* Fix SEM NavData system value | ||
* Fix SEMNavDataFactory orbital inclination rate of change | ||
* Fix time offset sign convention to be consistent between BasicTimeSystemConverter and the NavTimeSystemConverter. | ||
* Fix a few sign convention changes | ||
|
||
New Modules | ||
------------------------------- | ||
core/lib/GNSSCore/SatTimeSystem.cpp | ||
core/lib/GNSSCore/SatTimeSystem.hpp | ||
core/lib/NewNav/GPSNavConfig.cpp | ||
core/lib/NewNav/GPSNavConfig.hpp | ||
core/lib/NewNav/GPSSVConfig.cpp | ||
core/lib/NewNav/GPSSVConfig.hpp | ||
core/lib/NewNav/SystemNavData.hpp | ||
core/tests/GNSSCore/SatelliteSystem_T.cpp | ||
core/tests/NewNav/GPSNavConfig_T.cpp | ||
core/tests/NewNav/GPSSVConfig_T.cpp | ||
swig/tests/test_GPSNavConfig.py |
Oops, something went wrong.