Skip to content

Commit 4db73f2

Browse files
committed
chore: added igraph 1.0.0 release
1 parent 8e6bd74 commit 4db73f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+124828
-22
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?=0.10.17
7+
CVERSION?=1.0.0
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 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 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-
0.10.17
1+
1.0.0

_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 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 main develop

c/html/1.0.0/igraph-Advanced.html

Lines changed: 1163 additions & 0 deletions
Large diffs are not rendered by default.

c/html/1.0.0/igraph-Attributes.html

Lines changed: 7192 additions & 0 deletions
Large diffs are not rendered by default.

c/html/1.0.0/igraph-Basic.html

Lines changed: 3402 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)