JakeGrainger / WhittleLikelihoodInference.jl

A Julia package for Whittle and debiased Whittle likelihood inference.
MIT License
2 stars 1 forks source link

Register v0.2.1 #5

Closed JakeGrainger closed 2 years ago

JakeGrainger commented 2 years ago

@JuliaRegistrator register

Release notes:

Added additional error handling for likelihood functions. Fixed bug with additive models.

JuliaRegistrator commented 2 years ago

Registration pull request created: JuliaRegistries/General/55040

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.1 -m "<description of version>" 55db968eccb6cab63668baa53f342e152c511356
git push origin v0.2.1
JakeGrainger commented 2 years ago

Registered.