Skip to content

Releases: gap-packages/sgpdec

Attractor-Cycle Notation

01 Sep 12:27
Compare
Choose a tag to compare

BREAKING CHANGES: ContainsSet(sk, P) replaced with P in ExtendedImageSet(sk), since ExtendedImageSet is now a HashSet for faster lookup.
SortedExtendedImageSet added for retaining the functionality of having a sorted list of the extended images.
CompactNotation has different semantics now and it is renamed to AttractorCycleNotation. LinearNotation has been removed.

Other changes:
DotTransformation added.
ComputeSkeletonNavigationTables added. This replaces the previous caching mechanisms. With this all skeleton navigation functions can be precomputed.

Changing representative sets

12 Aug 01:39
Compare
Choose a tag to compare

MakeRepresentative added.

Essential dependencies

11 Aug 01:13
Compare
Choose a tag to compare

Preliminary functions for finding essential dependencies added. Skeleton code partially revised and simplified.

GAP 4.12 compatibility release

03 Sep 05:26
Compare
Choose a tag to compare

Due to an upstream change in the Semigroups package older versions are not working with GAP 4.12, hence the new release.
For GAP 4.11, SgpDec v0.9.3 is the last working release.

Removing the star state

29 Jun 06:47
Compare
Choose a tag to compare

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.

v0.9.2 Usability improvements for group decompositions

25 Mar 03:46
Compare
Choose a tag to compare

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.

v0.9.1 improvements in group decomposition

20 Mar 11:23
Compare
Choose a tag to compare

Separating computation of transversals and component groups into different functions: FLTransversals, FLComponents. This is useful for computing decompositions partially, in case the whole FLCascadeGroup is not feasible. ValidPoints is now defined as an attribute of FLCascadeGroup to avoid recalculation. Standard way of testing with TestPackage("sgpdec") is available now.

v0.9 `Monday morning in Waterloo' release

18 Mar 12:57
Compare
Choose a tag to compare

This release closes down a week long intensive development cycle. SgpDec now has 95% code coverage by tests and substantial amount of added documentation (though still unfinished). This release is recommended for classroom use.

New visualization functions for holonomy groups

16 Mar 03:11
Compare
Choose a tag to compare

This release starts a code freeze period. Only documentation will be added for the next stable release.

Wreath product fix

15 Mar 18:11
Compare
Choose a tag to compare
Wreath product fix Pre-release
Pre-release

Full cascade semigroups do not have 'ghost' elements anymore as a result of registering identities as dependencies.