From d70cfae304bbb77c6de083112b30ecfa934f9d24 Mon Sep 17 00:00:00 2001 From: fxpineau Date: Wed, 16 Oct 2024 10:50:43 +0200 Subject: [PATCH] Setup release v0.7 --- CHANGELOG.md | 17 ++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67407b..68a6836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,25 @@ # `cdshealpix` Change Log +## 0.7.0 + +Released 2024-10-16 + +### Add + +* First support for Skymaps + + read from/write to FITS + + display in PNG +* First support for zuniq based MOMs + + build from Skymap + + merge operation + + display in PNG + + ## 0.6.10 Released 2024-07-19 -## Bug correction +### Bug correction * Values in `SMALLER_EDGE2OPEDGE_DIST` (used in `best_starting_depth`) were slightly overestimated due to a "moving" reference point for depth >= 2, diff --git a/Cargo.toml b/Cargo.toml index 80580b8..49ee0f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cdshealpix" -version = "0.6.10" +version = "0.7.0" authors = ["F.-X. Pineau "] edition = "2018" license = "Apache-2.0 OR MIT"