Skip to content

version bump for 1.14.0#501

Merged
Krastanov merged 1 commit intomasterfrom
sk/versionbump
Feb 27, 2026
Merged

version bump for 1.14.0#501
Krastanov merged 1 commit intomasterfrom
sk/versionbump

Conversation

@Krastanov
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

Benchmark Results (Julia v1)

Time benchmarks
master 336a1c4... master / 336a1c4...
centrality/digraphs/betweenness_centrality 17.6 ± 0.54 ms 17.4 ± 0.34 ms 1.01 ± 0.037
centrality/digraphs/closeness_centrality 12.6 ± 0.68 ms 13 ± 0.57 ms 0.972 ± 0.068
centrality/digraphs/degree_centrality 1.97 ± 0.17 μs 1.95 ± 0.16 μs 1.01 ± 0.12
centrality/digraphs/katz_centrality 0.89 ± 0.045 ms 0.904 ± 0.05 ms 0.984 ± 0.074
centrality/digraphs/pagerank 0.0363 ± 0.00063 ms 0.0363 ± 0.00076 ms 0.999 ± 0.027
centrality/graphs/betweenness_centrality 29.2 ± 1.7 ms 29.5 ± 1.7 ms 0.987 ± 0.081
centrality/graphs/closeness_centrality 21.9 ± 0.47 ms 22.2 ± 0.58 ms 0.986 ± 0.033
centrality/graphs/degree_centrality 1.49 ± 0.17 μs 1.54 ± 0.19 μs 0.968 ± 0.16
centrality/graphs/katz_centrality 1.05 ± 0.054 ms 1.08 ± 0.07 ms 0.975 ± 0.081
connectivity/digraphs/strongly_connected_components 0.0433 ± 0.0015 ms 0.043 ± 0.0014 ms 1.01 ± 0.048
connectivity/graphs/connected_components 24 ± 0.71 μs 27.7 ± 0.87 μs 0.866 ± 0.037
core/edges/digraphs 7.01 ± 0.01 μs 7.02 ± 0.011 μs 0.999 ± 0.0021
core/edges/graphs 17 ± 0.12 μs 17 ± 0.09 μs 1 ± 0.0089
core/has_edge/digraphs 5.2 ± 0.38 μs 5.32 ± 0.42 μs 0.977 ± 0.11
core/has_edge/graphs 5.58 ± 0.42 μs 5.65 ± 0.45 μs 0.988 ± 0.11
core/nv/digraphs 0.36 ± 0.01 μs 0.361 ± 0.01 μs 0.997 ± 0.039
core/nv/graphs 0.381 ± 0.01 μs 0.38 ± 0.01 μs 1 ± 0.037
edges/fille 8.93 ± 1.1 μs 8.95 ± 1 μs 0.998 ± 0.17
edges/fillp 6.13 ± 4.3 μs 6.67 ± 3.3 μs 0.919 ± 0.78
edges/tsume 2.6 ± 0.02 μs 2.47 ± 0.02 μs 1.05 ± 0.012
edges/tsump 2.54 ± 0.03 μs 2.62 ± 0.089 μs 0.969 ± 0.035
insertions/SG(n,e) Generation 25.9 ± 4.1 ms 25.7 ± 4.7 ms 1.01 ± 0.24
parallel/egonet/twohop 0.335 ± 0.021 s 0.379 ± 0.015 s 0.884 ± 0.065
parallel/egonet/vertexfunction 3.23 ± 0.77 ms 3.62 ± 1.6 ms 0.892 ± 0.44
serial/egonet/twohop 0.344 ± 0.018 s 0.39 ± 0.013 s 0.882 ± 0.056
serial/egonet/vertexfunction 3.36 ± 0.47 ms 3.72 ± 0.3 ms 0.904 ± 0.15
traversals/digraphs/bfs_tree 0.0502 ± 0.0093 ms 0.0502 ± 0.0027 ms 0.999 ± 0.19
traversals/digraphs/dfs_tree 0.0646 ± 0.0098 ms 0.0649 ± 0.0034 ms 0.996 ± 0.16
traversals/graphs/bfs_tree 0.0537 ± 0.0027 ms 0.054 ± 0.002 ms 0.995 ± 0.062
traversals/graphs/dfs_tree 0.0662 ± 0.003 ms 0.0669 ± 0.0023 ms 0.99 ± 0.056
time_to_load 0.562 ± 0.0083 s 0.571 ± 0.0067 s 0.984 ± 0.019
Memory benchmarks
master 336a1c4... master / 336a1c4...
centrality/digraphs/betweenness_centrality 0.29 M allocs: 24 MB 0.29 M allocs: 24 MB 1
centrality/digraphs/closeness_centrality 18.6 k allocs: 14.5 MB 18.6 k allocs: 14.5 MB 1
centrality/digraphs/degree_centrality 8 allocs: 5.01 kB 8 allocs: 5.01 kB 1
centrality/digraphs/katz_centrality 2.63 k allocs: 2.83 MB 2.63 k allocs: 2.83 MB 1
centrality/digraphs/pagerank 21 allocs: 14.9 kB 21 allocs: 14.9 kB 1
centrality/graphs/betweenness_centrality 0.545 M allocs: 0.0313 GB 0.545 M allocs: 0.0313 GB 1
centrality/graphs/closeness_centrality 19.3 k allocs: 14 MB 19.3 k allocs: 14 MB 1
centrality/graphs/degree_centrality 10 allocs: 5.43 kB 10 allocs: 5.43 kB 1
centrality/graphs/katz_centrality 2.96 k allocs: 3.1 MB 2.96 k allocs: 3.1 MB 1
connectivity/digraphs/strongly_connected_components 1.05 k allocs: 0.075 MB 1.05 k allocs: 0.075 MB 1
connectivity/graphs/connected_components 0.061 k allocs: 22.5 kB 0.061 k allocs: 22.5 kB 1
core/edges/digraphs 3 allocs: 0.0938 kB 3 allocs: 0.0938 kB 1
core/edges/graphs 3 allocs: 0.0938 kB 3 allocs: 0.0938 kB 1
core/has_edge/digraphs 20 allocs: 12.6 kB 20 allocs: 12.6 kB 1
core/has_edge/graphs 28 allocs: 13.8 kB 28 allocs: 13.8 kB 1
core/nv/digraphs 3 allocs: 0.0938 kB 3 allocs: 0.0938 kB 1
core/nv/graphs 3 allocs: 0.0938 kB 3 allocs: 0.0938 kB 1
edges/fille 3 allocs: 0.153 MB 3 allocs: 0.153 MB 1
edges/fillp 3 allocs: 0.153 MB 3 allocs: 0.153 MB 1
edges/tsume 0 allocs: 0 B 0 allocs: 0 B
edges/tsump 0 allocs: 0 B 0 allocs: 0 B
insertions/SG(n,e) Generation 0.0465 M allocs: 10.9 MB 0.0465 M allocs: 10.9 MB 0.999
parallel/egonet/twohop 10 allocs: 0.0768 MB 10 allocs: 0.0768 MB 1
parallel/egonet/vertexfunction 10 allocs: 0.0768 MB 10 allocs: 0.0768 MB 1
serial/egonet/twohop 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
serial/egonet/vertexfunction 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
traversals/digraphs/bfs_tree 2.34 k allocs: 0.113 MB 2.34 k allocs: 0.113 MB 1
traversals/digraphs/dfs_tree 2.44 k allocs: 0.118 MB 2.44 k allocs: 0.118 MB 1
traversals/graphs/bfs_tree 2.52 k allocs: 0.121 MB 2.52 k allocs: 0.121 MB 1
traversals/graphs/dfs_tree 2.63 k allocs: 0.127 MB 2.63 k allocs: 0.127 MB 1
time_to_load 0.145 k allocs: 11 kB 0.149 k allocs: 11.1 kB 0.983

@codecov
Copy link

codecov bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.29%. Comparing base (917d31f) to head (336a1c4).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #501      +/-   ##
==========================================
+ Coverage   97.28%   97.29%   +0.01%     
==========================================
  Files         126      126              
  Lines        7662     7662              
==========================================
+ Hits         7454     7455       +1     
+ Misses        208      207       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Krastanov Krastanov merged commit e86eac3 into master Feb 27, 2026
16 checks passed
@Krastanov Krastanov deleted the sk/versionbump branch February 27, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant