Skip to content

Commit 1853cea

Browse files
Update to v2.4.4
1 parent 5fa891d commit 1853cea

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.3",
14-
Date := "17/10/2022", # dd/mm/yyyy format
13+
Version := "2.4.4",
14+
Date := "28/08/2024", # dd/mm/yyyy format
1515
License := "GPL-2.0-or-later",
1616

1717
Persons := [

README.md

Lines changed: 7 additions & 1 deletion
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.2 of the 'PatternClass' package.
17+
This is version 2.4.4 of the 'PatternClass' package.
1818

1919
The 'PatternClass' package allows you to explore the permutation
2020
pattern classes build by token passing networks.
@@ -89,6 +89,12 @@ online or within GAP help.
8989

9090
Changes
9191
-------
92+
93+
94+
Changes from 2.4.4 to 2.4.2:
95+
- Update CI, and use latest GAP functionality.
96+
<<<>>><<<>>><<<>>><<<>>>
97+
9298
Changes from 2.4 to 2.4.2:
9399
- Changed the name of HashSet due to clash with DataStructure Package
94100
- Removed TODOs from code

0 commit comments

Comments
 (0)