Skip to content

Commit

Permalink
Update to v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Aug 28, 2024
1 parent 5fa891d commit 1853cea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "PatternClass",
Subtitle := "A permutation pattern class package",
Version := "2.4.3",
Date := "17/10/2022", # dd/mm/yyyy format
Version := "2.4.4",
Date := "28/08/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ patched functions are located in lib/automata.* .
Introduction
------------

This is version 2.4.2 of the 'PatternClass' package.
This is version 2.4.4 of the 'PatternClass' package.

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

Changes
-------


Changes from 2.4.4 to 2.4.2:
- Update CI, and use latest GAP functionality.
<<<>>><<<>>><<<>>><<<>>>

Changes from 2.4 to 2.4.2:
- Changed the name of HashSet due to clash with DataStructure Package
- Removed TODOs from code
Expand Down

0 comments on commit 1853cea

Please sign in to comment.