pulquero

Results 47 comments of pulquero

Are there any plans to release master? Pypi version is over 3 years old now, and this issue is over 1 year old. Or is there an alternative to pypi...

I did not know that! Maybe that should be added to the README installation section. Unfortunately, when I tried it with --upgrade it just said requirement already satisfied. I think...

You forgot to drop the mike!Awesome.Next you will be telling me that I can specify all this in a requirements.txt...

This is certainly going to revolutionise my usage of pip across the board.

The magnetic Laplacian is widely mentioned, my fav is https://ecmlpkdd2019.org/downloads/paper/499.pdf. Note for q=0, the magnetic Laplacian is the same as the symmetrised one, so you could just introduce q as...

Btw, I'm not sure if it is intentional or not, but the directed symmetrised laplacian as it is currently in the code isnt using dw from the symmetrised W but...

I've put together a nice demo here: https://github.com/pulquero/sgw/blob/main/examples/graphwave.py

Came across another useful hermitian Laplacian for directed graphs: https://core.ac.uk/download/pdf/206608976.pdf (Laplacians and the Cheeger inequality for directed graphs, Fan Chung).

It is uncommon but still valid. Pushed testcase.

I looked into it a bit deeper, and yes, multiple hashes are not valid. What I meant to do was #foo/bar, so I fixed that up on my side. With...