JuliaGraphics / Colors.jl

Color manipulation utilities for Julia
Other
200 stars 44 forks source link

Backports for 0.12.11 #549

Closed kimikage closed 1 month ago

kimikage commented 1 month ago

I cherry-picked the commits that had no breaking changes and could be merged automatically. Improvement in speed may be limited due to partial backporting. Please note especially the change in #441.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 99.13793% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 97.26%. Comparing base (1ca37dd) to head (2753525). Report is 5 commits behind head on release-0.12.

Files Patch % Lines
src/utilities.jl 98.64% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-0.12 #549 +/- ## ================================================ + Coverage 90.89% 97.26% +6.37% ================================================ Files 9 10 +1 Lines 999 1097 +98 ================================================ + Hits 908 1067 +159 + Misses 91 30 -61 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.