JoelTrent / EllipseSampling.jl

Julia package for sampling and generating points on the boundary of an ellipse with methods for random, equally spaced and clustered points
https://joeltrent.github.io/EllipseSampling.jl/
MIT License
2 stars 0 forks source link

Patch version to 0.1.1 #27

Closed JoelTrent closed 1 year ago

JoelTrent commented 1 year ago

@JuliaRegistrator register branch=main

Release notes:

This patch contains minor performance improvements, documentation updates and fixes, Tagbot update and logo addition in the documentation page. No changes to api or results.

The images folder in docs has been renamed to assets per standard practice. The installation guide has been updated now the package is registered. StaticArrays has been added as a dependency and is used in function E_inverse to pass in parameter values to the function to find the zero of (ellipse_zero), instead of the previous anonymous function.

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/85129

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.1 -m "<description of version>" 7c8654d109e5fe376ef2f0b83efeff23884ba12f
git push origin v0.1.1
JoelTrent commented 1 year ago

@JuliaRegistrator register branch=main

JuliaRegistrator commented 1 year ago

Registration pull request updated: JuliaRegistries/General/85129

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.1 -m "<description of version>" 8e451bd5cf3b990660a2a0d7c3d4c8e3881d7171
git push origin v0.1.1