ricokaloklo / SpinWeightedSpheroidalHarmonics.jl

Computing spin-weighted spheroidal harmonics and eigenvalues using a spectral decomposition method in julia
https://ricokaloklo.github.io/SpinWeightedSpheroidalHarmonics.jl/
MIT License
5 stars 0 forks source link

Register package #2

Open ricokaloklo opened 2 years ago

ricokaloklo commented 2 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 years ago

Registration pull request created: JuliaRegistries/General/63585

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>" f78eed5017e590dc3f34cb6c46a1198f9a90c94b
git push origin v0.1.0
ricokaloklo commented 2 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 years ago

Registration pull request updated: JuliaRegistries/General/63585

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>" 1dc04ac3ae63650ffbb657141a468fc7fdfb80a0
git push origin v0.1.0
ricokaloklo commented 2 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 years ago

Registration pull request created: JuliaRegistries/General/65326

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.2.0 -m "<description of version>" 7124d176ca26ca303c84fca27524d3477d4ea902
git push origin v0.2.0
ricokaloklo commented 2 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 years ago

Error while trying to register: "Tag with name v0.1.0 already exists and points to a different commit"

ricokaloklo commented 2 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 years ago

Registration pull request updated: JuliaRegistries/General/65326

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.2.0 -m "<description of version>" 55b9fddabcd1b0c97446b482f39629a4c51f8587
git push origin v0.2.0
ricokaloklo commented 2 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 years ago

Registration pull request created: JuliaRegistries/General/65590

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.3.0 -m "<description of version>" 6adacf0f30c719870313bc7ded14708a45fbc100
git push origin v0.3.0
ricokaloklo commented 1 year ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Error while trying to register: "Tag with name v0.3.1 already exists and points to a different commit"

ricokaloklo commented 1 year ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/83146

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.3.1 -m "<description of version>" 2d7dc1957fc70e0590c3bf8ec683a9f8a64538ea
git push origin v0.3.1
ricokaloklo commented 1 year ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/85897

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.4.0 -m "<description of version>" 76f0f998a32cbfd3e4456636762d04d149f16312
git push origin v0.4.0
ricokaloklo commented 1 year ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/86101

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.5.0 -m "<description of version>" eeef38daeac0cbbb70f3ccd245372f7b5ec42c1a
git push origin v0.5.0
ricokaloklo commented 6 months ago

@JuliaRegistrator register()

Release notes:

This minor release improves the code's performance when $\ell$ is "moderately large", e.g. $\ell \sim 30$. Changes are

JuliaRegistrator commented 6 months ago

Registration pull request created: JuliaRegistries/General/103799

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.5.1 -m "<description of version>" da3b6d16d07ac912338d0091838ed4e5590dc536
git push origin v0.5.1
JuliaRegistrator commented 6 months ago

Registration pull request updated: JuliaRegistries/General/103799

Tagging

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.5.1 -m "<description of version>" da3b6d16d07ac912338d0091838ed4e5590dc536
git push origin v0.5.1
ricokaloklo commented 6 months ago

@JuliaRegistrator register()

Release notes:

In this minor release, we removed the numerical evaluation of the normalization integral since the normalization condition has already been imposed to the spin-weighted spherical harmonics explicitly. This drastically speeds up the evaluation time of a spheroidal harmonic.

JuliaRegistrator commented 6 months ago

Registration pull request created: JuliaRegistries/General/103851

Tagging

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.5.2 -m "<description of version>" 1a8da0af296f2ccec63c03556a3c059f3278c839
git push origin v0.5.2
ricokaloklo commented 2 weeks ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 weeks ago

Registration pull request created: JuliaRegistries/General/115289

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.5.3 -m "<description of version>" a4e1d927e34b227d4ba271c8ba5335b14bfa2fea
git push origin v0.5.3
ricokaloklo commented 1 week ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 week ago

Registration pull request created: JuliaRegistries/General/115583

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.5.4 -m "<description of version>" 94c93e7f290da112464824d097bb599cb56e46c6
git push origin v0.5.4