Commit 16ab14c 1 parent 69a59a1 commit 16ab14c Copy full SHA for 16ab14c
File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
See also [ CHANGES.md] ( rnxcmp/docs/CHANGES.md ) of the original RNXCMP software package.
4
4
5
+ ## [ 2.1.0] - 2021-04-12
6
+
7
+ - Relax file name requirements.
8
+ - Anything is allowed as long as it is converted without errors and can be renamed unambiguously.
9
+
5
10
## [ 2.0.0] - 2021-04-12
6
11
7
12
- Extend decompression / compression support to all compression formats allowed by the RINEX standard:
8
- - Add ` decompress ` and ` compress ` functions in Python.
9
- - Replace the ` crx2rnx ` and ` rnx2crx ` executables with more general ` rinex-decompress ` and ` rinex-compress ` on the command line.
13
+ - Add ` decompress ` and ` compress ` functions in Python.
14
+ - Replace the ` crx2rnx ` and ` rnx2crx ` executables with more general ` rinex-decompress ` and ` rinex-compress ` on the
15
+ command line.
10
16
11
17
## [ 1.0.0] - 2021-04-10
12
18
@@ -15,5 +21,7 @@ First release.
15
21
- Provide Hatanaka decompression / compression support via ` crx2rnx ` and ` rnx2crx ` functions.
16
22
- Install ` crx2rnx ` and ` rnx2crx ` as command line executables.
17
23
24
+ [ 2.1.0 ] : https://github.com/valgur/hatanaka/compare/v2.0.0...v2.1.0
25
+
18
26
[ 2.0.0 ] : https://github.com/valgur/hatanaka/compare/v1.0.0...v2.0.0
19
27
[ 1.0.0 ] : https://github.com/valgur/hatanaka/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1
1
from .general_compression import *
2
2
from .hatanaka import *
3
3
4
- __version__ = '2.0 .0'
4
+ __version__ = '2.1 .0'
5
5
rnxcmp_version = '4.0.8'
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = hatanaka
3
- version = 2.0 .0
3
+ version = 2.1 .0
4
4
author = Martin Valgur
5
5
6
6
url = https://github.com/valgur/hatanaka
You can’t perform that action at this time.
0 commit comments