An open API service providing commit metadata for open source projects.

GitHub / igraph/python-igraph / commits

Python interface for igraph

SHA Message Author Date Stats
709b2c68 chore: updated C core to 1.0.1 Tamas Nepusz <n****s@g****m> about 2 months ago
588a194b merge Merge pull request #872 from flying-sheep/fix-get-adjacency-sparse Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
0f5f673b fix for empty graph Philipp A. <f****p@w****e>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8d1b8112 fix: make `get_adjacency_sparse` compatible with scipy 1.13+ Philipp A. <f****p@w****e>
Committed by: GitHub <n****y@g****m>
about 2 months ago
7ad93fb1 merge Merge pull request #870 from igraph/dependabot/github_actions/actions/upload-... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
7b80a758 merge Merge pull request #869 from igraph/dependabot/github_actions/actions/cache-5 Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9938af92 build(deps): bump actions/upload-artifact from 5 to 6
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
863884c1 build(deps): bump actions/cache from 4 to 5
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
b3a78344 merge Merge pull request #867 from igraph/dependabot/github_actions/pypa/cibuildwhe... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
fc000930 build(deps): bump pypa/cibuildwheel from 3.2.1 to 3.3.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
3ff4f889 merge Merge pull request #862 from igraph/dependabot/github_actions/actions/upload-... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
a3cfb93a build(deps): bump actions/upload-artifact from 4 to 5
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b16f2761 chore: updated changelog, bumped version to 1.0.0 Tamas Nepusz <n****s@g****m> 4 months ago
8c55e236 doc: install iplotx when building documentation Tamas Nepusz <n****s@g****m> 4 months ago
7bd368c6 merge Merge pull request #857 from iosonofabio/iplotx Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
f632a19c merge Merge branch 'main' into develop Tamas Nepusz <n****s@g****m> 4 months ago
bc9f26df merge Merge pull request #860 from igraph/dependabot/github_actions/pypa/cibuildwhe... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
65df5da9 build(deps): bump pypa/cibuildwheel from 3.2.0 to 3.2.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
e5545976 merge Merge pull request #858 from igraph/dependabot/github_actions/pypa/cibuildwhe... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
2848d2a0 ci: skip Win32 build on CPython 3.14 because neither SciPy nor pandas have wh... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
b851c776 fix: exclude free-threaded Python 3.14 builds from CI Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
44b5dda9 build(deps): bump pypa/cibuildwheel from 3.0.1 to 3.2.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
6396ccbc Make gallery example with iplotx Fabio Zanini <f****i@f****m> 5 months ago
f6e6bce7 fix: fix signature of Graph.simple_cycles(), closes #856 Tamas Nepusz <n****s@g****m> 5 months ago
64b3e20a chore: replace deprecated igraph_integer_t with igraph_int_t Tamas Nepusz <n****s@g****m> 5 months ago
9215b9db refactor: updated for igraph 1.0.0 Tamas Nepusz <n****s@g****m> 5 months ago
347a42af merge Merge pull request #855 from igraph/dependabot/github_actions/actions/setup-p... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
64877e3a build(deps): bump actions/setup-python from 5 to 6
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
d8010580 fix: store edge routing information on the Layout object in a property Tamas Nepusz <n****s@g****m> 6 months ago
902f4c42 fix: remove 'return_extended_graph' param from doc of Graph.layout_sugiyama() Tamas Nepusz <n****s@g****m> 6 months ago
c6cab4f1 chore: updated to igraph 1.0.0-rc1 Tamas Nepusz <n****s@g****m> 6 months ago
fbb332f1 merge Merge pull request #851 from igraph/feat/nearest-neighbor Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
fb6f4072 feat: Graph.Nearest_Neighbor_Graph Szabolcs Horvát <s****t@g****m> 6 months ago
66301999 merge Merge commit 'a1a164b0' into develop Tamas Nepusz <n****s@g****m> 6 months ago
24fee95e chore: updated igraph core, added compatibility alias for the allowed_edge_ty... Tamas Nepusz <n****s@g****m> 6 months ago
a1a164b0 refactor!: adapt Graph.SBM() interface to changes in C core Szabolcs Horvát <s****t@g****m> 6 months ago
0fce500d chore: update C core Szabolcs Horvát <s****t@g****m> 6 months ago
fef0711e merge Merge branch 'main' into develop Szabolcs Horvát <s****t@g****m> 6 months ago
dfa303a8 merge Merge pull request #849 from igraph/dependabot/github_actions/actions/checkout-5 Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
38f39115 build(deps): bump actions/checkout from 4 to 5
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
7926cb51 fix: perform mode -> allowed_edge_types parameter name renaming for review() ... Szabolcs Horvát <s****t@g****m> 6 months ago
c185ea60 fix: update rewire() for C API changes Szabolcs Horvát <s****t@g****m> 6 months ago
2788bbb5 fix: update convex_hull() for C API changes Szabolcs Horvát <s****t@g****m> 6 months ago
701f8a13 chore: update C core Szabolcs Horvát <s****t@g****m> 6 months ago
42e7a53a refactor: shortest path method auto-selection now delegated to the C core Tamas Nepusz <n****s@g****m> 6 months ago
d9b43f95 fix: fix normalization in the directed Leiden algorithm Tamas Nepusz <n****s@g****m> 6 months ago
8c10051c feat: added node_in_weights argument to Graph.community_leiden() Tamas Nepusz <n****s@g****m> 6 months ago
c02d42db fix: remove usage of IGRAPH_NEGINFINITY Tamas Nepusz <n****s@g****m> 6 months ago
9bff9fa9 merge Merge branch 'main' into develop Tamas Nepusz <n****s@g****m> 7 months ago
5a29c796 style: code formatting Tamas Nepusz <n****s@g****m> 7 months ago
a78b0256 chore: updated contributors list Tamas Nepusz <n****s@g****m> 7 months ago
2ed7f6b3 merge Merge pull request #840 from igraph/docs/stochasctic-community-detection Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
9a3e610c merge Merge pull request #841 from igraph/feat/align-layout Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
99d5d36e merge Merge branch 'main' into develop Szabolcs Horvát <s****t@g****m> 7 months ago
a695f096 merge Merge pull request #843 from igraph/docs/do-not-save-config-in-gallery Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
511c2c67 chore: update C core Szabolcs Horvát <s****t@g****m> 7 months ago
183e6a41 tests: update expected image outputs after adding layout alignment feature Szabolcs Horvát <s****t@g****m> 7 months ago
271a5215 tests: add test for align_layout() Szabolcs Horvát <s****t@g****m> 7 months ago
1f48b47c feat: auto-align all organic layouts except DrL Szabolcs Horvát <s****t@g****m> 7 months ago
e6516e9b docs: do not save the config in gallery example Szabolcs Horvát <s****t@g****m> 7 months ago
ad4a3f5a chore: update C core Szabolcs Horvát <s****t@g****m> 7 months ago
7ce2f90f fix: add missing type check for umap_compute_weights() Tamas Nepusz <n****s@g****m> 7 months ago
f1d7932a fix: add missing type check for umap_compute_weights() Tamas Nepusz <n****s@g****m> 7 months ago
81e789df feat: align_layout() Szabolcs Horvát <s****t@g****m> 7 months ago
bddaefb8 chore: update C core Szabolcs Horvát <s****t@g****m> 7 months ago
d452ad6d doc: updated built-in help of scripts/mkdoc.sh Tamas Nepusz <n****s@g****m> 7 months ago
ad0182a0 doc: updated built-in help of scripts/mkdoc.sh Tamas Nepusz <n****s@g****m> 7 months ago
132c0c79 minor cleanup / rewrite for conciseness Szabolcs Horvát <s****t@g****m> 7 months ago
417813a2 merge Merge branch 'main' into main Szabolcs Horvát <s****t@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
104c0801 fix: fixed failing unit tests, now we are up-to-date again with the develop b... Tamas Nepusz <n****s@g****m> 7 months ago
4ff5c92d ci: use CIBW_PROJECT_REQUIRES_PYTHON Tamas Nepusz <n****s@g****m> 7 months ago
fde5ba83 ci: ninja is auto-installed in the macOS image Tamas Nepusz <n****s@g****m> 7 months ago
b5838384 merge Merge branch 'main' into develop Tamas Nepusz <n****s@g****m> 7 months ago
554d38ec chore: updated C core; some tests will fail now Tamas Nepusz <n****s@g****m> 7 months ago
a1b90995 build(deps): bump pypa/cibuildwheel from 3.0.0 to 3.0.1 (#839)
Co-authored-by: dependabot[bot] <4****]@u****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
26438363 build(deps): bump pypa/cibuildwheel from 3.0.0 to 3.0.1 (#839)
Co-authored-by: dependabot[bot] <4****]@u****m>
dependabot[bot] <4****]@u****m>
Committed by: Tamas Nepusz <n****s@g****m>
7 months ago
2a251570 chore: add some progress info to scripts/mkdoc.sh Tamas Nepusz <n****s@g****m> 7 months ago
b50dc6fa doc: add @ivar fields for Vertex and Edge, refs #813 Tamas Nepusz <n****s@g****m> 7 months ago
4f6964a2 ci: of course also install igraph itself Tamas Nepusz <n****s@g****m> 8 months ago
7e212f9b ci: of course also install igraph itself Tamas Nepusz <n****s@g****m> 8 months ago
2f0558e7 ci: another attempt to fix the sanitizer test case Tamas Nepusz <n****s@g****m> 8 months ago
99228ab7 ci: another attempt to fix the sanitizer test case Tamas Nepusz <n****s@g****m> 8 months ago
29852053 ci: do not run pandas and pillow related tests with a sanitizer either Tamas Nepusz <n****s@g****m> 8 months ago
66d861f6 ci: do not run pandas and pillow related tests with a sanitizer either Tamas Nepusz <n****s@g****m> 8 months ago
593a2632 ci: do not run numpy and scipy related tests with a sanitizer either Tamas Nepusz <n****s@g****m> 8 months ago
32f446a1 ci: do not run numpy and scipy related tests with a sanitizer either Tamas Nepusz <n****s@g****m> 8 months ago
4119c94d feat: expose voronoi to python (#833)
Co-authored-by: Szabolcs Horvát <s****t@g****m>, MIBea13 <m****k@g****m>
Bea Márton <m****a@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
20d628ae merge Merge branch 'main' into develop Tamas Nepusz <n****s@g****m> 8 months ago
bd64579d fix: better punctuation of warnings emitted from igraph's C core, closes #838 Tamas Nepusz <n****s@g****m> 8 months ago
62083868 fix: add some missing files to source tarball, closes #830 Tamas Nepusz <n****s@g****m> 8 months ago
cec82b4b chore: update C core Szabolcs Horvát <s****t@g****m> 8 months ago
915b55ce docs: fix invalid reference formatting for infomap Szabolcs Horvát <s****t@g****m> 8 months ago
bdad8081 feat: expose fluid communities to python (#835) Bea Márton <m****a@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
027237bc add: ignore warnings on structural unittests (#834) Bea Márton <m****a@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
a0cab352 ci: do not ask for confirmation when removing matplotlib Tamas Nepusz <n****s@g****m> 8 months ago
6d2fc69c Edge betweenness-based community detection now computes modularity even for w... Szabolcs Horvát <s****t@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
0545b732 chore: updated contributors list Tamas Nepusz <n****s@g****m> 8 months ago
75c49c6d ci: uninstall matplotlib Tamas Nepusz <n****s@g****m> 8 months ago
1e4b0424 ci: simplify sanitizer test workflow Tamas Nepusz <n****s@g****m> 8 months ago
86d721e6 build(deps): bump pypa/cibuildwheel from 2.23.3 to 3.0.0 (#832)
Co-authored-by: dependabot[bot] <4****]@u****m>, Tamas Nepusz <n****s@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago

← Back to repository