Rafael Schouten
                                            Rafael Schouten
                                        
                                    Some comments from @StefanKarpinski on slack regarding the current permissible context for yanking: - If a version is actually dangerous to use, it should be yanked - Like it has...
But in practice compat bounds are preferred, and yanks are rejected: https://github.com/JuliaRegistries/General/pull/102850 https://github.com/JuliaRegistries/General/pull/104235 These guidelines should match practice? @giordano
See comments by @StefanKarpinsky above too... he said compat bounds! This is all very confusing.
The compat changes above were first reccomended and then merged by @giordano The yank was closed. I had another yank merged only after seriously pestering people on slack. (I prefer...
Just Makie too cos you can plot direct with DD....
Yeah I guess we need `show(io, ::AbstractDimArray)` method but I never know what youre supposed to do there. Maybe YAX and rasters should just return the `summary` for that, or...
If anyone wants to review it I can merge it ASAP, otherwise in a few days https://github.com/rafaqz/DimensionalData.jl/pull/521
Another trick for now is to use the `Where` selector. ```julia site_cube[site=Where(!=("Sentinel2__L2A__uuid"))] ```
Underneath `Where` is returning a `Vector{Bool}` index. If YAXArrays doesnt suppprt that then no, it wont work ;)
Sets are not ordered, so indexing with them will be in a random order. Usually we dont want that.