Skip to content

Commit

Permalink
prepare v0.7.0
Browse files Browse the repository at this point in the history
also depend on stable version of cds-healpix-rust
  • Loading branch information
ManonMarchand committed Oct 17, 2024
1 parent 75b4722 commit 20678c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.7.0

### Added

* new features `box_search` and `zone_search` in `cdshealpix.nested`
Expand Down
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdshealpix"
version = "0.6.5"
version = "0.7.0"
authors = ["Matthieu Baumann <[email protected]>", "F.-X. Pineau <[email protected]>"]
description = "Python cdshealpix package wrapping code of the cdshealpix crate"
license = "BSD-3-Clause"
Expand All @@ -20,7 +20,8 @@ name = "cdshealpix"
crate-type = ["cdylib"]

[dependencies]
healpix = { rev="5ab172b4d1d206c973f9f170b14509f4982e0090", package = "cdshealpix", git = 'https://github.com/cds-astro/cds-healpix-rust' }
healpix = {version="0.7.0", package="cdshealpix"}
#healpix = { rev="5ab172b4d1d206c973f9f170b14509f4982e0090", package = "cdshealpix", git = 'https://github.com/cds-astro/cds-healpix-rust' }
mapproj = "0.3.0"
rayon = "1.10"

Expand Down
2 changes: 1 addition & 1 deletion python/cdshealpix/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.5"
__version__ = "0.7.0"

0 comments on commit 20678c5

Please sign in to comment.