Skip to content

Commit bed26a7

Browse files
committed
Version 2.4.2
1 parent a4ad57b commit bed26a7

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ SetPackageInfo( rec(
1010

1111
PackageName := "PatternClass",
1212
Subtitle := "A permutation pattern class package",
13-
Version := "2.4.1",
14-
Date := "28/09/2017", # dd/mm/yyyy format
13+
Version := "2.4.2",
14+
Date := "24/07/2018", # dd/mm/yyyy format
1515

1616
Persons := [
1717
rec(

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ patched functions are located in lib/automata.* .
1414
Introduction
1515
------------
1616

17-
This is version 2.4 of the 'PatternClass' package.
17+
This is version 2.4.2 of the 'PatternClass' package.
1818

1919
The 'PatternClass' package allows you to explore the permutation
2020
pattern classes build by token passing networks.
@@ -54,12 +54,12 @@ If you get 'PatternClass' as a compressed file unpack it in the pkg/ folder
5454
in the gap4r4 folder where GAP is installed on your computer.
5555
To 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

5959
If 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

6464
This will create the folder PatternClass in pkg/ and within that
6565
you will find the directories and files mentioned above.
@@ -72,7 +72,7 @@ Loading Automata 1.13
7272
For 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)
7676
by 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

9090
Changes
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+
9297
Changes 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

Comments
 (0)