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

sort by:
Revision Author Date Message Commit Date
b99805a New feature: convert networkx attributes to networkit attributes (#1191) * add attribute getters to python * remove unused graph object from attribute wrapper classes * add attribute conversion to nx2nk * add optional custom type mapping * fix none case error for type map * add None to parameter type hints * fix edgeById for directed graphs * fix tests, add test for custom typemap * fix CI * change print to warn * update tests to check for warnings 03 April 2024, 09:08:49 UTC
28f8ff3 Merge pull request #1202 from fabratu/20240326_update_plot_module plot.py: Add *args, **kwargs for matplotlib plots 30 March 2024, 08:06:59 UTC
df29f26 plot.py: Add *args, **kwargs for hopPlot. 28 March 2024, 12:42:12 UTC
6c79feb plot.py: Add *args, **kwargs for coreDecompositionSequence 28 March 2024, 11:45:22 UTC
c25b7e2 plot.py: Remove **kwargs, add documentation for all parameters and add filter for ommiting minor components legends. 28 March 2024, 11:41:19 UTC
615a79e Add *args, **kwargs for plot.py degreeDistribution function. 27 March 2024, 14:34:35 UTC
3c7d0d2 Merge pull request #1196 from fabratu/20240322_fix_gen_powerlaw Fix PowerlawSequence generator (Python) 27 March 2024, 13:55:24 UTC
faf5e01 Merge pull request #1198 from CharJon/fix-1197 Update CMakeLists.txt 27 March 2024, 13:54:49 UTC
ad7067b Merge pull request #1199 from fabratu/20240311_ci_update CI: fix Windows build and update CI + build settings 27 March 2024, 13:54:15 UTC
3cad44a Fix PowerlawDegreeSequence test. 26 March 2024, 22:27:20 UTC
db19446 CMake: Add permissive- flag for MSVC and auto-format the file. 26 March 2024, 20:48:14 UTC
5a9a2ef clang format: Make code conformant with clang-format 18. 26 March 2024, 16:04:13 UTC
a84965c GTest: Fix faulty counter for parallel ER-enumerator test. 26 March 2024, 15:32:53 UTC
04e3fed Update CMakeLists.txt Copy .h files for ttmath instead of .hpp files in install step 26 March 2024, 14:29:56 UTC
0fe8eae CI: Raise version of llvm 17->18, add arm64 build, change default image version of gcc 13 for macos. 26 March 2024, 11:54:36 UTC
1dab2b2 Fix PowerlawDegreeSequence computation based on graph. 22 March 2024, 08:13:59 UTC
48661fc Add test for PowerlawDegreeSequence with graph as input + format file using black formatter. 22 March 2024, 08:13:43 UTC
155f53d gtests: fix adamicAdarTest (#1183) 11 March 2024, 09:12:14 UTC
c351d55 Pin clang-format version to 17 and mitigate ValueErrors (#1181) * Pin clang-format version to 17 and mitigate ValueErrors, when testing cmds with non numeric suffices. * Update extrafiles/tooling/CppClangFormat.py Co-authored-by: Eugenio Angriman <angriman.eugenio@gmail.com> --------- Co-authored-by: Eugenio Angriman <angriman.eugenio@gmail.com> 18 February 2024, 19:56:10 UTC
ed6965f Merge pull request #1180 from fabratu/20240131_doc_fix_missing_notebooks Add rendering of notebooks: Dynamics, Reachability, Visualization 15 February 2024, 09:33:36 UTC
8e99ee9 Add rendering of notebooks: Dynamics, Reachability, Visualization. 02 February 2024, 17:39:37 UTC
03937c6 Merge pull request #1182 from fabratu/20240201_fix_build_wheels Build wheels: update cibuildwheel and rename artifacts. 02 February 2024, 13:57:28 UTC
acaa421 Update cibuildwheel to version 2.16.5. 01 February 2024, 15:49:35 UTC
f81a959 Rename uploaded artifacts to match actual file types. 01 February 2024, 15:49:29 UTC
4086639 Merge pull request #1171 from fabratu/20240130_fix_wheel_classifier Fix typos in Python package classifier 30 January 2024, 21:31:22 UTC
ea0712d Fix typos in package classifier. 30 January 2024, 21:26:44 UTC
6196e4e Merge pull request #1170 from fabratu/20240130_set_release_version Set version to 11.0. 30 January 2024, 14:17:26 UTC
7b6e9de Set version to 11.0. 30 January 2024, 12:15:37 UTC
f720ba9 Merge pull request #1169 from PetholzA/feature/20242901_fix_luby cpp: make lubys algorithm deterministic 30 January 2024, 10:02:33 UTC
074cbf8 Merge pull request #1157 from bernlu/fix/networkit-binary-format-explanation-and-guess-format Fix: networkit binary format explanation and update guess format 30 January 2024, 08:46:58 UTC
88b8cbc cpp: make lubys algorithm deterministic 30 January 2024, 08:15:44 UTC
455ed21 Merge pull request #1159 from fabratu/20231222_readme_update Update README.md / GHA concerning min/max versions 26 January 2024, 09:58:16 UTC
605e653 Merge pull request #1114 from fidus58/ComplexPaths Complex paths 25 January 2024, 10:15:16 UTC
d95d5f2 Raise version of sphinx build. 24 January 2024, 14:25:19 UTC
8cd4c9a Update GHA action versions for wheel builds. 24 January 2024, 14:25:19 UTC
522893b Update GHA jobs to match min and compiler/Python-versions. 24 January 2024, 14:24:59 UTC
4c46f14 add test to upgrade binary format version 17 January 2024, 15:18:13 UTC
263ed25 update documentation: mention format versions 17 January 2024, 15:17:56 UTC
2ca1c47 Merge pull request #1158 from PetholzA/feature/20231222_removeEdges_restoreApi restore_removeEdge_api 15 January 2024, 09:22:47 UTC
abcaa9c restore_removeEdge_api 10 January 2024, 10:38:23 UTC
106ba32 ComplexPaths: restructuring algo 08 January 2024, 12:21:57 UTC
cc801fd Merge pull request #1155 from fabratu/20231214_remove_deprecations Remove previous deprecations for release 11.0. 08 January 2024, 10:43:57 UTC
71d66b1 Add python bindings for attribute read/write (#1156) * add python bindings for attribute read/write * fix string conversion * fix test typo * fix string conversion 08 January 2024, 10:43:15 UTC
f71be00 Update Readme concerning minimum requirements. 22 December 2023, 09:32:22 UTC
fbdd4cd Remove previous deprecations for release 11.0. 20 December 2023, 04:59:30 UTC
a458b24 add nkb3 support to guess format 15 December 2023, 17:54:12 UTC
0629b87 fix binary format documentation 15 December 2023, 17:48:56 UTC
e8e08c9 add version information to binary files 15 December 2023, 17:48:40 UTC
cb48d13 Merge pull request #1131 from PetholzA/feature/20230920_notebook_dynamics adds dynamics notebooks/documentation 12 December 2023, 10:48:11 UTC
865c451 Merge pull request #1149 from PetholzA/feature/20231123_fix_erdosrenyiGtest fix ErdosRenyiEnumeratorGTest 12 December 2023, 10:28:56 UTC
6b8306a complexPaths: elaborating documentation 02 December 2023, 10:55:37 UTC
a59976e adds complexPath tests 02 December 2023, 10:55:37 UTC
d5e7023 ComplexPaths: Workaround for capturing structured binding in C++17/Clang. 02 December 2023, 10:55:37 UTC
ae0c3e1 ComplexPaths: Style fixes for added code sections. 02 December 2023, 10:55:37 UTC
19d25ad complex paths added 02 December 2023, 10:55:37 UTC
7d132d6 fix ErdosRenyiEnumeratorGTest: adjusted so that they work 01 December 2023, 12:04:01 UTC
a9ad08f adds dynamics notebooks/documentation 29 November 2023, 11:23:29 UTC
936bee4 Merge pull request #1151 from fabratu/20231123-fix-python-312 Remove pin for older setuptools, adding support for Python 3.12. 27 November 2023, 11:43:10 UTC
3d3e72e Remove pin for older setuptools, adding support for Python 3.12 24 November 2023, 08:31:07 UTC
1c95cb4 Merge pull request #1133 from IntegratedQuantum/hyperbolic_improvements Slightly improve the performance of the HyperbolicGenerator 21 November 2023, 07:20:38 UTC
c53b1f9 Merge pull request #1127 from PetholzA/feature/20230831_fix_compactedges fix: compactEdges 10 November 2023, 08:18:55 UTC
d80ddde Merge pull request #964 from Relux-the-Relux/feature/numpy-graph Add option to add edges from a scipy.sparse.coo_matrix and numpy cython support 10 November 2023, 08:18:04 UTC
bbbd4b6 Merge pull request #1141 from PetholzA/feature/20231023_gtests_linkprediction_fix gtests: adds linkprediction test 10 November 2023, 08:17:42 UTC
837b675 Rename the local variable to new_n. 09 November 2023, 14:38:31 UTC
4dcfdc8 fix graph gtest: testForInEdges 09 November 2023, 12:18:30 UTC
e1d88f4 gtests: adds linkprediction test 02 November 2023, 08:42:17 UTC
c0520f3 COO Support: Resolve typos and wording errors. 01 November 2023, 16:44:13 UTC
0685718 CI: Fix pep 518 install check. 01 November 2023, 16:44:13 UTC
d910a06 GraphNotebook.ipynb: Add paragraph for handling coo based graph input data. 01 November 2023, 16:44:13 UTC
d6fe325 Fix numpy (C-side) uint datatype on Win. 01 November 2023, 16:44:13 UTC
4f427a9 Add tests for addEdges and GraphFromCoo 01 November 2023, 16:44:13 UTC
86a06ac Fix type conversion in addEdges for scipy.sparse.coo_matrix row,col index. 01 November 2023, 16:44:13 UTC
de5c578 Optimize performance for addEdges (Cython + Numpy usage). 01 November 2023, 16:44:13 UTC
78f6cd3 Add graph constructor with given triplets (similar to scipy), calling addEdges underneath. 01 November 2023, 16:44:12 UTC
ef9b4b8 CI: Add numpy as requirement for legacy source distribution build. 01 November 2023, 16:43:01 UTC
cdea0bd CI: Add test for pyproject.toml based build. 01 November 2023, 16:43:01 UTC
53ac5b5 Add numpy as build requirement to legacy builds (full-script, Windows) 01 November 2023, 16:43:01 UTC
5a870d5 Add numpy as build requirement to pyproject.toml 01 November 2023, 16:43:01 UTC
d20c309 add tests for coordinate input 01 November 2023, 16:43:01 UTC
f4c4938 add numpy install to CI build so that Cython can find it 01 November 2023, 16:43:01 UTC
107f83f add option to construct graphs from coordinate input and from scpy's coo_arrays 01 November 2023, 16:42:59 UTC
9d1c3a0 add numpy cython support 01 November 2023, 16:38:46 UTC
e1d9166 fix: compactEdges 27 October 2023, 08:50:18 UTC
aced033 Merge pull request #1111 from fidus58/master Introduce `EdgeAttributes` (C++, Python) 25 October 2023, 04:07:43 UTC
f9aed6e Merge pull request #1129 from PetholzA/feature/20230918_gtests_dynamics gtests: adds dynamics tests 25 October 2023, 04:07:27 UTC
aac8008 Merge pull request #1140 from angriman/use-string-view-2 Use string_view instead of const string&. 25 October 2023, 04:07:05 UTC
0e71f05 gtests: adds dynamics tests 23 October 2023, 08:25:58 UTC
f55752b Merge pull request #1122 from PetholzA/feature/20230825_gtests_distance gtests: adds distance tests 18 October 2023, 11:52:44 UTC
22121e2 Merge pull request #1112 from bernlu/feature/readgraph-guess-format graphio: add function to guess file format 18 October 2023, 11:52:29 UTC
edbe47f Merge pull request #1123 from PetholzA/feature/20230825_gtests_centrality gtests: adds centrality tests 18 October 2023, 11:52:13 UTC
3d5c6d2 Use string_view instead of const string&. 15 October 2023, 17:15:00 UTC
07d02ea Merge pull request #1134 from angriman/use-string-view Use string_view instead of const string&. 15 October 2023, 14:23:33 UTC
4e0573f Merge pull request #1137 from angriman/clang-format-new-line Clang-format creates a new line at the end of the file. 12 October 2023, 14:17:37 UTC
ebafc60 Doc typo fixes for Attributes. 10 October 2023, 17:49:02 UTC
603039e Rename Attribute test class. 10 October 2023, 17:49:02 UTC
afb8389 GraphNotebook.ipynb: Add paragraph for handling edge attributes. 10 October 2023, 17:49:02 UTC
56e261d Refactor edgeWithId to edgeById; add support for directed graphs and add unit tests. 10 October 2023, 17:49:02 UTC
a65ac83 Fix errornuous style fix due to older clang-format version (to be squashed). 10 October 2023, 17:49:02 UTC
b9bdf20 Add unit tests (C++) for EdgeAttributes. 10 October 2023, 17:49:02 UTC
c52ba01 Add unit tests (Python) for EdgeAttributes. 10 October 2023, 17:49:02 UTC
back to top