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

Increment version to 0.1.2 #31

Closed JoelTrent closed 1 year ago

JoelTrent commented 1 year ago

Fix issue #30: enhance the precision of the calculation of ellipse parameters from a matrix when rotations are close to +/-0.25 or +/-1.25.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.12 :tada:

Comparison is base (dd6b8e2) 97.47% compared to head (6528ba5) 97.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================== + Coverage 97.47% 97.60% +0.12% ========================================== Files 6 6 Lines 119 125 +6 ========================================== + Hits 116 122 +6 Misses 3 3 ``` | [Impacted Files](https://app.codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/matrix\_to\_parameters.jl](https://app.codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL21hdHJpeF90b19wYXJhbWV0ZXJzLmps) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

JoelTrent commented 1 year ago

@JuliaRegistrator register branch=main

JuliaRegistrator commented 1 year ago

Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.