We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3146714 commit 65b1e4cCopy full SHA for 65b1e4c
1 file changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# igraph Python interface changelog
2
3
-## Unreleased
+## 0.9.3
4
5
### Added
6
@@ -13,10 +13,15 @@
13
14
* `Graph.to_directed()` now supports a `mode=...` keyword argument.
15
16
+### Changed
17
+
18
+* Updated igraph dependency to 0.9.3.
19
20
### Deprecated
21
22
* `Graph.to_directed(mutual=...)` is now deprecated, use `mode=...` instead.
23
24
25
## 0.9.1
26
27
### Changed
0 commit comments