pulquero

Results 35 issues of pulquero

Version 11 helpfully installs Windows build tools making the whole process a bit less painful. Unfortunately, it seems to try to run two copies of node-pre-gyp at the same time:...

Fix to avoid KeyError during export bundler. I encountered this error while running a large data set through OpenDroneMap. This fix allowed everything to run to completion with no ill...

The handling of binding substitution fails for queries of the form `select (func(?x) as ?y)`. For a binding x=foo the output is `select (func('foo' as ?x) as ?y)` when it...

🐞 bug
good first issue
hacktoberfest

SparqlBuilder method signatures for delete/insert/modify only allow triple patterns, but I'm pretty sure from the spec, quads are allowed.

📶 enhancement
help wanted
📦 sparqlbuilder

The magnetic laplacian provides an alternative to symmetrizing the adjacency matrix for directed graphs. See e.g. "Graph Signal Processing for Directed Graphs based on the Hermitian Laplacian".

Passing a 2D array to filter() is ambiguous when G.N == Nf. A 3D array should be used to be unambiguous, e.g. `s = np.identity(g.G.N)` `tig = g.filter(s[..., np.newaxis], **kwargs)`

In addition to the existing seed keyword argument, add a keyword argument to pass an numpy.random.Generator instance to use instead to allow tweaking of the random number generation.

Currently, the SIR model, for instance, samples neighbouring nodes with equal probability. I would like to see an option where edge weights can be used to weight the sampling.

enhancement

## Reasons for creating this PR Enable the creation of a reusable (deployment-agnostic) docker container. ## Link to relevant issue(s), if any - Closes # ## Description of the changes...

## Reasons for creating this PR ## Link to relevant issue(s), if any - Closes #628 ## Description of the changes in this PR ## Known problems or uncertainties in...