Simon Schölly

Results 33 issues of Simon Schölly

This PR makes the output of `neighbors`, `inneighbors` and `outneighbors` immutable by wrapping the returned `Vector` in an immutable wrapper called `FrozenVector`. I noticed that the generated machine code for...

do not merge

Currently we don't have any tests. While some things are definitely hard to test without running Kitty, we should have at least have one tests so we are sure that...

help wanted
good first issue

Not sure how much this package is still maintained. But this pr should make it work with Julia 0.7 and 1.0 again.

The [README.md](https://github.com/JuliaGraphs/LightGraphsExtras.jl/blob/master/README.md) contains a link to some documentation that does not work. [Link in question](https://lightgraphsextrasjl.readthedocs.io/en/latest/?badge=latest)

It looks like all the flow algorithms only work for directed graphs. Would some of them work if we lift this restriction or would we need a new implementation for...

Is this project still alive? If not, is there a way to revive it?

For a multidimensional tensor the pooling functions seem to reduce over the batch dimension (the first one) but don't allow to reduce over the last dimension. This might be on...

Here is a proposal for something I would like to work on and I would like your inputs. Graph operators are functions that take a number of graphs and return...

enhancement
Proposal

Parallel computation is currently in a messy state. The functions that we have are distributed between the `Parallel` and the `Experimental` submodules but we do not export any symbols yet;...

enhancement
Proposal

Follow up to #433 There is an issue with JuliaFormatter deleting all code that was marked with should-not-format comments so I removed these comments. See https://github.com/domluna/JuliaFormatter.jl/issues/909 And it also produces...

do not merge