Ted Ralphs
Ted Ralphs
I did have a look. One comment right off the bat would be that since I think this is pretty clearly a derivative work, you should probably leave the copyright...
Sorry for the delay. I'm not sure of the best way to accomplish this. Now that I'm thinking about it, it looks a little tricky. At the moment, available solvers...
The latest release version is 0.8.4 (not 0.84). Incidentally, it looks like I never actually tagged 0.8.4 (at least in the version on Github). That should be what you get...
There are probably a couple of different things going on here. The crash is probably due to mixing libraries from Apple's Python and Homebrew's python. This is a recurrent problem...
> Thanks for the comments. I have (indirectly) resolved the issue. > > Short: I made it work by removing /Library/Python/ and reinstalling python from brew. > > Details: python...
@kibaekkim I've updated the README now to indicate how to successfully get the current release of GrUMPy working with `xdot` on all platforms.
@jwalteros Sorry for not having responded to your initial report. There are definitely some issues in that part of the code, which uses `gnuplot`, since the upgrade to Python 3....
Sure, it would be good to have an additional implementation, but GrUMPy can already do essentially what you're suggesting, if I understand correctly, except the tree gets stored as a...
You had said you would add some tests, but I'm sure you noticed that the existing tests are not that well-maintained and I haven't taken the time to set up...
I finally got to tracking this down. Debugging auto-generated Cython code is painful to say the least. The proximal cause of the seg fault is that `matrix_` suddenly gets set...