JuliaMath / FixedPointNumbers.jl

fixed point types for julia
Other
80 stars 33 forks source link

Version 0.8.5 #296

Closed kimikage closed 4 months ago

kimikage commented 5 months ago

Backporting (PR #293) is largely complete. Division / is inconsistent, but this is due to the existing implementation. (It should be improved in v0.9. #222)

I will now check on the impact on the downstream packages.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.16%. Comparing base (cab78d7) to head (8870b72).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-0.8 #296 +/- ## =============================================== - Coverage 89.80% 80.16% -9.65% =============================================== Files 6 6 Lines 461 368 -93 =============================================== - Hits 414 295 -119 - Misses 47 73 +26 ```

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

kimikage commented 5 months ago

It might be a good idea to review the precompilation settings, but I am very tired.

kimikage commented 5 months ago

I ran out of steam trying to maintain the tests of downstream packages such as ColorTypes.jl and Colors.jl. It will take a little more time. 🤕

kimikage commented 4 months ago

The [compat] specification for Statistics seems to cause compatibility problems in downstream packages, ironically.