diff --git a/ChangeLog b/ChangeLog index 43be460..829c39a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.9.4 + Release for GAP 4.12.0. Semigroups introduced RandomWord, so it is removed from SgpDec. +0.9.3 + The star state was added previously to explicitly represent the situation where the cascade action 'jumps over' some levels. However, the extra states unnecessarily increase the size of the component state sets, leading to bigger decompositions. This release removes the star state and uses the constant 1 map as the default component action. Thus, the decompositions will be smaller. 0.9.2 Making FL conversion functions polymorphic, so they can either take an FLCascadeGroup for convenience, or a list of transversals if obtaining a decompositions (lifting the generators) is not feasible. 0.9.1 diff --git a/PackageInfo.g b/PackageInfo.g index 60e76fb..55d7c0f 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -1,6 +1,6 @@ ## <#GAPDoc Label="PKGVERSIONDATA"> -## -## +## +## ## <#/GAPDoc> SetPackageInfo(rec( @@ -9,9 +9,9 @@ PackageName := "SgpDec", Subtitle := "Hierarchical Coordinatizations of Finite Groups and Semigroups", -Version := "0.9.4-dev", +Version := "0.9.4", -Date := "05/08/2019", # dd/mm/yyyy format +Date := "03/09/2022", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -93,10 +93,10 @@ PackageDoc := rec( Dependencies := rec( - GAP := ">= 4.10.0", - NeededOtherPackages := [["GAPDoc", ">=1.6.2"], #StringPrint - ["orb", ">=4.8.1"], #hashtable functionalities - ["semigroups", ">=3.0.20"] + GAP := ">= 4.12.0", + NeededOtherPackages := [["GAPDoc", ">=1.6.6"], #StringPrint + ["orb", ">=4.8.5"], #hashtable functionalities + ["semigroups", ">=5.0.2"] ], SuggestedOtherPackages := [],#["viz", ">=0.2"]], #Draw, Splash] ExternalConditions := [ ]