Alexander Plavin
Alexander Plavin
@andyferris would be nice to have it! Would you merge & release please?
Another yearly bump @andyferris ...
Looking at the "spreadmissing problem" from a slightly different angle, this works and is more general in some directions: ```julia julia> using Skipper, Accessors # vector with missings: julia> x...
Existing syntax that could easily be used: ```julia julia> a .. a .. ≤(b) julia> >(a) ..
Well I don't think you should in the current state :) I only needed this functionality in one place, just monkeypatched it there - so no hurry. The current explicit...
Restored it to use `lt=
Thanks @hyrodium! Would be nice to release it as well. This PR also fixes a bug in interacting with Unitful: ```julia julia> findall(∈(0..1), (-0.1:0.1:0.1)u"°") ERROR: BoundsError # without this PR...
I assume by "disjoint sets" you mean unions of intervals, and not something like https://en.wikipedia.org/wiki/Disjoint-set_data_structure? Then yes, `IntervalSets` itself doesn't support it: this package is focused on intervals themselves. In...
Is any part of this PR relevant now that `decompose` has been in `CompositionsBase` for several years, @pevnak? The goal for `normalize` (another function introduced here) is not clear to...
StaticArraysCore going to be deprecated soon: https://github.com/JuliaArrays/StaticArraysCore.jl/issues/15. The period of relevancy of `Core` packages wasn't really long :) So I guess no point in pursuing this further. See https://github.com/JuliaObjects/Accessors.jl/pull/78 for...