Skip to content

Releases: JoelTrent/EllipseSampling.jl

v0.2.0+docbuild

22 Jan 22:14
9261f5c
Compare
Choose a tag to compare

Build and deploy documentation for release v0.2.0 (see JuliaArrays/BlockArrays.jl#171)

v0.2.0

22 Jan 22:12
9261f5c
Compare
Choose a tag to compare

EllipseSampling v0.2.0

Diff since v0.1.3

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:

Closed issues:

  • Patch version to 0.1.3 (#35)

v0.1.3

05 Oct 22:43
07473bd
Compare
Choose a tag to compare

EllipseSampling v0.1.3

Diff since v0.1.2

Merged pull requests:

Closed issues:

  • Patch version to 0.1.2 (#32)

v0.1.3+docbuild

05 Oct 23:00
07473bd
Compare
Choose a tag to compare

Build and deploy documentation for release v0.1.3 (see JuliaArrays/BlockArrays.jl#171)

v0.1.2

15 Jun 02:51
9fe4862
Compare
Choose a tag to compare

EllipseSampling v0.1.2

Diff since v0.1.1

Closed issues:

  • TagBot trigger issue (#25)
  • Patch version to 0.1.1 (#27)
  • calculate_ellipse_parameters fails to calculate the correct values for a and b when the ellipse rotation approaches 0.25 or 1.25 (#30)

Merged pull requests:

v0.1.1+docbuild

08 Jun 22:08
8e451bd
Compare
Choose a tag to compare

Build and deploy documentation for release v0.1.1 (see JuliaArrays/BlockArrays.jl#171)

v0.1.1

08 Jun 21:26
8e451bd
Compare
Choose a tag to compare

EllipseSampling v0.1.1

Diff since v0.1.0

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:

  • Register EllipseSampling.jl (#24)
  • TagBot trigger issue (#25)

Merged pull requests:

Initial release

08 Jun 10:11
acb42ac
Compare
Choose a tag to compare
Merge pull request #23 from JoelTrent/dev

Set first release version to 0.1.0