@@ -14,7 +14,7 @@ patched functions are located in lib/automata.* .
1414Introduction
1515------------
1616
17- This is version 2.4 of the 'PatternClass' package.
17+ This is version 2.4.2 of the 'PatternClass' package.
1818
1919The 'PatternClass' package allows you to explore the permutation
2020pattern classes build by token passing networks.
@@ -54,12 +54,12 @@ If you get 'PatternClass' as a compressed file unpack it in the pkg/ folder
5454in the gap4r4 folder where GAP is installed on your computer.
5555To uncompress the .tar.gz file on UNIX use the following command
5656
57- tar xzf PatternClass2.4.tar.gz
57+ tar xzf PatternClass2.4.2. tar.gz
5858
5959If your version of tar does not support the z option use
6060
61- gunzip PatternClass2.4.tar.gz
62- tar xf PatternClass2.4.tar
61+ gunzip PatternClass2.4.2. tar.gz
62+ tar xf PatternClass2.4.2. tar
6363
6464This will create the folder PatternClass in pkg/ and within that
6565you will find the directories and files mentioned above.
@@ -72,7 +72,7 @@ Loading Automata 1.13
7272For help, type: ?Automata:
7373----------------------------------------------------------------
7474─────────────────────────────────────────────────────────────────────────────
75- Loading PatternClass 2.4.1 (A permutation pattern class package)
75+ Loading PatternClass 2.4.2 (A permutation pattern class package)
7676by Ruth Hoffmann (https://rh347.host.cs.st-andrews.ac.uk/ ),
7777 Steve Linton (http://sal.host.cs.st-andrews.ac.uk/ ), and
7878 Michael Albert (http://www.cs.otago.ac.nz/staff/michael.html ).
@@ -89,6 +89,11 @@ online or within GAP help.
8989
9090Changes
9191-------
92+ Changes from 2.4 to 2.4.2:
93+ - Changed the name of HashSet due to clash with DataStructure Package
94+ - Removed TODOs from code
95+ <<<>>><<<>>><<<>>><<<>>>
96+
9297Changes from 2.3 to 2.4:
9398- Improved the runtime of InbetweenPermSet when the subpermutation is of length 1.
9499- Added IsSumPerm function
0 commit comments