Olivier Gauthé

Results 13 issues of Olivier Gauthé

```julia using BlockArrays: BlockArray, blockedrange d = blockedrange([2,3]) v = ones(d) v2 = BlockArray(v) v3 = Array(v) v * v' isa BlockedArray # true v3 * v3' isa Array #...

Hi! I noticed some combinations of `view` fails: ```julia using BlockArrays: BlockArray, Block ba = BlockArray(ones((1,1)), [1], [1]) ``` ```julia julia> view(ba, Block(1,1)[1,1]) ERROR: BoundsError: attempt to access Tuple{} at...

Hi! I just tried to install numba `0.62` using `pip` inside a venv and I get an error `AttributeError: module 'coverage.types' has no attribute 'Tracer'.` os config: ``` NAME="Rocky Linux"...

bug - build/packaging