Beta release v1.2.0 of DynAdjust
Pre-release
Pre-release
rogerfraser
released this
31 May 06:05
·
450 commits
to master
since this release
Overview
This beta release contains several code enhancements and bug fixes, and addresses issues #15, #30, #78, #81, #82, and #85. The following summarises the related (major) pull requests associated with these code changes.
Please provide feedback or comments on issues experienced with this beta release in the discussion (rather than creating a new issue).
General code enhancements
- Numerous (too many to list) code enhancements have been applied to address issues identified by Codacy and code coverage identified by Coveralls and Codecov.
Enhancements and bug fixes for import
- See #87 for changes to permit the sorting of measurements in the m2s file
- See #98 for enhancements to the application of a GNSS baseline scalars file
- In relation to extending discontinuity renaming (#15):
- See #88 for the initial changes to import to address this issue
- See #147 for final changes to import and adjust to complete the work.
- Note that the changes applied in #147 change the structure of information written to the binary station file, meaning that
*.bst
files created by earlier versions of import cannot be reused by this or future versions of DynAdjust.
Enhancements and bug fixes for geoid
Enhancements to adjust
- See #83 for enhancements to address column overrun identified in issue #78
- See #84 for a fix to incorrect iteration count identified in #82
- See #86 for changes to prevent output of unused stations to the adjusted stations file, addressing #85
- See #87 for changes to permit the sorting of the measurements to station table by measurement count
- See #92 for changes to provide a capability to export adjusted station coordinates and uncertainties as a GNSS Y cluser
- See #99 for an enhancement that prints memory consumption to the
.adj
and.dbg
files on verbose execution - See #107 for a fix to a defect in the way adjusted measurements are printed on each iteration in staged mode
- See comments above in import (#147)