Tamás Nepusz
Tamás Nepusz
Try calling `Graph.Adjacency(adj_matrix.astype(numpy.int32))` instead. Your matrix contains floating-point numbers; igraph tries to interpret the entries of the matrix as edge multiplicities, which are supposed to be integers. Alternatively, if you...
Conditional on merging https://github.com/skybrush-io/skybrush-server/pull/9/
Okay, so basically it seems like we need to upgrade Electron and then we should be okay. I've been planning a new Live release for quite a while now so...
Electron upgrade done, seems like we are okay now.
> Do we promise not to remove deprecated functions except in major releases? I would definitely be doing that. First, this is consistent with semver. Second, we shouldn't expect users...
@szhorvat What if we add a switch at compilation time that removes all experimental functions from the library? Package maintainers can then decide not to include these in the built...
Tried to ask Github Copilot to add calls to `igraph_setup()` in the examples but it left out more than 2/3rd of the example files. It's faster if I do it...
Starting the release process for 1.0 so closing.
I have replaced the RNG usage with igraph's own RNG in an attempt to fix the CI failures (which seem to be due to platform-dependent inconsistencies between the RNG implementations).
Cleaned up the vendored sources a bit. One thing that would be nice to have before integration is interruption support - then I think it's good to go as a...