Releases: GeoscienceAustralia/gnssanalysis
Releases · GeoscienceAustralia/gnssanalysis
0.0.59.dev1
What's Changed
- NPI-4006 Added SolutionType style definitions of standard file types by @treefern in #88
- NPI-4062 - Produce empty list when no sats detected in NANUS by @ronaldmaj in #90
Full Changelog: 0.0.58...0.0.59.dev1
May 2025 - Release Version 0.0.58
Changes introduced from January - May 2025:
- Improvements to class
GPSDate
- Simplifying functions, refactoring and adding documentation
- Introducing further unit tests
- Improvements to Helmert transformations and file comparisons:
- Properly handle clocks within SISRE calculation
- Clock normalisation for SP3 comparisons
- "ECF", or "ECI" options for Helmert transformation when comparing SP3s
- Improve SINEX reader and unit tests
- Fix Sp3 functionality - data cleaning
- Introduce various unit tests to cover more SP3 file use cases
- Add or update doc-strings and type-hints for many functions throughout the codebase
What's Changed
- NPI-3689 Restructure IAU2000 download functionality by @treefern in #74
- NPI-3781 Fix crash on SP3 header update after Helmert transform by @treefern in #75
- SP3 clock normalisation & Helmert transformation by @EugeneDu-GA in #57
- NPI-3918 Missing value check robustness improvements, and various type hint fixes by @treefern in #79
- NPI-3702 GPS date conversion code improvements by @treefern in #78
- NPI-3438 Restructure clock comparison and sisre functions for consistent arg order by @treefern in #80
- NPI-3688 Improved SP3 content writer tests, test data, header formatting correctness, and comment handling / passthrough options by @treefern in #73
- NPI-3945 Fix GPSDate as_datetime by @treefern in #81
- NPI-3945 Bugfix and further cleanup of GPSDate by @treefern in #82
- NPI-3973 Better errors and exceptions for Sinex reading by @treefern in #83
- NPI-3973 Fix bug in specification of stypes by @treefern in #84
- NPI-3999 Fix clean_sp3_orb by @treefern in #85
- NPI-3999 Unit test improvements for SP3 processing by @treefern in #86
Full Changelog: 0.0.57...0.0.58
0.0.58.dev5
What's Changed
Full Changelog: 0.0.58.dev4...0.0.58.dev5
0.0.58.dev4
What's Changed
Full Changelog: 0.0.58.dev3...0.0.58.dev4
0.0.58.dev3
What's Changed
Full Changelog: 0.0.58.dev1...0.0.58.dev3
0.0.58.dev2
What's Changed
- SP3 clock normalisation & Helmert transformation by @EugeneDu-GA in #57
- NPI-3918 Missing value check robustness improvements, and various type hint fixes by @treefern in #79
- NPI-3702 GPS date conversion code improvements by @treefern in #78
- NPI-3438 Restructure clock comparison and sisre functions for consistent arg order by @treefern in #80
- NPI-3688 Improved SP3 content writer tests, test data, header formatting correctness, and comment handling / passthrough options by @treefern in #73
- NPI-3945 Fix GPSDate as_datetime by @treefern in #81
- NPI-3945 Bugfix and further cleanup of GPSDate by @treefern in #82
Full Changelog: 0.0.57.dev6...0.0.58.dev2
0.0.58.dev1
What's Changed
- SP3 clock normalisation & Helmert transformation by @EugeneDu-GA in #57
- NPI-3918 Missing value check robustness improvements, and various type hint fixes by @treefern in #79
- NPI-3702 GPS date conversion code improvements by @treefern in #78
- NPI-3438 Restructure clock comparison and sisre functions for consistent arg order by @treefern in #80
- NPI-3688 Improved SP3 content writer tests, test data, header formatting correctness, and comment handling / passthrough options by @treefern in #73
- NPI-3945 Fix GPSDate as_datetime by @treefern in #81
- NPI-3945 Bugfix and further cleanup of GPSDate by @treefern in #82
Full Changelog: 0.0.57.dev6...0.0.58.dev1
March 2025 - Pre-Release Dev Version 0.0.57.dev6
What's Changed
- NPI-3689 Restructure IAU2000 download functionality by @treefern in #74
- NPI-3781 Fix crash on SP3 header update after Helmert transform by @treefern in #75
Full Changelog: 0.0.57...0.0.57.dev6
January 2025 - Release Version 0.0.57
Changes introduced from Sep 2024 - Jan 2025:
- Various improvements to SP3 file reading and error handling
- Empty file checks
- SP3 flag handling
- trim, transform and create SP3 files
- remove satellites from SP3 files
- Improved handling of velocity information
- Various unittests introduced
- Allow reading of version 2 IGS site / station logs (including unit tests)
- Fixes to remove Pandas deprecation warnings
What's Changed
- NPI-3501 better empty input file checks by @treefern in #54
- NPI-3501 bug fix for issue introduced with improved input checks by @treefern in #55
- Add download_iau2000_file() by @EugeneDu-GA in #56
- NPI-3547 Attempt to address SP3 flag rendering related crash by @treefern in #59
- NPI-3655 Improve readability of getVelPoly() function by @treefern in #62
- NPI-3655 Bring in remove_offline_sats(), add option in SP3 diff processing to avoid crashing cubic interpolator for velocity by @treefern in #61
- NPI-3653 - Update code to handle new V2 IGS logs by @ronaldmaj in #60
- Npi 3670 sp3 bugfixes and unit tests by @treefern in #65
- NPI-3669 Migrate SP3 transform and trim, introduce minimal SP3 creation utility script by @treefern in #63
- NPI-3676 Exception handling on (unsupported) SP3 velocity data output by @treefern in #66
- NPI-3653 - Fix errors in parsing IGS log updates by @ronaldmaj in #68
- NPI-3678 IGS site log parser v2 small improvements by @treefern in #69
- NPI-3668 SP3 header stated values vs content checks, and ORB_TYPE update on performing Helmert transformation by @treefern in #64
- NPI-3388 Pandas deprecation fixes and improved SP3 rendering capability (moon orbit capability 🌚 ) by @treefern in #72
- NPI-3683 SP3 consistency check streamlining by @treefern in #70
- NPI-3685 Streamline SP3 incorrect timerange unit test by @treefern in #71
Full Changelog: 0.0.56...0.0.57
January 2025 - Pre-Release Dev Version 0.0.57.dev5
(Re-released after attempting and failing to replace dev4)
This is a small update to address breaking issues in pre-release 0.0.57.dev4
What's Changed
- NPI-3653 - Fix errors in parsing IGS log updates by @ronaldmaj in #68
- NPI-3678 IGS site log parser v2 small improvements by @treefern in #69
Full Changelog: 0.0.57.dev4...0.0.57.dev5