Skip to content

Releases: nav-solutions/rinex

v0.21.0

17 Aug 18:36
667a548
Compare
Choose a tag to compare

Breaking change

Support for IONEX files is moved to its own parser, mostly to reduce the complexity of this crate

What's next

  • DORIS format and ANTEX formats 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

03 Aug 10:48
99ae049
Compare
Choose a tag to compare

What's Changed

  • Remove unwrap (catching I/O error nicely) by @gwbres in #377

Full Changelog: v0.20.1...v0.20.2

v0.20.1

18 Jul 18:26
ddaca02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

14 Jun 13:58
685a74e
Compare
Choose a tag to compare

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

Full Changelog: v0.19.0...v0.20.0

v0.19.0

31 May 10:50
3df4a33
Compare
Choose a tag to compare

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

30 May 09:14
6ae6684
Compare
Choose a tag to compare

What's Changed

  • Add BeiDou as supported by RINEXv2 by @gwbres in #360

Full Changelog: v0.18.0...v0.18.1

v0.18.0

29 May 08:07
7a35021
Compare
Choose a tag to compare

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 other TimeScales.
    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

New Contributors

Full Changelog: v0.17.1...v0.18.0

v0.17.1

07 Apr 19:19
0fcf600
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

15 Mar 14:23
ba7b34a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.17.0-a3

18 Feb 15:10
7d20a32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0-a2...v0.17.0-a3