Releases: JoelTrent/EllipseSampling.jl
v0.2.0+docbuild
Build and deploy documentation for release v0.2.0 (see JuliaArrays/BlockArrays.jl#171)
v0.2.0
EllipseSampling v0.2.0
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.
Merged pull requests:
- Update CompatHelper.yml (#36) (@JoelTrent)
- Update version to v0.2.0 (#37) (@JoelTrent)
Closed issues:
- Patch version to 0.1.3 (#35)
v0.1.3
EllipseSampling v0.1.3
Merged pull requests:
- Missing '\' in equation for B (#33) (@JoelTrent)
- Update to version 0.1.3 (#34) (@JoelTrent)
Closed issues:
- Patch version to 0.1.2 (#32)
v0.1.3+docbuild
Build and deploy documentation for release v0.1.3 (see JuliaArrays/BlockArrays.jl#171)
v0.1.2
EllipseSampling v0.1.2
Closed issues:
- TagBot trigger issue (#25)
- Patch version to 0.1.1 (#27)
calculate_ellipse_parameters
fails to calculate the correct values fora
andb
when the ellipse rotation approaches 0.25 or 1.25 (#30)
Merged pull requests:
- Increment version to 0.1.2 (#31) (@JoelTrent)
v0.1.1+docbuild
Build and deploy documentation for release v0.1.1 (see JuliaArrays/BlockArrays.jl#171)
v0.1.1
EllipseSampling v0.1.1
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.
Closed issues:
Merged pull requests:
- Patch version to 0.1.1 (#26) (@JoelTrent)
- Update Project.toml (#28) (@JoelTrent)
- Revert "Update Project.toml" (#29) (@JoelTrent)
Initial release
Merge pull request #23 from JoelTrent/dev Set first release version to 0.1.0