This repository has been archived by the owner on May 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew Kuck
committed
Apr 1, 2020
1 parent
46b37f6
commit b5975eb
Showing
11 changed files
with
147 additions
and
29 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,26 +1,35 @@ | ||
GPSTk 3.1.0 Release Notes | ||
GPSTk 4.0.0 Release Notes | ||
======================== | ||
|
||
* This version was created in response to additional Navigation message processing capability. | ||
* This major version number release was due to some API breaking call signature changes. | ||
|
||
Updates since v3.0.0 | ||
Updates since v3.1.0 | ||
--------------------- | ||
|
||
**Build System and Test Suite** | ||
* Adjusted build.sh to better support specifying a python3 executable. | ||
|
||
**Gitlab CI** | ||
* Windows CI testing was added back. | ||
* Added package building and testing for redhat and debian to master branch pipelines. | ||
* Conda packages are now correctly preserved as build artifacts. | ||
* Master branch now run both build & test on debian 7, debian 8, and debian 10. | ||
|
||
**Library Changes** | ||
* OrbAlm/OrbAlmGen updated to support direct loading of the engineering unit values. (Better support for Nav Messages) | ||
* NavFilter framework updated to include classes that abstract access to the storage of the subframe data. | ||
* Modified YumaAlamancStore and SEMAlmanacStore to inherit from OrbAlmStore (instead of GPSAlmanacStore). | ||
* Changed a calling signature in OrbElemRinex | ||
* Add string conversions to-from SatID.SatelliteSystem | ||
* Remove exception specifications from function/method prototypes and definitions | ||
* SVNumXRef - PRN 18 removed from SVN 34 and assigned to SVN 75 | ||
|
||
Fixes since v3.0.0 | ||
Fixes since v3.1.0 | ||
-------------------- | ||
* Fixed a bug revealed by GPS III where endValid times was calculated incorrectly in OrbElemRinex | ||
* Fix to recognized QZSS navigation message data set cutovers. | ||
* Fix an installation bug when using versioned header directories. | ||
* Fix slight errors in svXvt velocity computation. | ||
* Update svXvt to set Xvt.health when available. | ||
* Fix BrcKeplerOrbit to use relativity correction and initial URE value of 0. | ||
* Fix AlmOrbit to add missing final value of G. | ||
* Fix BDSEphemeris to use GEO equations only above 7 degrees. | ||
* Change OrbitEph to use CGCS2000 ellipsoid for BeiDou when computing relativity correction | ||
* Fix bug in timeconvert app breaking after year 2038 | ||
* Fix incorrect interval in output header from RinEdit if thinning option is used. | ||
* Fix memory leak during OrbElmStore deallocation. | ||
|
||
Removed Code due to Deprecation | ||
------------------------------- | ||
NEWS.md |
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
File renamed without changes.
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