Sheehan Olver
Sheehan Olver
I really like `Float64.(0..1)`! Note this is the only one that has a `Set` counterpart: ```julia julia> x = Set([1,2,3]) Set{Int64} with 3 elements: 2 3 1 julia> float(x) ERROR:...
> so that not to make a breaking release over a trivial change Warnings basically break all downstream packages, so this should be treated as a breaking change. Leaving in...
@daanhb This will have a big impact on DomainSets.jl. Speak now or forever hold your peace.
What is meant by "declared public"? I think it should be fine if FillArrays.jl uses this now.
StdLib can have breaking changes in `1.x` releases so there is no such thing as a "guarantee". Only Base is guaranteed to be non-breaking. I think we should just use...
No just change the tests to test 'lts' and '1'
For some reason JET.jl is v0.8.x but the newest version is v0.9.x
Unfortunately, this package is in desperate need of someone to properly maintain it and fix these issues. There's a type called `Haar` which probably does what you need.
There was a lot of discussion when the package was created. The problem is one probably wants correctly rounded a la IntervalArithmetic.jl so this isn't easy to add, and makes...
Just use `layout_getindex` for now to avoid this