You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changelog.md
+29
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
## Changelog
2
2
3
+
### v3.4.0 (Dec, 2024)
4
+
5
+
- shell programs are now in a `bin` folder and are set as executable in the `setup.py`
6
+
-**the frontend command line interface program has been renamed `rinexmod_run.py` to avoid conflict with the module name**
7
+
- add `shortname` option to force RINEX file renaming with short name convention, and modify `longname` option to force RINEX file renaming with long name convention
8
+
(Behavior of previous `longname` option was ambiguous.)
9
+
`shortname` is mutually exclusive with `longname`.
10
+
11
+
### v3.3.0 (Sep 4, 2024)
12
+
13
+
*`--tolerant_file_period/-tol` is replaced by a more flexible --filename_style/-fns option.
14
+
* it takes now one string argument with 3 acceptable values: 'basic' (per default), 'flex', and 'exact'.
15
+
see help for more details
16
+
* misc. improvements and bug corrections
17
+
18
+
### v3.2.0 (Aug 15, 2024)
19
+
20
+
Misc improvements:
21
+
22
+
* Enhanced log messages
23
+
* Some exception handling when reading RINEX
24
+
* RINEX version attribute is now also float
25
+
* you can now remove your input RINEXs with -rm, but be carful of what you are doing!
26
+
27
+
28
+
### v3.1.0 (Jun 5, 2024)
29
+
30
+
make rinexmod compliant with IGSMAIL-8458, i.e. nine characters site in sitelogs, and Country or Region field instead of Country.
0 commit comments