https://github.com/kit-parco/networkit

sort by:
Revision Author Date Message Commit Date
e0f4bbd Update Dockerfile 23 April 2021, 09:51:40 UTC
29b3fba Update Dockerfile 23 April 2021, 09:36:06 UTC
eb959c1 Update Dockerfile 23 April 2021, 09:29:39 UTC
964caf4 Update README.md 31 March 2021, 10:34:45 UTC
45c4e2a Update README.md 31 March 2021, 10:33:51 UTC
1aff288 Initial commit for creating backup tutorial-env for cse-21 conf. 10 March 2021, 08:44:50 UTC
bcfab97 Bump version 8.1 Bump version 8.1 23 February 2021, 16:43:03 UTC
217e895 Bump version 8.1 23 February 2021, 16:40:50 UTC
48162bf Merge pull request #516 from angriman/compile-numerics Compile numerics 23 February 2021, 15:52:54 UTC
3fbd8d8 Add missing CMakeLists references for algebraic and numerics 23 February 2021, 15:17:28 UTC
1650e78 Merge pull request #708 from AndrewHannigan/master Remove setName() usage from GraphMLSAX 23 February 2021, 14:09:07 UTC
9707721 Merge pull request #666 from SeekingMeaning/patch-1 setup.py: add --external-tlx option 23 February 2021, 14:08:47 UTC
3fcff12 Merge pull request #705 from fabratu/binder-support Add binder-support 23 February 2021, 12:28:29 UTC
a23ca45 Merge pull request #704 from fabratu/new-py-module-csbridge Adds a new Python module: csbridge 23 February 2021, 11:56:52 UTC
95498ef Add node2vec algorithm in new embedding module (#619) Add a new embedding module and implement node2vec. The node2vec code is based on (but not copied 1:1 from) code that was released alongside the original paper; this code is MIT licensed. 23 February 2021, 11:00:17 UTC
adc9194 Refactor MultiLevelSetup Fix unused parameter warning, and minor changes. 22 February 2021, 14:42:34 UTC
a442047 Compile numerics module Add numerics module to CMakeLists, fix compilation errors in the numerics module. 22 February 2021, 14:42:34 UTC
9771f68 Merge pull request #711 from fabratu/githu-actions-clang-3.9 Github actions: raise minimum supported clang version to 3.9 22 February 2021, 13:48:01 UTC
acf55fb Github actions: raise minimum supported clang version to 3.9 19 February 2021, 16:20:31 UTC
220c727 Merge pull request #709 from fabratu/clang-3.9 Raises minimum requirement for clang 3.8 -> 3.9 19 February 2021, 09:17:16 UTC
6e9afc6 Adding Dockerfile for binder-support 18 February 2021, 13:21:32 UTC
f65035f Raises minimum requirement for clang 3.8 -> 3.9 17 February 2021, 10:12:52 UTC
f227099 Remove setName() usage from GraphMLSAX 16 February 2021, 22:44:37 UTC
e9af466 csbridge: Support single color for graph viz 12 February 2021, 13:24:41 UTC
e786b73 Adds a new Python module: csbridge (Creates a ipycytoscape widget for visualization) 11 February 2021, 20:26:34 UTC
fed5001 Merge pull request #663 from angriman/refactor/cluster-random-generator Parallelize ClusteredRandomGraphGenerator 11 February 2021, 07:47:11 UTC
2df9308 Added test for external tlx reference (setup.py) 10 February 2021, 08:33:13 UTC
531e2e9 Merge pull request #670 from angriman/fix/docs Typo fix in documentation of Random::real 10 February 2021, 07:54:33 UTC
98bc2bd Merge pull request #671 from angriman/fix/clang-analyzer-warnings Fix warnings 09 February 2021, 08:18:01 UTC
ca3c9bb Merge pull request #667 from fabratu/fix-macos-compiler-detection Changes compiler detection to favor system default (macOS) 05 February 2021, 07:44:53 UTC
0737950 Merge pull request #668 from fabratu/fix-doc-search Fixes missing Stemmer-module for doc-search 03 February 2021, 09:28:12 UTC
cae4050 Fix clang-analyzer warnings and other minor issues 02 February 2021, 14:24:26 UTC
5013b64 Merge pull request #665 from angriman/fix/clang-tidy-private-headers clang tidy: check private headers 02 February 2021, 08:22:33 UTC
bf987e8 Fix typo in documentation of Random::real 01 February 2021, 12:26:12 UTC
0e05722 Merge pull request #669 from angriman/remove-redundant-comment Remove addressed TODO in setup.py 29 January 2021, 16:07:14 UTC
4e3bfc1 Remove unnecessary TODO 29 January 2021, 13:31:54 UTC
aed8455 Merge pull request #662 from angriman/refactor/edmonds-karp Edmonds Karp: Refactor to inherit from algorithm 29 January 2021, 12:07:30 UTC
e119ff3 Merge pull request #660 from angriman/warning-fixes Fix minor warnings from GCC in C++17/20 mode 29 January 2021, 10:11:24 UTC
ae8782e Merge pull request #657 from angriman/fix/clang-analyzer-warnings Fix clang-analyzer warnings 29 January 2021, 09:42:44 UTC
9952b28 Merge pull request #659 from angriman/update/gitignore Update gitignore 29 January 2021, 09:08:05 UTC
919f8d4 Merge pull request #636 from angriman/clang-tidy/performance-unnecessary-value-param warning fix: performance-unnecessary-value-param 29 January 2021, 08:39:09 UTC
d90ee15 Document non-determinism on multiple threads 29 January 2021, 08:36:57 UTC
7d8923c Merge pull request #661 from mgoerg/master ApproxElectricalCloseness: Fix minor issue with pivot lpinv column 28 January 2021, 10:20:35 UTC
5292785 Fixes missing Stemmer-module for doc-search 27 January 2021, 09:51:48 UTC
ee0f1c6 Changes compiler detection to favor system default (macOS) 27 January 2021, 09:34:32 UTC
e71c83d ClusteredGenerator: add Python test 26 January 2021, 23:42:34 UTC
389a7b7 GTest: minor changes 26 January 2021, 23:42:34 UTC
8ba7054 Parallelize ClusteredRandomGraphGenerator 26 January 2021, 23:42:34 UTC
c3d6628 Improve description for --external-tlx option 26 January 2021, 17:40:08 UTC
dbe9330 setup.py: add --external-tlx option 26 January 2021, 17:06:49 UTC
c5e7891 Fix clang-tidy warnings in private implementations 26 January 2021, 09:59:14 UTC
cc0d206 Update .clang-tidy to match private headers 26 January 2021, 08:43:55 UTC
89897ef EdmondsKarp: minor changes 22 January 2021, 08:42:25 UTC
6cde705 EdmondsKarp inherits from Algorithm 22 January 2021, 08:42:25 UTC
9c3b534 Merge pull request #656 from fabratu/dev-doc-root-commit Documentation deployment: Publish branch only contains last commit 22 January 2021, 07:58:46 UTC
052db9a Merge pull request #654 from angriman/fix/case-config Fix case configuration in clang-tidy 22 January 2021, 07:54:39 UTC
cf67124 All clang-tidy warnings as errors 21 January 2021, 20:38:01 UTC
2e7b749 warning fix: clang-tidy/performance-unnecessary-value-param 21 January 2021, 20:38:01 UTC
8fcdbd0 ApproxElectricalCloseness: Fix minor issues with bugfix 21 January 2021, 10:01:39 UTC
20f6102 ApproxElectricalCloseness: Fix minor issue with pivot lpinv column 21 January 2021, 09:34:34 UTC
41a8fde Fix C++17/20 warnings 21 January 2021, 09:05:30 UTC
ecc8a10 ignore include/ttmath in .gitignore 21 January 2021, 08:25:06 UTC
188d118 Fix clang-analyzer warnings 16 January 2021, 13:54:54 UTC
3d9a310 Documentation deployment: Publish branch only contains last commit 15 January 2021, 12:25:47 UTC
9a10de7 Fix case configuration in clang-tidy as in #653 15 January 2021, 09:31:47 UTC
cda4906 Merge pull request #639 from angriman/use-array-in-bfsfrom BFSfrom: std::array for single source 15 January 2021, 08:23:50 UTC
ac770d2 Merge pull request #645 from angriman/fix/cpp-clang-format-version check_code.py: check version of clang-format 15 January 2021, 08:22:40 UTC
9f3c8b5 Merge pull request #646 from fabratu/data-races Fix potential data races 15 January 2021, 07:57:47 UTC
2b7e388 Merge pull request #637 from angriman/fix/modernize-make-unique Warning fix: clang-tidy/modernize-make-unique 14 January 2021, 09:03:19 UTC
1a8238c Merge pull request #640 from angriman/warning-fix/performance-noexcept-move-constructor Warning fix: performance-noexcept-move-constructor 14 January 2021, 08:33:48 UTC
50e1c46 Merge pull request #647 from darabos/darabos-conductance-fix Fix isolated conductance algorithm 14 January 2021, 08:06:53 UTC
f3330c4 Merge pull request #648 from darabos/darabos-katz-fix Fix alpha default initialization in Katz centrality 14 January 2021, 07:39:18 UTC
28bfa11 check_code.py will check version of clang-format, update CI to clang-format 11 09 January 2021, 21:44:31 UTC
5c2c1d7 Merge pull request #649 from fabratu/disable-macos-11-temp Disables CI tests for macos 11.0 09 January 2021, 20:22:31 UTC
d5f9067 Fix potential data races 08 January 2021, 13:51:23 UTC
4de988d Disables CI tests for macos 11.0 08 January 2021, 12:09:12 UTC
3026443 Warning fix: performance-noexcept-move-constructor 07 January 2021, 12:44:00 UTC
67eab60 Make defaultAlpha() a static method. 07 January 2021, 12:24:32 UTC
c704ef7 Fix alpha default initialization in Katz centrality. 06 January 2021, 20:15:21 UTC
cd14350 Fix comparison in conductance algorithm. 06 January 2021, 16:59:25 UTC
91b8c6a Merge pull request #629 from angriman/update-ci-compilers Update tools 04 January 2021, 08:05:58 UTC
bdbb926 Merge pull request #642 from fabratu/bump-80 Version 8.0: Readme + version update 18 December 2020, 13:49:57 UTC
dcc0bb1 Merge pull request #611 from fabratu/master Update navbar for documentation build 18 December 2020, 13:46:38 UTC
e4644a3 Merge pull request #589 from fabratu/refactor-graph-volume Adds subgraph volume-computation, support for directed graphs 18 December 2020, 13:46:14 UTC
52fa43b Update navbar for documentation build 18 December 2020, 13:33:58 UTC
d230725 Bump version 8.0 18 December 2020, 12:00:15 UTC
96b635f Merge pull request #578 from angriman/refactor/weakly-connected-components Refactor WeaklyConnectedComponents 18 December 2020, 11:42:03 UTC
dfcaf97 Merge pull request #617 from angriman/fix/profiling Profiling: remove broken features 18 December 2020, 11:41:42 UTC
7f311b1 Merge pull request #641 from fabratu/fix-github-actions-cpp-only Github Actions: Fixes cmake command for cpp-only-build 18 December 2020, 11:38:13 UTC
0719715 Use gcc 10 and Python 3.9 for sanitizers and coverage build 18 December 2020, 09:14:24 UTC
e0d13e5 Use clang-tidy 11 18 December 2020, 09:14:24 UTC
981eb06 Added subgraph volume-computation, support for directed graphs 18 December 2020, 08:58:19 UTC
02c7438 Fixes cmake command for cpp-only-build 18 December 2020, 08:32:25 UTC
a6be36b BFSfrom with a single vertex: use std::array instead of std::vector 17 December 2020, 17:35:22 UTC
1bc149a Subscribe StronglyCC to ConnectedComponentsInterface and new function extractLargestStronglyConnectedComponent. 17 December 2020, 14:57:39 UTC
02ddcc4 Implement WeaklyConnectedComponents within ConnectedComponents. WeaklyConnectedComponents uses the same algorithm as ConnectedComponents, but it is re-implemented in a different file. In this commit the two algorithms share the same implementation using pImpl. 17 December 2020, 14:57:39 UTC
6752d6d DynKatz: use GraphTools to compute max degree 17 December 2020, 14:45:10 UTC
f2df5ea Fix and simplify KatzCentrality GTests 17 December 2020, 14:45:10 UTC
cfab2a6 .h -> .hpp 17 December 2020, 14:45:10 UTC
d4610b2 Add notebook example 17 December 2020, 14:45:10 UTC
back to top