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

Minor release to v0.2.0 #38

Closed JoelTrent closed 9 months ago

JoelTrent commented 9 months ago

@JuliaRegistrator register branch=main

Release notes:

Added integer dof argument to calculate_ellipse_parameters and generate_N_clustered_points (when calculated from a covariance matrix). By default it is set to 2, which gives the same behaviour as before this release. Setting it to below 2 will return an error. The ability to set higher values is useful when e.g. calculating ellipses for multiple sets of pairwise indexes simultaneously.

JuliaRegistrator commented 9 months ago

Registration pull request created: JuliaRegistries/General/99342

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.2.0 -m "<description of version>" 9261f5cc143199865422cc97cecb76194a8d5ce9
git push origin v0.2.0