2
2
3
3
See also [ CHANGES.md] ( rnxcmp/docs/CHANGES.md ) of the original RNXCMP software package.
4
4
5
+ ## [ 2.3.0] - 2021-04-13
6
+
7
+ - Add the ` --delete ` option of the CLI apps also as an option in the library.
8
+
5
9
## [ 2.2.0] - 2021-04-13
6
10
7
11
- During decompression, allow filenames to end with only .zip, .gz, etc. suffixes. .rnx will be used as the new suffix
@@ -10,14 +14,14 @@ See also [CHANGES.md](rnxcmp/docs/CHANGES.md) of the original RNXCMP software pa
10
14
## [ 2.1.0] - 2021-04-12
11
15
12
16
- Relax file name requirements.
13
- - Anything is allowed as long as it is converted without errors and can be renamed unambiguously.
17
+ - Anything is allowed as long as it is converted without errors and can be renamed unambiguously.
14
18
15
19
## [ 2.0.0] - 2021-04-12
16
20
17
21
- Extend decompression / compression support to all compression formats allowed by the RINEX standard:
18
- - Add ` decompress ` and ` compress ` functions in Python.
19
- - Replace the ` crx2rnx ` and ` rnx2crx ` executables with more general ` rinex-decompress ` and ` rinex-compress ` on the
20
- command line.
22
+ - Add ` decompress ` and ` compress ` functions in Python.
23
+ - Replace the ` crx2rnx ` and ` rnx2crx ` executables with more general ` rinex-decompress ` and ` rinex-compress ` on the
24
+ command line.
21
25
22
26
## [ 1.0.0] - 2021-04-10
23
27
@@ -28,10 +32,9 @@ First release.
28
32
- Provide Hatanaka decompression / compression support via ` crx2rnx ` and ` rnx2crx ` functions.
29
33
- Install ` crx2rnx ` and ` rnx2crx ` as command line executables.
30
34
31
- [ 2.2.0 ] : https://github.com/valgur/hatanaka/compare/v2.1.0...v2.2.0
32
35
36
+ [ 2.3.0 ] : https://github.com/valgur/hatanaka/compare/v2.2.0...v2.3.0
37
+ [ 2.2.0 ] : https://github.com/valgur/hatanaka/compare/v2.1.0...v2.2.0
33
38
[ 2.1.0 ] : https://github.com/valgur/hatanaka/compare/v2.0.0...v2.1.0
34
-
35
39
[ 2.0.0 ] : https://github.com/valgur/hatanaka/compare/v1.0.0...v2.0.0
36
-
37
40
[ 1.0.0 ] : https://github.com/valgur/hatanaka/releases/tag/v1.0.0
0 commit comments