Matt Fishman

Results 492 comments of 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,...

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.

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...

> 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...