Skip to content

Commit

Permalink
maint: prepare for 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Jul 16, 2024
1 parent 7fc53de commit 292ad74
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "MOCPy"
version = "0.15.0"
version = "0.16.0"
authors = [
"Matthieu Baumann <matthieu.baumann@astro.unistra.fr>",
"Thomas Boch <thomas.boch@astro.unistra.fr>",
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion python/mocpy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.0"
__version__ = "0.16.0"

0 comments on commit 292ad74

Please sign in to comment.