RJDennis / ChebyshevApprox.jl

A Julia package to approximate multivariate continuous functions using Chebyshev polynomials.
MIT License
29 stars 3 forks source link

Register version 0.1.13 #21

Closed RJDennis closed 2 years ago

RJDennis commented 2 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 years ago

Registration pull request created: JuliaRegistries/General/48994

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.13 -m "<description of version>" f94c8ca3747e682f0fa279ff36c150552f39fff2
git push origin v0.1.13