Tomas Kazmar
Tomas Kazmar
Since travis's commitment to open source seems to be gone (I might be doing something wrong, but I couldnt figure out how to setup it up with the brave new...
This particular usage of distutils concerns the install (setup.py): ``` setup.py:87: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(cython_version) < LooseVersion('0.21'): ``` Either bundle some solution a...
Publish the appveyor artifacts to pypi to allow windows installation without msvc.
Benchmark on the matrices used in [1], the code necessary is available from the DIMACS challenge website [2] and the "picture" problem is straightforward to implemented. [1] Goldberg & Kennedy,...