Skip to content

Commit

Permalink
Version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 13, 2022
1 parent ef0dce1 commit bfa8794
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SetPackageInfo( rec(
PackageName := "YangBaxter",
Subtitle := "Combinatorial Solutions for the Yang-Baxter equation",
Version := "0.10.0",
Date := "29/04/2022", # dd/mm/yyyy format
Version := "0.10.1",
Date := "14/08/2022", # dd/mm/yyyy format
License := "GPL-3.0",

PackageWWWHome :=
Expand Down
4 changes: 2 additions & 2 deletions tst/yangbaxter01.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( "yangbaxter01.tst");
gap> START_TEST("yangbaxter01.tst");

# doc/_Chapter_Preliminaries.xml:43-48
gap> Skewbrace([[(),()]]);
Expand Down Expand Up @@ -114,4 +114,4 @@ gap> IdSkewbrace(DirectProduct(A,B));
[ 12, 11 ]

#
gap> STOP_TEST("yangbaxter01.tst", 1 );
gap> STOP_TEST("yangbaxter01.tst", 1);
4 changes: 2 additions & 2 deletions tst/yangbaxter02.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( "yangbaxter02.tst");
gap> START_TEST("yangbaxter02.tst");

# doc/_Chapter_Algebraic_Properties_of_Braces.xml:18-22
gap> rg := SmallRing(8,10);;
Expand Down Expand Up @@ -109,4 +109,4 @@ gap> Display(gens[1]);
[ 0, 0, 0, 0, 0, 1 ] ]

#
gap> STOP_TEST("yangbaxter02.tst", 1 );
gap> STOP_TEST("yangbaxter02.tst", 1);
4 changes: 2 additions & 2 deletions tst/yangbaxter03.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( "yangbaxter03.tst");
gap> START_TEST("yangbaxter03.tst");

# doc/_Chapter_Ideals_and_left_ideals.xml:40-49
gap> br := SmallBrace(8,4);
Expand Down Expand Up @@ -198,4 +198,4 @@ gap> IsSolvable(br);
false

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

0 comments on commit bfa8794

Please sign in to comment.