Skip to content

Commit 7db0832

Browse files
committed
feat: updated main and develop branches as well
1 parent 40ffb24 commit 7db0832

15 files changed

+2398
-2380
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ all: jekyll
44
.PHONY: all core c r python jekyll devserver
55

66
# Default doc version
7-
CVERSION?=1.0.0
7+
CVERSION?=1.0.1
88
RVERSION?=1.3.5
99
PYVERSION?=0.10.1
1010

1111
# Available versions
12-
CVERSIONS ?= '0.9.0 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.10.0 0.10.1 0.10.2 0.10.3 0.10.4 0.10.5 0.10.6 0.10.7 0.10.8 0.10.9 0.10.10 0.10.11 0.10.12 0.10.13 0.10.15 0.10.16 0.10.17 1.0.0 main develop'
12+
CVERSIONS ?= '0.9.0 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.10.0 0.10.1 0.10.2 0.10.3 0.10.4 0.10.5 0.10.6 0.10.7 0.10.8 0.10.9 0.10.10 0.10.11 0.10.12 0.10.13 0.10.15 0.10.16 0.10.17 1.0.0 1.0.1 main develop'
1313
RVERSIONS ?= '1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5'
1414
PYVERSIONS ?= '0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.9.11 0.10.0 0.10.1'
1515
PYCVERSIONS ?= '0.9.4 0.9.4 0.9.4 0.9.6 0.9.8 0.9.9 0.10.0 0.10.1'

_includes/igraph-cversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

_includes/igraph-cversions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.10.0 0.10.1 0.10.2 0.10.3 0.10.4 0.10.5 0.10.6 0.10.7 0.10.8 0.10.9 0.10.10 0.10.11 0.10.12 0.10.13 0.10.15 0.10.16 0.10.17 1.0.0 main develop
1+
0.9.0 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.10.0 0.10.1 0.10.2 0.10.3 0.10.4 0.10.5 0.10.6 0.10.7 0.10.8 0.10.9 0.10.10 0.10.11 0.10.12 0.10.13 0.10.15 0.10.16 0.10.17 1.0.0 1.0.1 main develop

c/html/develop/igraph-Attributes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@
642642
</p>
643643
<div class="informalexample"><pre class="programlisting">
644644
igraph_error_t igraph_attribute_record_init(
645-
igraph_attribute_record_t *attr, const char* name, igraph_attribute_type_t type
645+
igraph_attribute_record_t *attr, const char *name, igraph_attribute_type_t type
646646
);
647647
</pre></div>
648648
<p>
@@ -890,7 +890,7 @@
890890
</p>
891891
<div class="informalexample"><pre class="programlisting">
892892
igraph_error_t igraph_attribute_record_set_name(
893-
igraph_attribute_record_t *attr, const char* name
893+
igraph_attribute_record_t *attr, const char *name
894894
);
895895
</pre></div>
896896
<p>

c/html/develop/igraph-Community.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@
14031403
<tr>
14041404
<td><p><span class="term"><em class="parameter"><code>vertex</code></em>:</span></p></td>
14051405
<td><p>
1406-
The vertex ID of the vertex of which ths community is
1406+
The vertex ID of the vertex of which this community is
14071407
calculated.
14081408
</p></td>
14091409
</tr>
@@ -4308,6 +4308,7 @@
43084308
<td><p><span class="term"><em class="parameter"><code></code></em></span></p></td>
43094309
<td><p>
43104310
Error code.
4311+
When Infomap is not available, <code class="constant">IGRAPH_UNIMPLEMENTED</code> is returned.
43114312
</p></td>
43124313
</tr></tbody>
43134314
</table></div>

c/html/develop/igraph-Installation.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,13 @@
386386
files. Requires the
387387
<a class="ulink" href="http://xmlsoft.org/" target="_top">libxml2</a> library.
388388
</p></li>
389+
<li class="listitem"><p>
390+
<code class="literal">IGRAPH_INFOMAP_SUPPORT</code>: whether to enable
391+
the Infomap community detection algorithm. The Infomap library
392+
is licensed under the GPLv3+. Compiling it into igraph causes
393+
GPLv3+ to apply to the resulting binary, instead of igraph's
394+
GPLv2+ license.
395+
</p></li>
389396
<li class="listitem"><p>
390397
<code class="literal">IGRAPH_OPENMP_SUPPORT</code>: whether to use OpenMP
391398
parallelization to accelerate certain functions such as PageRank

