Skip to content

Commit

Permalink
update compat for registration, and change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli committed Dec 16, 2021
1 parent cd325f4 commit 271fac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ FITSIO = "0.16"
Lazy = "0.15"
BandedMatrices = "0.16"
FillArrays = "0.12"
ReferenceImplementations = "0.1"
CSV = "0.9"
Healpix = "3"
WignerFamilies = "1"
julia = "1.6, 1.7"
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,4 @@ matrices for T, E, and B-mode spectra, using pseudo-Cl methods
[Efstathiou 2006](https://arxiv.org/abs/astro-ph/0601107),
[Hamimeche and Lewis 2008](https://arxiv.org/abs/0801.0554)).

Please consult the [documentation](https://xzackli.github.io/PowerSpectra.jl/dev) for how to use this package. The package is not yet
registered, so you will need to install this (and the latest Healpix.jl) straight from GitHub.

```julia
using Pkg
Pkg.add(PackageSpec(name="Healpix", rev="master"))
Pkg.add(url="https://github.com/xzackli/PowerSpectra.jl.git")
```
Please consult the [documentation](https://xzackli.github.io/PowerSpectra.jl/dev) for how to use this package.

2 comments on commit 271fac1

@xzackli
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/50645

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 271fac1cc91aa00925cf2d2a6837c5a6684c1b14
git push origin v0.1.0

Please sign in to comment.