Skip to content

Commit abaf8f9

Browse files
committed
maint: prepare v0.8.0
1 parent 26298c8 commit abaf8f9

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.8.0
6+
57
### Changed
68

79
* [BREAKING] Class `Skymap` now has an attribute `skymap` that contains either a

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cdshealpix"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
authors = ["Matthieu Baumann <matthieu.baumann@astro.unistra.fr>", "F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>"]
55
description = "Python cdshealpix package wrapping code of the cdshealpix crate"
66
license = "BSD-3-Clause"
@@ -20,8 +20,8 @@ name = "cdshealpix"
2020
crate-type = ["cdylib"]
2121

2222
[dependencies]
23-
#healpix = {version=">=0.7.3", package="cdshealpix"}
24-
healpix = { rev = "9d717cf", package = "cdshealpix", git = 'https://github.com/cds-astro/cds-healpix-rust' }
23+
healpix = {version="0.9", package="cdshealpix"}
24+
#healpix = { rev = "9d717cf", package = "cdshealpix", git = 'https://github.com/cds-astro/cds-healpix-rust' }
2525
mapproj = "0.4.0"
2626
rayon = "1.11"
2727

python/cdshealpix/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.2"
1+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)