Skip to content

Commit

Permalink
Prepare for release of 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Aug 16, 2021
1 parent 85e47b8 commit 57c92b8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "Vole",
Subtitle := "Backtrack search in permutation groups with graphs",
Version := "0.5.0",
Date := "09/08/2021", # dd/mm/yyyy format
Version := "0.5.1",
Date := "15/08/2021", # dd/mm/yyyy format
License := "MPL-2.0",

Persons := [
Expand Down
4 changes: 2 additions & 2 deletions tst/vole02.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST("vole02.tst");
gap> START_TEST( "vole02.tst");

# doc/_Chapter_install.xml:223-226
gap> LoadPackage("vole", false);
Expand All @@ -23,4 +23,4 @@ gap> Vole.Intersection(A4, D8) = Group([ (1,2)(3,4), (1,4)(2,3) ]);
true

#
gap> STOP_TEST("vole02.tst", 1);
gap> STOP_TEST("vole02.tst", 1 );
4 changes: 2 additions & 2 deletions tst/vole03.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST("vole03.tst");
gap> START_TEST( "vole03.tst");

# doc/_Chapter_tut.xml:16-21
gap> M12 := MathieuGroup(12);;
Expand Down Expand Up @@ -72,4 +72,4 @@ gap> VoleFind.Group(VoleCon.InGroup(M12),
true

#
gap> STOP_TEST("vole03.tst", 1);
gap> STOP_TEST("vole03.tst", 1 );
4 changes: 2 additions & 2 deletions tst/vole04.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST("vole04.tst");
gap> START_TEST( "vole04.tst");

# doc/_Chapter_wrapper.xml:96-104
gap> LoadPackage("vole", false);;
Expand Down Expand Up @@ -125,4 +125,4 @@ gap> Vole.CanonicalDigraph(JohnsonDigraph(4,2));
<immutable digraph with 6 vertices, 24 edges>

#
gap> STOP_TEST("vole04.tst", 1);
gap> STOP_TEST("vole04.tst", 1 );
4 changes: 2 additions & 2 deletions tst/vole05.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST("vole05.tst");
gap> START_TEST( "vole05.tst");

# doc/_Chapter_interface.xml:40-44
gap> LoadPackage("vole", false);;
Expand Down Expand Up @@ -118,4 +118,4 @@ gap> VoleFind.CanonicalPerm(SymmetricGroup(4),
(1,2,3)

#
gap> STOP_TEST("vole05.tst", 1);
gap> STOP_TEST("vole05.tst", 1 );
4 changes: 2 additions & 2 deletions tst/vole06.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST("vole06.tst");
gap> START_TEST( "vole06.tst");

# doc/_Chapter_Constraints.xml:103-109
gap> LoadPackage("vole", false);;
Expand Down Expand Up @@ -110,4 +110,4 @@ gap> VoleFind.Rep(VoleCon.None());
fail

#
gap> STOP_TEST("vole06.tst", 1);
gap> STOP_TEST("vole06.tst", 1 );
4 changes: 2 additions & 2 deletions tst/vole07.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST("vole07.tst");
gap> START_TEST( "vole07.tst");

# doc/_Chapter_Refiners.xml:27-34
gap> LoadPackage("vole", false);;
Expand All @@ -19,4 +19,4 @@ gap> Set(RecNames(VoleRefiner));
"TupleTransporter" ]

#
gap> STOP_TEST("vole07.tst", 1);
gap> STOP_TEST("vole07.tst", 1 );

0 comments on commit 57c92b8

Please sign in to comment.