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

sort by:
Revision Author Date Message Commit Date
9163e74 Bump version 10.0 Bump version 10.0 18 May 2022, 11:03:48 UTC
0a6be44 Merge pull request #934 from fabratu/20220504_deprecate_python_partition Deprecate Python module 'partitioning'. Move functionality to 'community'. 18 May 2022, 10:56:28 UTC
d777f0a Raise version to 10.0. Update package classifier and credits. 18 May 2022, 09:20:52 UTC
6255d53 Deprecate Python modules 'partitioning'. Move functionality to 'community'. 18 May 2022, 08:53:53 UTC
52f6bfd Merge pull request #932 from Relux-the-Relux/refactor/dyn-dijkstra-tests Fix Bug in DynDijstrika related to previously visited nodes. 15 May 2022, 11:05:59 UTC
b071ade Merge pull request #937 from angriman/clang-format-codebase clang-format 'algebraic' and 'clique' sources 15 May 2022, 11:05:35 UTC
63fb704 Merge pull request #936 from angriman/refactor/use-node-iterator Use node iterator to sort nodes by degree 15 May 2022, 11:04:46 UTC
0ef92fb Merge pull request #939 from angriman/graph-event-default-edge-weight GraphEvent: use defaultEdgeWeight as default edge weight 15 May 2022, 11:04:27 UTC
a122920 Merge pull request #930 from fabratu/20220428_deprecate_python_gexfio Deprecate Python modules GEXFIO and GraphMLIO 10 May 2022, 09:09:50 UTC
c90e8ce refactor DynSSSPGTests and use fixed seed for reproducibility 06 May 2022, 12:59:30 UTC
7803ab0 Fix DynDijkstra bug that occurred when visiting a previously visited node with a different updated distance or different number of paths 06 May 2022, 11:38:44 UTC
0b0d2d7 GraphEvent: use defaultEdgeWeight as default edge weight 06 May 2022, 09:03:38 UTC
0a77552 clang-format global sources and sources of 'algebraic' and 'clique' modules. This is a continuation of #803 05 May 2022, 13:50:49 UTC
f3bed72 Merge pull request #925 from fabratu/20220427_remove_duplicates_python Python: Remove duplicate code from helper-functions 05 May 2022, 13:00:08 UTC
37de4aa Use node iterator to sort nodes by degree 05 May 2022, 11:23:29 UTC
82379f2 Python: Remove duplicate code from helper-functions. 05 May 2022, 11:07:00 UTC
6368787 Merge pull request #926 from fabratu/20220427_doc_viz Python doc: Fix missing/wrong strings for viz-module 05 May 2022, 10:49:56 UTC
28ddb8f Python doc: Fix missing/wrong strings for viz-module. Add vizbridges-module 05 May 2022, 07:21:03 UTC
d916610 Merge pull request #863 from angriman/move-to-cpp-17 Move to C++17 04 May 2022, 13:44:17 UTC
2aaa0ee Merge pull request #927 from fabratu/20220428_deprecate_python_exceptions Merge Python module 'exceptions' into 'helpers' 04 May 2022, 10:14:59 UTC
8eb62fc Merge Python module 'exceptions' into 'helpers' 04 May 2022, 09:33:01 UTC
bb5ecce Merge pull request #929 from sdruskat/patch-1 Fix #928: Use correct CFF key 03 May 2022, 12:36:11 UTC
7ac182c Deprecate Python modules 'GEXFIO','GraphMLIO'. Move functionality to 'graphio'. 03 May 2022, 07:17:01 UTC
e829fe2 Move to C++17 02 May 2022, 15:00:58 UTC
d467f1c Merge pull request #917 from tillahoffmann/array Add option to return distances as numpy arrays. 02 May 2022, 14:53:27 UTC
5741dae Merge pull request #897 from angriman/fix/inheritance Refactor: components 02 May 2022, 14:52:28 UTC
eec0572 Merge pull request #906 from angriman/forest-centrality-pr New Algorithm for Forest Closeness Centrality 02 May 2022, 14:52:16 UTC
b7293f9 Merge pull request #912 from angriman/clang-format-codebase Clang format headers of community, generators, io, simulation 02 May 2022, 14:51:49 UTC
385a1dd Merge pull request #923 from fabratu/20220405_fix_coverage_build CI: Fix and improve coverage build 02 May 2022, 14:51:33 UTC
a5f8bdb Use `None` as default value for `asarray`. 29 April 2022, 12:23:37 UTC
4e5f28c Add option to return distances as numpy arrays. 29 April 2022, 12:18:22 UTC
f8375b3 Fix #928: Use correct CFF key - Replace the `number` key (reserved for library accession numbers) with the `issue` key (for issue numbers) 28 April 2022, 10:42:11 UTC
1c4cfa1 New algorithm to approximate forest centralty. Based on "New Approximation Algorithms for Forest Closeness Centrality - for Individual Vertices and Vertex Groups", van der Grinten et al., SDM21. 28 April 2022, 08:41:15 UTC
4424d51 New function GraphTools::createAugmentedGraph for forest centrality 27 April 2022, 08:28:09 UTC
3f722a8 Graph: compute total edge weight in parallel 27 April 2022, 08:28:09 UTC
cb3756e Manual changes for better readability 26 April 2022, 12:46:24 UTC
c52195c clang-format headers of community, generators, io, and simulation This is a continuation of #803 26 April 2022, 12:46:23 UTC
29c1f9e Merge pull request #922 from Relux-the-Relux/feature/remove-quadratic-barabasi Remove quadratic Barabasi Albert Generator 26 April 2022, 07:59:53 UTC
4ca28b4 Add coverage from Python,Cython to coveralls 22 April 2022, 09:53:04 UTC
a83e6fb CI: Revert gcc 11 -> 10 for coverage-build and include generation of coverage in PR-build. 20 April 2022, 10:38:01 UTC
01b7f3c Merge pull request #919 from angriman/fix/apsp-non-existing-nodes Fix APSP for non-existing nodes 19 April 2022, 11:42:36 UTC
5857bf8 APSP: minor changes 19 April 2022, 07:34:13 UTC
db9f78e Only process existing nodes with APSP 19 April 2022, 07:34:13 UTC
a4af957 Fix #916 -- PageRank examples 19 April 2022, 07:34:13 UTC
8b15571 Merge pull request #921 from angriman/fix/pagerank-notebook Fix #916 19 April 2022, 07:28:37 UTC
6750c59 Merge pull request #920 from tillahoffmann/square-clustering Add square clustering centrality measure. 19 April 2022, 07:28:15 UTC
dda85e4 Remove quadratic Barabasi Albert Generator 15 April 2022, 12:33:08 UTC
bef7b55 Merge pull request #911 from angriman/extend-SPSP Extend SPSP 13 April 2022, 13:03:48 UTC
6b91d07 Add linkprediction module for cpp linker. 11 April 2022, 14:26:52 UTC
2b8cde2 Remove unused neighbor iterator in square clustering. 08 April 2022, 13:32:40 UTC
c32a965 Add python test for square clustering. 08 April 2022, 13:25:00 UTC
d567da6 `clang-format` square clustering implementation. 08 April 2022, 13:17:37 UTC
885155c Remove unused member variable. 08 April 2022, 13:11:26 UTC
625b968 Simplify nested loop in square clustering. Co-authored-by: Eugenio Angriman <eugenio.angriman@informatik.hu-berlin.de> 08 April 2022, 13:08:58 UTC
3325781 Fix #916 -- PageRank examples 08 April 2022, 10:26:41 UTC
1a1d033 Python interface for multitarget bfs/dijkstra and extended SPSP 08 April 2022, 09:38:57 UTC
507a6a9 Fix BFS docs 08 April 2022, 09:38:56 UTC
5f252a0 Fix wrong DistanceGTests 08 April 2022, 09:38:56 UTC
d214a01 Extend STSP to multiple target nodes 08 April 2022, 09:38:56 UTC
d635d75 Restructure STSP to avoid virtual functions 08 April 2022, 09:38:56 UTC
f33da01 SPSP: extend algorithm to compute shortest distances from a set of sources to a set of targets 08 April 2022, 09:38:56 UTC
29291ec Parametric DistancesGTest and simpler generation of ER graphs 08 April 2022, 09:38:56 UTC
796ab2b STSP: add functions to change source and target 08 April 2022, 09:38:55 UTC
787c2bc Forcibly add square clustering header file. 07 April 2022, 22:29:50 UTC
074c307 Add square clustering centrality measure. 07 April 2022, 20:18:12 UTC
8b38f81 Merge pull request #896 from angriman/refactor/return-const-ref Return by const ref when possible 05 April 2022, 10:04:24 UTC
096a9d7 Merge pull request #910 from fabratu/20220324_update_gha Update GHA: new images (windows-2022, macos-11), Python 3.10, Clang 4.0, MSVC 14.31 01 April 2022, 07:26:39 UTC
963e905 Merge pull request #903 from angriman/clang-format-codebase clang-format headers of remaining modules 30 March 2022, 07:09:42 UTC
e9e908c Merge pull request #905 from angriman/executable-python-tests Make Python tests executable 29 March 2022, 08:56:25 UTC
07038f9 Merge pull request #904 from Relux-the-Relux/feature/new-dynapproxbetwenness-tests Add directed and weighted cases to DynBetweeness tests 29 March 2022, 08:55:35 UTC
d0cb514 Deprecate 'runSequential' function in ParallelConnectedComponents 28 March 2022, 15:38:40 UTC
33ca623 Use one private impl. for Dyn(Weakly)ConnectedComponents 28 March 2022, 15:38:40 UTC
10b2101 Simplify implementation of Dyn(Weakly)ConnectedComponents with Partition 28 March 2022, 15:38:40 UTC
fe51af9 ParallelConnectedComponents: remove useless code 28 March 2022, 15:38:40 UTC
0edfc4b Python - Fix inheritance with ComponentDecomposition 28 March 2022, 15:38:38 UTC
a903192 Components - Use inherited functions from ComponentDecomposition 28 March 2022, 15:36:50 UTC
d3b75b0 test_graphtools.py is executable 28 March 2022, 13:57:32 UTC
3afde0a Cython: return by reference 28 March 2022, 13:57:32 UTC
323ae1f Return by const ref when possible 28 March 2022, 13:57:32 UTC
db61236 Update GHA: new images (windows-2022, macos-11), Python 3.10, Clang 4.0, MSVC 14.31 25 March 2022, 09:50:02 UTC
da1ad27 fix bug in the calculation of the vertex diamater 22 March 2022, 12:53:24 UTC
5b349b0 add directed and weighted cases to DynBetweeness tests 22 March 2022, 12:53:24 UTC
3450b43 Merge pull request #907 from angriman/fix/unreachable-ttmath Fix Unreachable ttmath Library 22 March 2022, 12:30:24 UTC
1e24387 Change ttmath url to local networkit fork 22 March 2022, 10:50:43 UTC
1d15892 Make Python tests executable 20 March 2022, 22:33:01 UTC
b899cac Manual fixes for better readability 18 March 2022, 08:37:01 UTC
aea9009 clang-format headers of remaining modules. This is a continuation of #803 18 March 2022, 08:37:01 UTC
5721723 Merge pull request #895 from angriman/fix/missing-tests Refactor: Untested Code 17 March 2022, 09:27:30 UTC
dc3c1de Merge pull request #898 from fabratu/20220310_attributes_exp Python: Marks current node attributes API as experimental. 17 March 2022, 08:08:16 UTC
7b88332 Merge pull request #882 from angriman/clang-format-codebase Format headers of matching and numerics 17 March 2022, 07:28:54 UTC
f9fbdcf Merge pull request #891 from fabratu/20220222_plotlybridge Add new module vizbridges: Create visualization widgets in 2D and 3D with Cytoscape and Plotly. 17 March 2022, 07:28:35 UTC
581f3a6 Merge pull request #899 from fabratu/20220310_fix_doc_remaining Python documentation: unify modules algebraic to csbridge with rest 17 March 2022, 07:27:53 UTC
76b0559 Merge pull request #900 from fabratu/20220310_remove_unneeded_files Remove networkit/build.sh 17 March 2022, 07:26:50 UTC
0133b65 Merge pull request #901 from fabratu/20220310_deprecate_python_modules Deprecate Python modules: sampling, stopwatch, viztasks, workflows 17 March 2022, 07:26:34 UTC
03fbb35 Merge pull request #624 from cndolo/dynApproxBtwn/integrate-old-code Integrate various versions of DynApproxBetweeness code 16 March 2022, 08:22:43 UTC
dc1df91 Python documentation: unify modules beginning with a to c with rest of modules 10 March 2022, 12:52:47 UTC
8dea47c Deprecate Python modules: sampling, stopwatch, viztasks, workflows 10 March 2022, 12:48:15 UTC
e95fb63 Remove networkit/build.sh 10 March 2022, 11:58:32 UTC
cf06427 Python: Marks current node attributes API as experimental. 10 March 2022, 08:46:44 UTC
8fffc8a Add new module vizbridges: Create visualization widgets in 2D and 3D with Cytoscape and Plotly. 10 March 2022, 08:35:26 UTC
back to top