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
ecf95fc0 refactor: get rid of scripts/igraph, use entry points instead Tamas Nepusz <n****s@g****m> almost 3 years ago
b1afbc42 fix: remove accidentally committed file Tamas Nepusz <n****s@g****m> almost 3 years ago
223863ca doc: cleanup documentation generation code, remove obsolete parts Tamas Nepusz <n****s@g****m> almost 3 years ago
eb916c71 doc: fix a broken link to Matplotlib's user guide in the gallery Tamas Nepusz <n****s@g****m> almost 3 years ago
caa34dc6 merge Merge pull request #712 from iosonofabio/inverty Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
01ce84b4 Document invert y axis for trees and matplotlib Fabio Zanini <f****i@f****m> almost 3 years ago
55e8eae4 merge Merge pull request #710 from igraph/dependabot/github_actions/docker/setup-qe... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
0d1fd16d build(deps): bump docker/setup-qemu-action from 2 to 3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
2be801e7 merge Merge remote-tracking branch 'igraph/main' into develop Fabio Zanini <f****i@f****m> almost 3 years ago
c61f7f0f chore: bumped version to 0.10.8 Tamas Nepusz <n****s@g****m> almost 3 years ago
e624df96 feat: added weights=... argument to Graph.radius() and Graph.eccentricity() Tamas Nepusz <n****s@g****m> almost 3 years ago
b7d33f22 fix: added missing error handling to Graph.Random_Bipartite() Tamas Nepusz <n****s@g****m> almost 3 years ago
cddbc558 feat: exposed igraph_is_bigraphical(), closes #708 Tamas Nepusz <n****s@g****m> almost 3 years ago
d3100c8a chore: bumped version to 0.10.7 Tamas Nepusz <n****s@g****m> almost 3 years ago
79fe9e60 refactor: use igraph_bipartite_game_gnp() or _gnm() instead of the deprecated... Tamas Nepusz <n****s@g****m> almost 3 years ago
f0287f5f fix: fix Pandas deprecation warning in unit tests, closes #705 Tamas Nepusz <n****s@g****m> almost 3 years ago
a9c7d900 chore: updated changelog Tamas Nepusz <n****s@g****m> almost 3 years ago
f01bd6e8 chore: updated vendored C core Tamas Nepusz <n****s@g****m> almost 3 years ago
c5422ea0 merge Merge pull request #701 from igraph/dependabot/github_actions/pypa/cibuildwhe... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
b017b15b merge Merge pull request #706 from igraph/dependabot/github_actions/actions/checkout-4 Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
dbbe6f70 build(deps): bump actions/checkout from 3 to 4
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
62b55410 build(deps): bump pypa/cibuildwheel from 2.14.1 to 2.15.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
ea1c1958 ci: update cibuildwheel, skip tests on Python 3.12 until NumPy 1.26 is out Tamas Nepusz <n****s@g****m> almost 3 years ago
2f9b374b fix: fix bug in EdgeSeq.select(_incident=...) when the graph is directed Tamas Nepusz <n****s@g****m> about 3 years ago
92f0abd1 fix: use the same macOS deployment target version when compiling the C core a... Tamas Nepusz <n****s@g****m> about 3 years ago
ada854a1 doc: extend docs of Graph.Watts_Strogatz(), closes #702 Tamas Nepusz <n****s@g****m> about 3 years ago
16500f1e CHANGELOG for matplotlib revamp Fabio Zanini <f****i@f****m> about 3 years ago
9a65ad95 merge Merge pull request #669 from iosonofabio/mpl_fixed_sizes Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
a2e10ce2 fix: fix memory leak in Graph.distances() when attempting to use the Johnson ... Tamas Nepusz <n****s@g****m> about 3 years ago
267e5552 Update igraph submodule and test Fabio Zanini <f****i@f****m> about 3 years ago
cc05cd76 merge Merge remote-tracking branch 'igraph/main' into mpl_fixed_sizes Fabio Zanini <f****i@f****m> about 3 years ago
20892ec7 Fix last expected image Fabio Zanini <f****i@f****m> about 3 years ago
c0ae44c4 chore: configure 'git archive' to provide a JSON file with metadata Tamas Nepusz <n****s@g****m> about 3 years ago
40294939 feat: Graph.distances(), Graph.get_shortest_paths() and Graph.get_shortest_pa... Tamas Nepusz <n****s@g****m> about 3 years ago
b8b07315 chore: updated copyright info in header Tamas Nepusz <n****s@g****m> about 3 years ago
1ce6e3ad refactor: rename header guards so we don't abuse the PYTHON_ namespace Tamas Nepusz <n****s@g****m> about 3 years ago
d4b92e2d merge Merge pull request #698 from igraph/dependabot/github_actions/pypa/cibuildwhe... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
6b986676 build(deps): bump pypa/cibuildwheel from 2.14.0 to 2.14.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
22de5a24 fix: use Dijkstra's algorithm when there are zero weights but no negative wei... Tamas Nepusz <n****s@g****m> about 3 years ago
afd9dcc9 merge Merge pull request #696 from vtraag/citation Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
73130470 fix: Correct typo Vincent Traag <v****t@t****t> about 3 years ago
da47a719 Add citation to documentation Vincent Traag <v****t@t****t> about 3 years ago
3ced0af3 Add CITATION.cff Vincent Traag <v****t@t****t> about 3 years ago
5e60acd1 README: Add citation and clean up section hierarchy. Vincent Traag <v****t@t****t> about 3 years ago
786eaf29 chore: bumped version to 0.10.6 Tamas Nepusz <n****s@g****m> about 3 years ago
58fd2e78 chore: updated changelog Tamas Nepusz <n****s@g****m> about 3 years ago
3a2af150 chore: updated vendored C core Tamas Nepusz <n****s@g****m> about 3 years ago
66470fbf fix: revert the commit that prevented the addition of vertices with integer n... Tamas Nepusz <n****s@g****m> about 3 years ago
7131d2eb Add arrows to directed loops Fabio Zanini <f****i@f****m> about 3 years ago
5b46a90c Test images (tiny pixel diffs), better test for loop size and docs EN/ES Fabio Zanini <f****i@f****m> about 3 years ago
031d071d All loops Bezier, add parameter loop_size (undocumented) Fabio Zanini <f****i@f****m> about 3 years ago
97f120c6 Loops into largest wedge, with a bit of logic Fabio Zanini <f****i@f****m> about 3 years ago
c7ca7b65 fix: explicitly turn off libxml2 in wasm builds Tamas Nepusz <n****s@g****m> about 3 years ago
b8ded445 fix: wasm32 size_t is 32-bit so we need to fix the definition of RNG_MAX Tamas Nepusz <n****s@g****m> about 3 years ago
69a90260 ci: cache emscripten in wasm build Tamas Nepusz <n****s@g****m> about 3 years ago
35a4ba43 fix: fix edge label plotting in Plotly Tamas Nepusz <n****s@g****m> about 3 years ago
47ec0248 fix: fix build on macOS Tamas Nepusz <n****s@g****m> about 3 years ago
a2c3b284 ci: cache busting for sanitizer job Tamas Nepusz <n****s@g****m> about 3 years ago
6141ee71 ci: adjust config so we don't run the sanitizer on /bin/bash Tamas Nepusz <n****s@g****m> about 3 years ago
830cd41a ci: use sanitizer when building the Python module itself Tamas Nepusz <n****s@g****m> about 3 years ago
485435cf fix: do not show suppression stats in sanitizer output Tamas Nepusz <n****s@g****m> about 3 years ago
40cb48e4 test: added missing Plotly baseline image Tamas Nepusz <n****s@g****m> about 3 years ago
f7b74eec chore: removed some unused imports Tamas Nepusz <n****s@g****m> about 3 years ago
2d42876f fix: fix a memory leak in Graph.decompose() Tamas Nepusz <n****s@g****m> about 3 years ago
8e2e4d67 feat: added support for building igraph with sanitizers Tamas Nepusz <n****s@g****m> about 3 years ago
cfd132f5 merge Merge pull request #695 from igraph/dependabot/github_actions/pypa/cibuildwhe... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
005b7081 build(deps): bump pypa/cibuildwheel from 2.13.1 to 2.14.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
e3252d0d Matplotlib: use gca and return container artist Fabio Zanini <f****i@f****m> about 3 years ago
8a44fe8e Update one mpl reference image, fix bug in edge_curved Fabio Zanini <f****i@f****m> about 3 years ago
68e27977 merge Merge branch 'main' into mpl_fixed_sizes Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
9252cf26 fix: fix typo in visualize_cliques.py Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
72240a9e fix: fix a memory management issue in PyUnicode_CopyAsString(); closes #679 Tamas Nepusz <n****s@g****m> about 3 years ago
154837a7 merge Merge pull request #692 from vtraag/fix/setup-shlex Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
458d0478 fix: Correct shlex on Windows. Vincent Traag <v****t@t****t> about 3 years ago
fb4723d5 fix: fix two deprecation warnings Tamas Nepusz <n****s@g****m> about 3 years ago
f49fe963 refactor: rename Graph.Incidence() to Graph.Biadjacency() and Graph.get_incid... Tamas Nepusz <n****s@g****m> about 3 years ago
4c5746f2 test: update baseline images for Plotly Tamas Nepusz <n****s@g****m> about 3 years ago
30c98977 fix: fix default size of vertices with the Plotly backend, closes #690 Tamas Nepusz <n****s@g****m> about 3 years ago
e5899eda fix: fix auto-curving of edges with the Matplotlib backend, closes #685 Tamas Nepusz <n****s@g****m> about 3 years ago
4245a6c5 fix: remove quotes around igraph from API docs, closes #686 Tamas Nepusz <n****s@g****m> about 3 years ago
cd5aaa42 chore: bump version Tamas Nepusz <n****s@g****m> about 3 years ago
edd902a4 chore: updated vendored C core Tamas Nepusz <n****s@g****m> about 3 years ago
00c3011c chore: updated changelog Tamas Nepusz <n****s@g****m> about 3 years ago
3245e49d fix: fix plotting of curved directed edges in Cairo, closes #684 Tamas Nepusz <n****s@g****m> about 3 years ago
242953a0 ci: give up on testing Cairo on Windows for a while Tamas Nepusz <n****s@g****m> about 3 years ago
28647e74 ci: Cairo in Windows needs a dynamic library Tamas Nepusz <n****s@g****m> about 3 years ago
8e1f8da4 ci: install Cairo in CI for Windows from vcpkg Tamas Nepusz <n****s@g****m> about 3 years ago
354512c2 test: skip Cairo tests if neither PIL+NumPy nor OpenCV are installed Tamas Nepusz <n****s@g****m> about 3 years ago
fa33d32c test: clean up after ourselves when writing graph_basic.png Tamas Nepusz <n****s@g****m> about 3 years ago
3a914318 test: fix another failing Cairo test in CI Tamas Nepusz <n****s@g****m> about 3 years ago
4cd7f8a9 ci: install Cairo in CI environment for tests Tamas Nepusz <n****s@g****m> about 3 years ago
6880e25a test: extending test coverage in CI a bit Tamas Nepusz <n****s@g****m> about 3 years ago
962af907 test: fix Cairo plots one more time Tamas Nepusz <n****s@g****m> about 3 years ago
951c9a79 test: make sure that Cairo tests are executed in tox Tamas Nepusz <n****s@g****m> about 3 years ago
82b3e4f8 test: remove debug output from tests Tamas Nepusz <n****s@g****m> about 3 years ago
9cbc9558 feat: add Graph.automorphism_group() Tamas Nepusz <n****s@g****m> about 3 years ago
5204b2e1 feat: add Graph.count_automorphisms() Tamas Nepusz <n****s@g****m> about 3 years ago
170569a0 merge Merge pull request #682 from igraph/dependabot/github_actions/actions/checkout-3 Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
e7fbc27b merge Merge pull request #681 from igraph/dependabot/github_actions/actions/setup-p... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
3ad4c818 merge Merge pull request #680 from igraph/dependabot/github_actions/actions/upload-... Tamás Nepusz <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago

← Back to repository