Tim Holy

Results 243 issues of Tim Holy

## Issue demonstration In preparing to revise #160 a bit, I was trying to understand the logic a bit more. I created a fresh package depot with these "package" definitions:...

bug

The main virtue of this PR is that it adds exhaustive tests of `Float16`. These might be useful even after switching to an fma-based algorithm. They take too long to...

I was surprised to discover this: ```julia x = Float16(0.992) y = Float16(6.0e-8) # subnormal julia> d = Single(x)*Single(y) Double(6.0e-8, 0.0) - value: 5.9604644775390625e-08 julia> bits(widen(d.hi) + widen(d.lo)) "00110011100000000000000000000000" julia>...

Here's a draft supporting [CheckedArithmetic](https://github.com/JuliaMath/CheckedArithmetic.jl). Perhaps the key question is resolving the discussion in #143, determining which type should be used as the `accumulatortype`. For `*` and `/`, IMO the...

I'd like to move the whole JuliaImages stack to version numbers >= 1.0 (see https://github.com/JuliaImages/Images.jl/issues/825). Let's use this issue to collect plans for breaking changes in the near future. Breaking...

This is a partial implementation of a speculative change, allowing signed variants of `Normed`. For example, `S7f8` would represent the range `-128.502` to `128.498`; like `N0f8` it is still scaled...

I'd like to move the whole JuliaImages stack to version numbers >= 1.0 (see JuliaImages/Images.jl#825). Let's use this issue to collect plans for breaking changes in the near future. Items...

Long ago this package decided to treat colorants as "scalars" and *not* support Julia's standard iteration interface over color channels. We implemented `mapc`, `reducec`, and `mapreducec` to fill the need...

https://github.com/JuliaGraphics/Colors.jl/issues/496 highlighted some bizarre behavior whose underlying cause is not understood. A partial investigation by several contributors to both these packages and Julia itself has revealed links to some fairly...

speculative