File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ SetPackageInfo( rec(
1010
1111PackageName := " PatternClass" ,
1212Subtitle := " 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
1515License := " GPL-2.0-or-later" ,
1616
1717Persons := [
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ patched functions are located in lib/automata.* .
1414Introduction
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
1919The 'PatternClass' package allows you to explore the permutation
2020pattern classes build by token passing networks.
@@ -89,6 +89,12 @@ online or within GAP help.
8989
9090Changes
9191-------
92+
93+
94+ Changes from 2.4.4 to 2.4.2:
95+ - Update CI, and use latest GAP functionality.
96+ <<<>>><<<>>><<<>>><<<>>>
97+
9298Changes from 2.4 to 2.4.2:
9399- Changed the name of HashSet due to clash with DataStructure Package
94100- Removed TODOs from code
You can’t perform that action at this time.
0 commit comments