Releases: nav-solutions/rinex
v0.22.0
What's Changed
- Update criterion requirement from 0.5 to 0.6 by @dependabot[bot] in #353
- Update wkt requirement from 0.10.0 to 0.14.0 by @dependabot[bot] in #352
- Split DORIS format to dedicated library by @gwbres in #380
- Update itertools requirement from 0.13.0 to 0.14.0 by @dependabot[bot] in #315
- Update criterion requirement from 0.6 to 0.7 by @dependabot[bot] in #384
- Ublox by @gwbres in #381
- Update gnss-qc-traits requirement from 0.3.2 to 0.4.0 by @dependabot[bot] in #387
- Update by @gwbres in #389
- Update anise requirement from 0.5.3 to 0.6.9 by @dependabot[bot] in #391
- fix ci by @gwbres in #393
- Improve features definition by @gwbres in #394
- Fix issue in the Hatanaka decompressing process by @gwbres in #399
- Upgrade to ANISE v0 8 by @gwbres in #400
- Update criterion requirement from 0.7 to 0.8 by @dependabot[bot] in #401
- Update anise requirement from 0.8 to 0.9 by @dependabot[bot] in #402
- Update libs by @gwbres in #404
- fix: centralized Fortran D-notation float parsing (fixes #405) by @Bahtya in #406
- new release by @gwbres in #407
New Contributors
Full Changelog: v0.21.1...v0.22.0
v0.21.1
v0.21.0
Breaking change
Support for IONEX files is moved to its own parser, mostly to reduce the complexity of this crate
What's next
DORISformat andANTEXformats will follow likewise- at the end of this phase, this parser will support the historical RINEX formats only:
- Observations
- Navigation
- Meteo
- Clock
v0.20.2
What's Changed
Full Changelog: v0.20.1...v0.20.2
v0.20.1
v0.20.0
V0.20.0
v0.20.0 provides temporal transposition improvements (Timeshift trait),
including infaillible transposition to any timescale, and precise correction using a database.
The database can be obtained from any NAV RINEX, read the provided example
What's Changed
- Update README.md by @gwbres in #363
- Upgrade to qc_traits 0.3 by @gwbres in #365
- releasing v0.20 by @gwbres in #366
Full Changelog: v0.19.0...v0.20.0
v0.19.0
v0.19
Minor simplifications and improvements in the nav:kepler solver.
Some part of the Navigation framework were incorrectly private, while they should be public, Health flags in particular.
L2P flag is now managed in Navigation Ephemeris.
More detailed documentation of the Navigation framework.
More CI/CD tests are introduced (now 217).
What's Changed
Full Changelog: v0.18.1...v0.19.0
v0.18.1
What's Changed
Full Changelog: v0.18.0...v0.18.1
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
TimeShiftoperation 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. MSRVis 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
v0.17.1
What's Changed
- Update library information by @gwbres in #327
- NAV (V2, V3, Partial V4) formatting by @gwbres in #328
- Frequencies by @gwbres in #330
- Improve Frequency and Observable support by @gwbres in #331
- NAV flags and other bitfields by @gwbres in #332
- NAV (ephemeris): SV flag exploitation by @gwbres in #333
- NAV V4 standards by @gwbres in #334
- Remove SUPPORTED_VERSION minimal logic by @gwbres in #335
- Upgrade v0.17.1 by @gwbres in #336
Full Changelog: v0.17.0...v0.17.1