Matt Fishman
Matt Fishman
@jishnub what do you think `@blocked` should do when indexing into a blocked array with mismatched blocked indices? For example: ```julia julia> using BlockArrays julia> a = BlockArray(randn(4, 4), [2,...
Makes sense to me.
Overall `BlockedUnitRange` has been quite nice, I like the interface and design. Yes, I also noticed some issues with `first`. One issue is that, from what I can tell, if...
Oh cool! Would be great to meet up at Flatiron or London. Let me know if you are visiting.
I will make a more narrow PR just generalizing `BlockedUnitRange` to accept other integer types, and we can discuss more ambitious plans around `BlockedUnitRange` elsewhere.
Closed by #255, #337, #348, #395.
We would have some nice use cases for this, for example if you perform a low rank approximation of a block diagonal matrix which preserves the block structure, you want...
Closed by #1489.
> The current version implements fusion rules for simple categories, ordered category product and dictionary category product. The dictionary category product is still a a work in progress as it...
> I had a look at the failures in CI. They all come from julia 1.6, all tests pass with julia 1.10. Failures boil down to two cases: first a...