v0.18.0
V0.18
v0.18.0
is released mostly to update internal dependencies. New features:
RINEX.substract(&RINEX)
(residual) is improved and slightly corrected. The implementation is not performant and will require further work- New features appear with respect to System time offset parsing & exploitation
- a new
TimeShift
operation appears to transpose a RINEX into otherTimeScales
.
This allows the framework to propose new operations. It also helped us synthesize test data, to test other parts of this framework. MSRV
is tested in CI/CD- Minor fixes when formatting NAV format
What's Changed
- NAV absolute time by @gwbres in #337
- NAV V2, V3 header formatting by @gwbres in #338
- Fix OBS V2, V3 SBAS formatting issue by @gwbres in #339
- Timeshift implementation and new transposition methods by @gwbres in #340
- Observation Timescale definition when parsing by @gwbres in #342
- Fix issue in the TIME OF FIRST/LAST obs parsing by @gwbres in #343
- Small improvements by @gwbres in #344
- Dep/hifitime by @gwbres in #345
- added support for D notation parsing of Ionospheric Corrections in V3… by @segrote in #346
- Update to latest hifitime by @gwbres in #347
- Update to latest libs by @gwbres in #348
- Implement GnssAbsoluteTime to remove duplicated code by @gwbres in #349
- Update rustc v1.82 by @gwbres in #351
- RINEX Substract: fix behavior by @gwbres in #354
- Update library by @gwbres in #355
- Bump anise version by @gwbres in #357
- bump v0.18 by @gwbres in #358
New Contributors
Full Changelog: v0.17.1...v0.18.0