From 292ad748de92be7cace97507fee31026e5eea29a Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Tue, 16 Jul 2024 13:59:32 +0200 Subject: [PATCH] maint: prepare for 0.16.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- codemeta.json | 4 ++-- python/mocpy/version.py | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0556c9a8..5ba6b73c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.16.0] + ### Added * `MOC.mask_uniq` allows to mas an array of uniq cells with a MOC @@ -39,7 +41,7 @@ should replace `nside` in a future version. ### Fixed * `ranges` in `from_depth29_ranges` is now optional, to be consistent with the existing docstring -* `from_healpix_cells` and `from_velued_healpix_cells` now filter out invalid cells and raise a +* `from_healpix_cells` and `from_valued_healpix_cells` now filter out invalid cells and raise a warning when they do so * fix multimoc operations (were all failing with a TypeError) [#153] diff --git a/Cargo.toml b/Cargo.toml index 9689f2df..d665aac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "MOCPy" -version = "0.15.0" +version = "0.16.0" authors = [ "Matthieu Baumann ", "Thomas Boch ", diff --git a/codemeta.json b/codemeta.json index 46834592..9bc9c030 100644 --- a/codemeta.json +++ b/codemeta.json @@ -9,8 +9,8 @@ "dateModified": "2023-12-04", "issueTracker": "https://github.com/cds-astro/mocpy/issues", "name": "MOCpy", - "version": "0.15.0", - "softwareVersion": "0.15.0", + "version": "0.16.0", + "softwareVersion": "0.16.0", "description": "Python library to easily create and manipulate MOCs (Multi-Order Coverage maps)", "applicationCategory": ["Astronomy", "Science"], "funding": "ESCAPE 824064, ASTERICS 653477", diff --git a/python/mocpy/version.py b/python/mocpy/version.py index 9da2f8fc..5a313cc7 100644 --- a/python/mocpy/version.py +++ b/python/mocpy/version.py @@ -1 +1 @@ -__version__ = "0.15.0" +__version__ = "0.16.0"