-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare for 0.17.0-alpha * Upgrade sv_orbit * Introducing lib release * run on tags as well --------- Signed-off-by: Guillaume W. Bres <[email protected]>
- Loading branch information
Showing
14 changed files
with
125 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "crx2rnx" | ||
version = "2.3.4" | ||
version = "2.4.0" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "RINEX data decompressor" | ||
|
@@ -12,4 +12,4 @@ readme = "README.md" | |
|
||
[dependencies] | ||
clap = { version = "4.4.13", features = ["derive", "color"] } | ||
rinex = { path = "../rinex", version = "=0.16.1", features = ["serde"] } | ||
rinex = { path = "../rinex", version = "=0.17.0-alpha", features = ["serde"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rinex-qc-traits" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "RINEX quality analysis specific traits" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rinex-cli" | ||
version = "0.11.1" | ||
version = "0.12.0-alpha" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "Command line tool parse and analyze RINEX data" | ||
|
@@ -53,6 +53,6 @@ cggtts = { version = "4.1.6", features = ["serde", "scheduler"], optional = true | |
# cggtts = { path = "../../cggtts/cggtts", features = ["serde", "scheduler"], optional = true } | ||
# cggtts = { git = "https://github.com/gwbres/cggtts", branch = "main", features = ["serde", "scheduler"], optional = true } | ||
|
||
rinex = { path = "../rinex", version = "=0.16.1", features = ["full"] } | ||
sp3 = { path = "../sp3", version = "=1.0.8", features = ["serde", "flate2"] } | ||
rinex-qc = { path = "../rinex-qc", version = "=0.1.14", features = ["sp3"] } | ||
rinex = { path = "../rinex", version = "=0.17.0-alpha", features = ["full"] } | ||
sp3 = { path = "../sp3", version = "=1.1.0-alpha", features = ["serde", "flate2"] } | ||
rinex-qc = { path = "../rinex-qc", version = "=0.2.0-alpha", features = ["sp3"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rinex-qc" | ||
version = "0.1.14" | ||
version = "0.2.0-alpha" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "RINEX and more broadly, GNSS data processing" | ||
|
@@ -49,10 +49,10 @@ plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo"} | |
hifitime = "4.0.0-alpha" | ||
gnss-rs = { version = "2.2.3", features = ["serde"] } | ||
|
||
rinex = { path = "../rinex", version = "=0.16.1", features = ["full"] } | ||
rinex-qc-traits = { path = "../qc-traits", version = "=0.1.1", features = ["processing"] } | ||
rinex = { path = "../rinex", version = "=0.17.0-alpha", features = ["full"] } | ||
rinex-qc-traits = { path = "../qc-traits", version = "=0.2.0", features = ["processing"] } | ||
|
||
sp3 = { path = "../sp3", version = "=1.0.8", features = ["qc", "processing", "serde"], optional = true } | ||
sp3 = { path = "../sp3", version = "=1.1.0-alpha", features = ["qc", "processing", "serde"], optional = true } | ||
|
||
[dev-dependencies] | ||
serde_json = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rinex" | ||
version = "0.16.1" | ||
version = "0.17.0-alpha" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "Package to parse and analyze RINEX data" | ||
|
@@ -115,7 +115,7 @@ gnss-rs = { version = "2.2.3", features = ["serde", "domes", "cospar"] } | |
|
||
# RINEX QC dedicated traits | ||
maud = { version = "0.26", optional = true } | ||
rinex-qc-traits = { path = "../qc-traits", version = "=0.1.1", optional = true } | ||
rinex-qc-traits = { path = "../qc-traits", version = "=0.2.0", optional = true } | ||
|
||
[dev-dependencies] | ||
serde_json = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.