Commit 2f2f413 1 parent f8a1043 commit 2f2f413 Copy full SHA for 2f2f413
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
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.5.0] - 2022-01-10
6
+
7
+ - Decompression now raises a ` ValueError ` if the decompressed file lacks a valid RINEX header record.
8
+
5
9
## [ 2.4.0] - 2021-12-19
6
10
7
11
- Added support for LZW (.Z) compression output. This is provided by the
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.4 .0'
4
+ __version__ = '2.5 .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.4 .0
3
+ version = 2.5 .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