kbarbary / Dierckx.jl

Julia package for 1-d and 2-d splines
Other
157 stars 30 forks source link

Tag a new release? #70

Closed simonbyrne closed 4 years ago

simonbyrne commented 4 years ago

Would you mind tagging a new release? We would like to use this on a PPC machine, but the current release isn't set up to use Dierckx_jll which provides the necessary binaries.

cc: @christophernhill

kaarthiksundar commented 4 years ago

@JuliaRegistrator register

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/21149

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>" e961ed995cc8795cc619935323116245f3166ffd
git push origin v0.5.0
kaarthiksundar commented 4 years ago

Would you mind tagging a new release? We would like to use this on a PPC machine, but the current release isn't set up to use Dierckx_jll which provides the necessary binaries.

cc: @christophernhill

Done. It will get tagged automatically once the PR is approved in the registries

simonbyrne commented 4 years ago

thanks!