Skip to content

Commit be4286e

Browse files
committed
preparing first release
1 parent 7047aac commit be4286e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# News
2+
3+
## v0.10.15 - 2025-04-17
4+
5+
- First release of IGraphs.jl closely wrapping the C library igraph v0.10.15

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "IGraphs"
22
uuid = "647e90d3-2106-487c-adb4-c91fc07b96ea"
33
authors = ["Stefan Krastanov <stefan@krastanov.org>"]
4-
version = "1.0.0"
4+
version = "0.10.15"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ function get_eid(graph, from, to, directed, error)
5252
end
5353
```
5454

55+
### Version number
56+
57+
IGraphs.jl v`X.Y.Z` will always wrap a v`x.y.z` of the C library igraph where `X=x` and `Y=y`. `Z` and `z` might not match.
58+
5559
### Details and Wrapper stats
5660

5761
```julia-repl

0 commit comments

Comments
 (0)