Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Apr 12, 2021
1 parent 69a59a1 commit 16ab14c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

See also [CHANGES.md](rnxcmp/docs/CHANGES.md) of the original RNXCMP software package.

## [2.1.0] - 2021-04-12

- Relax file name requirements.
- Anything is allowed as long as it is converted without errors and can be renamed unambiguously.

## [2.0.0] - 2021-04-12

- Extend decompression / compression support to all compression formats allowed by the RINEX standard:
- Add `decompress` and `compress` functions in Python.
- Replace the `crx2rnx` and `rnx2crx` executables with more general `rinex-decompress` and `rinex-compress` on the command line.
- Add `decompress` and `compress` functions in Python.
- Replace the `crx2rnx` and `rnx2crx` executables with more general `rinex-decompress` and `rinex-compress` on the
command line.

## [1.0.0] - 2021-04-10

Expand All @@ -15,5 +21,7 @@ First release.
- Provide Hatanaka decompression / compression support via `crx2rnx` and `rnx2crx` functions.
- Install `crx2rnx` and `rnx2crx` as command line executables.

[2.1.0]: https://github.com/valgur/hatanaka/compare/v2.0.0...v2.1.0

[2.0.0]: https://github.com/valgur/hatanaka/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/valgur/hatanaka/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion hatanaka/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .general_compression import *
from .hatanaka import *

__version__ = '2.0.0'
__version__ = '2.1.0'
rnxcmp_version = '4.0.8'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = hatanaka
version = 2.0.0
version = 2.1.0
author = Martin Valgur
author_email = martin.valgur@gmail.com
url = https://github.com/valgur/hatanaka
Expand Down

0 comments on commit 16ab14c

Please sign in to comment.