c/html/develop/igraph-Structural.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4634,8 +4634,9 @@
46344634
<a class="indexterm" name="id-1.18.5.24.2"></a><p>
46354635
</p>
46364636
<div class="informalexample"><pre class="programlisting">
4637-
igraph_error_t igraph_girth(const igraph_t *graph, igraph_real_t *girth,
4638-
igraph_vector_int_t *circle);
4637+
igraph_error_t igraph_girth(const igraph_t *graph,
4638+
igraph_real_t *girth,
4639+
igraph_vector_int_t *cycle);
46394640
</pre></div>
46404641
<p>
46414642
</p>
@@ -4693,11 +4694,11 @@
46934694
</p></td>
46944695
</tr>
46954696
<tr>
4696-
<td><p><span class="term"><em class="parameter"><code>circle</code></em>:</span></p></td>
4697+
<td><p><span class="term"><em class="parameter"><code>cycle</code></em>:</span></p></td>
46974698
<td><p>
46984699
Pointer to an initialized vector, the vertex IDs in
4699-
the shortest circle will be stored here. If <code class="constant">NULL</code> then it is
4700-
ignored.
4700+
the shortest cycle of length at least 3 will be stored here.
4701+
If <code class="constant">NULL</code> then it is ignored.
47014702
</p></td>
47024703
</tr>
47034704
</tbody>
@@ -14753,7 +14754,7 @@ <h3 class="title">Warning</h3>
1475314754
<td><p>
1475414755
Pointer to a matrix, the result of the calculation will
1475514756
be stored here. The number of its rows and columns is the same
14756-
as the number of vertex IDs in <em class="parameter"><code>vit_from</code></em> and <em class="parameter"><code>vit_to</code></em>, respectively.
14757+
as the number of vertex IDs in <em class="parameter"><code>from</code></em> and <em class="parameter"><code>to</code></em>, respectively.
1475714758
</p></td>
1475814759
</tr>
1475914760
<tr>
@@ -15500,7 +15501,7 @@ <h3 class="title">Warning</h3>
1550015501
</p>
1550115502
<div class="informalexample"><pre class="programlisting">
1550215503
igraph_error_t igraph_similarity_dice(const igraph_t *graph, igraph_matrix_t *res,
15503-
const igraph_vs_t vit_from, const igraph_vs_t vit_to,
15504+
const igraph_vs_t from, const igraph_vs_t to,
1550415505
igraph_neimode_t mode, igraph_bool_t loops);
1550515506
</pre></div>
1550615507
<p>
@@ -15534,18 +15535,18 @@ <h3 class="title">Warning</h3>
1553415535
<td><p>
1553515536
Pointer to a matrix, the result of the calculation will
1553615537
be stored here. The number of its rows and columns is the same
15537-
as the number of vertex IDs in <em class="parameter"><code>vit_from</code></em> and <em class="parameter"><code>vit_to</code></em>, respectively.
15538+
as the number of vertex IDs in <em class="parameter"><code>from</code></em> and <em class="parameter"><code>to</code></em>, respectively.
1553815539
</p></td>
1553915540
</tr>
1554015541
<tr>
15541-
<td><p><span class="term"><em class="parameter"><code>vit_from</code></em>:</span></p></td>
15542+
<td><p><span class="term"><em class="parameter"><code>from</code></em>:</span></p></td>
1554215543
<td><p>
1554315544
The vertex IDs of the first vertices of the
1554415545
pairs for which the calculation will be done.
1554515546
</p></td>
1554615547
</tr>
1554715548
<tr>
15548-
<td><p><span class="term"><em class="parameter"><code>vit_to</code></em>:</span></p></td>
15549+
<td><p><span class="term"><em class="parameter"><code>to</code></em>:</span></p></td>
1554915550
<td><p>
1555015551
The vertex IDs of the second vertices of the
1555115552
pairs for which the calculation will be done.

c/html/develop/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ <h3 class="author">
6363
</div>
6464
</div>
6565
</div></div>
66-
<div><p class="releaseinfo">1.0.0-2-g534af079d</p></div>
66+
<div><p class="releaseinfo">1.0.1-1-g2329c0ed9</p></div>
6767
<div><div class="legalnotice">
68-
<a name="id-1.1.4"></a><p>This manual is for igraph, version 1.0.0-2-g534af079d.</p>
68+
<a name="id-1.1.4"></a><p>This manual is for igraph, version 1.0.1-1-g2329c0ed9.</p>
6969
<p>
7070
Copyright (C) 2005-2019 Gábor Csárdi and Tamás Nepusz.
7171
Copyright (C) 2020-2025 igraph development team.

0 commit comments

Comments
 (0)