Releases: IPGP/autorino
Releases Β· IPGP/autorino
v2.4.2
v2.4.1
Minor release to get a Zenodo's DOI
v2.4.0
Update imports for compatibility with new rinexmod version 4
What's Changed
- update rinexmod imports to version 4 compatibility by @PierreS-alpha in #116
Full Changelog: v2.3.2...v2.4.0
v2.3.2
Improve conversion:
- Septentrio's
.Afiles is auto-recognised - You can select the converter when using
autorino_convert_rnxwith option-c
What's Changed
- v2.3.2 by @PierreS-alpha in #115
Full Changelog: v2.2.4...v2.3.2
v2.3.1
- 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_annexin the config file, for theconvertstep'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
correct KeyError: (0, 'ok_inp') bug in new not_ok_warn method
v2.2.3
- correct behavior if
ok_outisFalsefor rinexmod step - misc cosmetic (add a print of the version at the beginning)
v2.2.2
A new minor version for the automatic release of autorino on PyPi
NB: replace v2.2.0 and v2.2.1
v2.2.1
A new minor version for the automatic release of autorino on PyPi
NB: replace v2.2.0
v2.2.0
A new minor version for the automatic release of autorino on PyPi