Skip to content

Commit 9d15a56

Browse files
committed
Merge branch 'master' into feature/history-object
2 parents d90509c + e3c8399 commit 9d15a56

File tree

11 files changed

+970
-259
lines changed

11 files changed

+970
-259
lines changed

.github/workflows/test_python_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
- name: Run stubsgen
9090
if: matrix.os == 'ubuntu-latest' && matrix.python == '3.13'
9191
run: |
92-
echo "Installing Raphtory from cache..."
93-
pip install raphtory
92+
echo "Installing Raphtory from ./python"
93+
pip install -e ./python
9494
echo "Installing stubsgen"
9595
python -m pip install -e stub_gen
9696
cd python/scripts && python gen-stubs.py

Cargo.lock

Lines changed: 16 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
132132
opentelemetry-otlp = { version = "0.27.0" }
133133
tracing = "0.1.37"
134134
tracing-opentelemetry = "0.28.0"
135-
tracing-subscriber = { version = "0.3.16", features = ["std", "env-filter"] }
135+
tracing-subscriber = { version = "0.3.20", features = ["std", "env-filter"] }
136136
indoc = "2.0.5"
137137
walkdir = "2"
138138
config = "0.14.0"
571 KB
Loading

docs/data/karate.csv

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
source,target,time
2+
1,2,2023-01-01
3+
1,3,2023-01-01
4+
1,4,2023-01-01
5+
1,5,2023-01-01
6+
1,6,2023-01-01
7+
1,7,2023-01-01
8+
1,8,2023-01-01
9+
1,9,2023-01-01
10+
1,11,2023-01-01
11+
1,12,2023-01-01
12+
1,13,2023-01-01
13+
1,14,2023-01-01
14+
1,18,2023-01-01
15+
1,20,2023-01-01
16+
1,22,2023-01-01
17+
1,32,2023-01-01
18+
2,3,2023-01-01
19+
2,4,2023-01-01
20+
2,8,2023-01-01
21+
2,14,2023-01-01
22+
2,18,2023-01-01
23+
2,20,2023-01-01
24+
2,22,2023-01-01
25+
2,31,2023-01-01
26+
3,4,2023-01-01
27+
3,8,2023-01-01
28+
3,9,2023-01-01
29+
3,10,2023-01-01
30+
3,14,2023-01-01
31+
3,28,2023-01-01
32+
3,29,2023-01-01
33+
3,33,2023-01-01
34+
4,8,2023-01-01
35+
4,13,2023-01-01
36+
4,14,2023-01-01
37+
5,7,2023-01-01
38+
5,11,2023-01-01
39+
6,7,2023-01-01
40+
6,11,2023-01-01
41+
6,17,2023-01-01
42+
7,17,2023-01-01
43+
9,31,2023-01-01
44+
9,33,2023-01-01
45+
9,34,2023-01-01
46+
10,34,2023-01-01
47+
14,34,2023-01-01
48+
15,33,2023-01-01
49+
15,34,2023-01-01
50+
16,33,2023-01-01
51+
16,34,2023-01-01
52+
19,33,2023-01-01
53+
19,34,2023-01-01
54+
20,34,2023-01-01
55+
21,33,2023-01-01
56+
21,34,2023-01-01
57+
23,33,2023-01-01
58+
23,34,2023-01-01
59+
24,26,2023-01-01
60+
24,28,2023-01-01
61+
24,30,2023-01-01
62+
24,33,2023-01-01
63+
24,34,2023-01-01
64+
25,26,2023-01-01
65+
25,28,2023-01-01
66+
25,32,2023-01-01
67+
26,32,2023-01-01
68+
27,30,2023-01-01
69+
27,34,2023-01-01
70+
28,34,2023-01-01
71+
29,32,2023-01-01
72+
29,34,2023-01-01
73+
30,33,2023-01-01
74+
30,34,2023-01-01
75+
31,33,2023-01-01
76+
31,34,2023-01-01
77+
32,33,2023-01-01
78+
32,34,2023-01-01
79+
33,34,2023-01-01

0 commit comments

Comments
 (0)