Skip to content

Releases: IPGP/autorino

v2.4.2

10 Apr 12:16
b29d522

Choose a tag to compare

fix bug for method metadata.set_misc_meta due to rinexmod refactoring

v2.4.1

13 Mar 11:00

Choose a tag to compare

Minor release to get a Zenodo's DOI

v2.4.0

03 Dec 18:33
fe551b2

Choose a tag to compare

Update imports for compatibility with new rinexmod version 4

What's Changed

Full Changelog: v2.3.2...v2.4.0

v2.3.2

20 Nov 09:03
6b1d0d7

Choose a tag to compare

Improve conversion:

  • Septentrio's .A files is auto-recognised
  • You can select the converter when using autorino_convert_rnx with option -c

What's Changed

Full Changelog: v2.2.4...v2.3.2

v2.3.1

29 Aug 09:25

Choose a tag to compare

  • Introduce exit codes returned by autorino_cfgfile_run
* 0:
  * everything ok
  * no input and no output (the step was skipped)
  * no input but all output ok (everything was already ok)
* 3: some input ok, some output ok
* 4: all input ok, some output ok
* 5: some input ok, but no output
* 6: all input ok, but no output

v2.3.1: corrections/optimisation of the tests for the exit code

  • Introduce conv_regex_custom_main & conv_regex_custom_annex in the config file, for the convert step's options. They are custom regex to catch converted temporary files.
    Default (empty string) means regular most common patterns.

Full Changelog: v2.3.1...v2.3.1-post1

v2.2.4

31 Jul 14:01

Choose a tag to compare

correct KeyError: (0, 'ok_inp') bug in new not_ok_warn method

v2.2.3

23 Jul 16:37

Choose a tag to compare

  • correct behavior if ok_out is False for rinexmod step
  • misc cosmetic (add a print of the version at the beginning)

v2.2.2

15 Jul 13:03

Choose a tag to compare

A new minor version for the automatic release of autorino on PyPi
NB: replace v2.2.0 and v2.2.1

v2.2.1

15 Jul 12:38

Choose a tag to compare

A new minor version for the automatic release of autorino on PyPi
NB: replace v2.2.0

v2.2.0

15 Jul 12:23

Choose a tag to compare

A new minor version for the automatic release of autorino on PyPi