Zachary P Christensen

Results 74 issues of Zachary P Christensen

https://github.com/JuliaGraphs/LightGraphs.jl/blob/9e415c7efa914f6dcb6a7134dc7744038db200df/src/shortestpaths/johnson.jl#L33 I think the most recent versions of Julia should be using `ismutable(distmx )` here.

Branching off of #18, it would be nice if there was support for multidimensional arrays. Since I opened this can of worms I'll offer a couple ideas (some bad, some...

Successor to #260. Implements basic tools for accessing multidimensional keys and fancy indexing. The goal is to have a common backend for some of the clearly overlapping traits/method that go...

I'm not sure if/when we'll get Base support for `StaticInt` but it would be nice if everybody at least had the tools to support the most of the stride layout...

We have the tooling to in place to solve #332. I think JuliaSIMD uses `stride_rank` too. So I figured it would make sense to just make this a public function...

@rafaqz and @mcabbott, what do you think about having this method defined here to to interfaces together?

I've come across comments that it takes many months or years before a new array type is dependable because it takes time to catch all the corner cases and bugs....

This is based predominantly on the work by @timholy in [this PR](https://github.com/JuliaLang/julia/pull/42029). The plan is to work this into ArrayInterface.jl in another PR, replacing some of #291 and taking advantage...

I've seen `freeze(x)` and `thaw(x)` thrown around for making `x` immutable and mutable, respectively. I'm not sure if we should wait for base to formalize the `ImmutableArray` approach, or if...

When I made [this PR](https://github.com/JuliaLang/julia/pull/42923) to base some good points were brought up about what we knew about `parent(x)` compared to `x`. With a few exceptions (that we should probably...