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 #26

Closed JoelTrent closed 1 year ago

JoelTrent commented 1 year ago

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.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -1.68 :warning:

Comparison is base (acd61a2) 99.15% compared to head (dd6b8e2) 97.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #26 +/- ## ========================================== - Coverage 99.15% 97.47% -1.68% ========================================== Files 6 6 Lines 118 119 +1 ========================================== - Hits 117 116 -1 - Misses 1 3 +2 ``` | [Impacted Files](https://app.codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/EllipseSampling.jl](https://app.codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0VsbGlwc2VTYW1wbGluZy5qbA==) | `100.00% <ø> (ø)` | | | [src/ellipse\_struct.jl](https://app.codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VsbGlwc2Vfc3RydWN0Lmps) | `100.00% <100.00%> (ø)` | | | [src/generate\_points.jl](https://app.codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dlbmVyYXRlX3BvaW50cy5qbA==) | `96.10% <100.00%> (-2.60%)` | :arrow_down: |

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