Fabian Brandt-Tumescheit
Fabian Brandt-Tumescheit
Thanks for the swift reply. Yes a versioned release tarball would be a good place to start. Based on @lorenzhs naming guidance: Since the plan is to never break the...
Sry for the delay, this "project" was on hold for a while. Thanks also for the release - this should be sufficient for everything. Besides the deb-package, I am in...
Just as an update on the progress: conda integration of tlx is done -> https://github.com/conda-forge/libtlx-feedstock
Integration in homebrew-core is done -> https://github.com/Homebrew/homebrew-core
Integration in spack is done -> https://github.com/spack/spack
The recent NetworKit release refers now to the latest commit in master. Is it possible to get a new release of tlx for integrating it with conda/etc. ?
Thank you very much!
The same error occurs for plotly `5.8.0` and `5.9.0`. ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/miniforge3/envs/nwk10/lib/python3.10/site-packages/IPython/core/formatters.py:921, in IPythonDisplayFormatter.__call__(self, obj) 919 method = get_real_method(obj, self.print_method) 920 if method...
Hi, thanks for bringing this up. We are currently investigating the issue. It seems the error in the approximation for weighted graphs is (at least for some cases) indeed much...
Currently hard to tell, for smaller instances the error sure is too high: ``` foodweb-baydry NetworKit.Graph(n=128, m=2137) rel. error (weighted): 83.09529925520671 rel. error (unweighted): 0.020824405156682994 ``` We had to delay...