Skip to content

Commit

Permalink
Fix some stuff to make Registrator happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ziotom78 committed Jul 3, 2021
1 parent e39f937 commit f7d4aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# HEAD

# Version 3.0.0

- **Breaking change**: rename `Map``HealpixMap`, `PolarizedMap``HealpixPolarizedMap`, `GenericMap``AbstractHealpixMap` ([PR#53](https://github.com/ziotom78/Healpix.jl/pull/53))

- **Breaking change**: `Alm.alm` is now enforced to be a one-dimensional array. This fixes type instability ([PR#25](https://github.com/ziotom78/Healpix.jl/pull/25))

- **Breaking change**: Generalize the definition of `HealpixMap` and `Alm` ([PR#26](https://github.com/ziotom78/Healpix.jl/pull/26)) so that other array types than plain `Array` can be used for these objects.

- Add support for maps whose base type is `Union{Nothing, T}` [PR#63]8https://github.com/ziotom78/Healpix.jl/pull/63)
- Add support for maps whose base type is `Union{Nothing, T}` [PR#63](https://github.com/ziotom78/Healpix.jl/pull/63)

- Various documentation improvements [#55](https://github.com/ziotom78/Healpix.jl/pull/55)

Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Libsharp = "0.1"
RecipesBase = "1"
julia = "1.3"
CFITSIO = "1"

2 comments on commit f7d4aaf

@ziotom78
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/40148

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 v3.0.0 -m "<description of version>" f7d4aaf7b87fc10f3c985777c089d35d374c0ed4
git push origin v3.0.0

Please sign in to comment.