FixedPointNumbers.jl
FixedPointNumbers.jl copied to clipboard
Version 0.8.5
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 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
@@ 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.
It might be a good idea to review the precompilation settings, but I am very tired.
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. 🤕
The [compat]
specification for Statistics seems to cause compatibility problems in downstream packages, ironically.