-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix negative argument error in moc-set, bump to v0.5.2
- Loading branch information
Showing
9 changed files
with
37 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# `moc-cli` Change Log | ||
|
||
|
||
## 0.5.2 | ||
|
||
Realeased 2022-09-12 | ||
|
||
|
||
## 0.5.1 | ||
|
||
Realeased 2022-09-09 | ||
|
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 = "moc-cli" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
authors = ["F.-X. Pineau <[email protected]>"] | ||
description = "Command-line to create and manipulate HEALPix Multi-Order Coverages maps (MOCs)" | ||
license = "MIT OR Apache-2.0" | ||
|
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 = "moc-set" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
authors = ["F.-X. Pineau <[email protected]>"] | ||
description = "command-line tool to build, update and query a persistent set of HEALPix Multi-Order Coverages maps (MOCs)" | ||
license = "MIT OR Apache-2.0" | ||
|
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
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,5 +1,10 @@ | ||
# `moc-wasm` Change Log | ||
|
||
## 0.5.2 | ||
|
||
Realeased 2022-09-12 | ||
|
||
|
||
## 0.5.1 | ||
|
||
Realeased 2022-09-09 | ||
|
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 = "moc-wasm" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
authors = ["F.-X. Pineau <[email protected]>"] | ||
description = """ | ||
WASM library to create and manipulate HEALPix | ||
|