Releases: nav-solutions/sp3
Releases · nav-solutions/sp3
v1.4.1
v1.4.0
This release introduces the nyx feature, for spatial prediction
What's Changed
- prevent panic on parser io error by @kpwebb in #29
- Introducing dynamics solvers by @gwbres in #32
- SP3-a: providing support by @gwbres in #33
- remove binary file.... by @gwbres in #35
- Introduce Spatial propagation by @gwbres in #23
- Update URL (migration) by @gwbres in #37
- Update gnss-qc-traits requirement from 0.3.2 to 0.4.0 by @dependabot[bot] in #38
- release nyx feature by @gwbres in #39
- release nyx feature by @gwbres in #40
New Contributors
- @dependabot[bot] made their first contribution in #38
Full Changelog: v1.3.0...v1.4.0
v1.3.0
V1.3.0
v1.3.0 comes with important new features
SP3formating is now supported, we can synthesize a file we just parsed or new files, for example after merging, decimation or re-fittingSP3temporal transposition is validated and internally verified. We offer two transposition methods:Timeshift::timeshift_{mut}which never fails and allows transposition to any timescaleTimeshift::precise_correction_{mut}that requires a correction data base
SP3.standardized_filename()is introduced to help generate files that follow standard naming conventionsProductionAttributesis introduced and parsed from file names that follow standard naming conventionsSP3.susbtract()andSP3.substract_mut()are being introduced for super easy SP3 residual analysis (lab/fit comparison)- The basic position coordinates iterator now describes whether this is fitted, predited and under ongoing maneuver
SP3.stable_positions_fitted_iterfor non-maneuvered not-predicted iterationSP3.stable_positions_predicted_iterfor non-maneuvered predicted (only) iteration
What's Changed
- SP3 Formatting by @gwbres in #19
- Sp3 formatting by @gwbres in #20
- Develop by @gwbres in #21
- release v1.3 by @gwbres in #22
Full Changelog: v1.2.0...v1.3.0
v1.2.0
V1.2.0
v1.2.0 is released to update the Hifitime + ANISE (optional) cores.
A new Timeshift trait appears and allows transposition of the SP3 into desired Timescale.
Two new methods: SP3.substract(&sp3) and SP3.substract_mut(&sp3) are introduced to propose direct and quick SP3 residual analysis.
SP3 formating still not feasible yet.
What's Changed
- Data submodule by @gwbres in #9
- Add recurse submodule by @gwbres in #10
- Timeshift implementation and new transposition methods by @gwbres in #11
- dep/hifitime integration for testing by @gwbres in #12
- dep/hifitime integration for testing by @gwbres in #13
- Update to latest lib by @gwbres in #14
- Add new iter: joined pos_vel_km by @gwbres in #15
- update to rustc v1.82 by @gwbres in #16
- Update libs by @gwbres in #17
- Release v1.2 by @gwbres in #18
Full Changelog: v1.1.2...v1.2.0