@@ -4,6 +4,53 @@ Wilf A. Wilson, Michael Young et al.
4
4
5
5
Licensing information can be found in the ` LICENSE ` file.
6
6
7
+ ## Version 1.9.0 (released 06/09/2024)
8
+
9
+ ## What's Changed
10
+ * Update my web-address by @markuspf in
11
+ https://github.com/digraphs/Digraphs/pull/674
12
+ * Fix off by one error by @james-d-mitchell in
13
+ https://github.com/digraphs/Digraphs/pull/677
14
+ * Resolve issue #676 by @james-d-mitchell in
15
+ https://github.com/digraphs/Digraphs/pull/678
16
+ * Add hash function for digraphs by @reiniscirpons in
17
+ https://github.com/digraphs/Digraphs/pull/675
18
+ * kernel: use GAP's GVAR_FUNC macro by @fingolfin in
19
+ https://github.com/digraphs/Digraphs/pull/682
20
+ * Add DigraphAllChordlessCycles by @MeikeWeiss in
21
+ https://github.com/digraphs/Digraphs/pull/679
22
+ * Add DomainForAction mock for actions on digraphs by @reiniscirpons in
23
+ https://github.com/digraphs/Digraphs/pull/686
24
+ * doc: start using autodoc by @james-d-mitchell in
25
+ https://github.com/digraphs/Digraphs/pull/684
26
+ * Make Orb use digraph hashes by @reiniscirpons in
27
+ https://github.com/digraphs/Digraphs/pull/687
28
+ * Fix startup bug by @james-d-mitchell in
29
+ https://github.com/digraphs/Digraphs/pull/688
30
+ * Add comment to remove rank by @reiniscirpons in
31
+ https://github.com/digraphs/Digraphs/pull/692
32
+ * Lint for new version of gaplint by @james-d-mitchell in
33
+ https://github.com/digraphs/Digraphs/pull/691
34
+ * Add ` SubdigraphsMonomorphisms ` by @james-d-mitchell in
35
+ https://github.com/digraphs/Digraphs/pull/690
36
+ * Added method AllUndirectedSimpleCircuits by @MeikeWeiss in
37
+ https://github.com/digraphs/Digraphs/pull/689
38
+ * Update for recent gaplint by @james-d-mitchell in
39
+ https://github.com/digraphs/Digraphs/pull/693
40
+ * Add a test for issue #676 by @wilfwilson in
41
+ https://github.com/digraphs/Digraphs/pull/695
42
+ * Fix edge placement in HanoiGraph by @Joseph-Edwards in
43
+ https://github.com/digraphs/Digraphs/pull/699
44
+ * Fix planarity by @Joseph-Edwards in
45
+ https://github.com/digraphs/Digraphs/pull/696
46
+ * Clarify homomorphisms finder with specified image by @james-d-mitchell in
47
+ https://github.com/digraphs/Digraphs/pull/700
48
+
49
+ ## New Contributors
50
+ * @MeikeWeiss made their first contribution in https://github.com/digraphs/Digraphs/pull/679
51
+
52
+ ** Full Changelog** : https://github.com/digraphs/Digraphs/compare/v1.8.0...v1.9.0
53
+
7
54
## Version 1.8.0 (released 27/08/2024)
8
55
9
56
This release contains several improvements and bug fixes:
0 commit comments