You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Licensing information can be found in the `LICENSE` file.
6
6
7
+
## Version 1.5.2 (released 30/03/2022)
8
+
9
+
This is a very minor release containing technical changes for maintaining compatibility with other GAP packages.
10
+
11
+
## Version 1.5.1 (released 29/03/2022)
12
+
13
+
This minor release contains several bugfixes and technical changes. This includes:
14
+
15
+
* Bugfix: vertex labels are no longer wrongly retained when using `DigraphEdgeUnion`. This was reported by [Wilf A. Wilson][] in [Issue #496](https://github.com/digraphs/Digraphs/issues/496) and fixed by Joseph Edwards in [PR #507](https://github.com/digraphs/Digraphs/pull/507).
16
+
* Bugfix: a segfault could be caused by calling `OutNeighbours` with an inappropriate argument. This was reported by [Wilf A. Wilson][] in [Issue #518](https://github.com/digraphs/Digraphs/issues/518) and fixed by [James D. Mitchell][] in [PR #519](https://github.com/digraphs/Digraphs/pull/519).
17
+
*[Wilf A. Wilson][] improved the performance of `DigraphAddEdge` for digraphs without edge labels in [PR #509](https://github.com/digraphs/Digraphs/pull/509).
18
+
*[Max Horn][] changed the declaration of the variable `Vertices` to improve compatibility with Grape in [PR #530](https://github.com/digraphs/Digraphs/pull/530).
19
+
7
20
## Version 1.5.0 (released 27/10/2021)
8
21
9
22
This is a fairly major release of the Digraphs package, containing some bugfixes and several new features.
0 commit comments