Skip to content

Commit

Permalink
Release 0.7.0 (crate) 0.3.0 (tools)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpineau committed Feb 4, 2022
1 parent 1562f8f commit 24a3085
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
shell: pwsh
run: |
Get-Item *
Compress-Archive -Path D:\a\cds-moc-rust\cds-moc-rust\target\${{ matrix.config.target }}\release\moc -DestinationPath moc-${{ needs.create-github-release.outputs.version }}-${{ matrix.config.target }}.zip
compress-archive ./target/${{ matrix.config.target }}/release/moc moc-${{ needs.create-github-release.outputs.version }}-${{ matrix.config.target }}.zip
#Compress-Archive -Path D:\a\cds-moc-rust\cds-moc-rust\target\${{ matrix.config.target }}\release\moc -DestinationPath moc-${{ needs.create-github-release.outputs.version }}-${{ matrix.config.target }}.zip
- name: Upload compressed binary asset
if: matrix.config.os != 'windows-latest'
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.7.0

Released 2022-01-XX
Released 2022-02-04

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "moc"
version = "0.6.1"
version = "0.7.0"
authors = [
"F.-X. Pineau <[email protected]>",
"Matthieu Baumann <[email protected]>"
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

# `moc`

The Rust MOC library used in
Read, write, create and manipulate HEALPix **M**ulti-**O**rder **C**overage maps (**MOC**s),
i.e. discretized geomatrical surfaces on the unit sphere.

[![](https://img.shields.io/crates/v/moc.svg)](https://crates.io/crates/moc)
[![](https://img.shields.io/crates/d/moc.svg)](https://crates.io/crates/moc)
[![API Documentation on docs.rs](https://docs.rs/moc/badge.svg)](https://docs.rs/moc/)
[![BenchLib](https://github.com/cds-astro/cds-moc-rust/actions/workflows/bench.yml/badge.svg)](https://github.com/cds-astro/cds-moc-rust/actions/workflows/bench.yml)

MOC Lib Rust, the Rust MOC library used in
[MOCPy](https://github.com/cds-astro/mocpy),
[MOCli](https://github.com/cds-astro/cds-moc-rust/tree/main/crates/cli) and
[MOCWasm](https://github.com/cds-astro/cds-moc-rust/tree/main/crates/wasm).
Read, write, create and manipulate HEALPix **M**ulti-**O**rder **C**overage maps (**MOC**s),
i.e. discretized geomatrical surfaces on the unit sphere.

MOC Lib Rust rely on the [CDS HEALPix Rust library](https://github.com/cds-astro/cds-healpix-rust).

## About

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.3.0

Realeased 2022-01-XX
Realeased 2022-02-04

* Add moc from ring
* Add indirect split (in addition to direct split)
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.3.0

Released 2022-01-XX
Released 2022-02-04

* Add moc from ring
* Add indirect split (in addition to direct split)
Expand Down

0 comments on commit 24a3085

Please sign in to comment.