Skip to content

Commit

Permalink
[v2.4.5] - website update
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthhoffmann authored and github-actions[bot] committed Aug 30, 2024
1 parent 4fbd755 commit 4c5a0d6
Show file tree
Hide file tree
Showing 44 changed files with 5,365 additions and 32 deletions.
12 changes: 6 additions & 6 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.4",
Date := "28/08/2024", # dd/mm/yyyy format
Version := "2.4.5",
Date := "30/08/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand All @@ -20,8 +20,8 @@ Persons := [
IsMaintainer := true,
FirstNames := "Ruth",
LastName := "Hoffmann",
WWWHome := "https://rh347.host.cs.st-andrews.ac.uk/",
Email := "rh347@icloud.com",
WWWHome := "https://www.st-andrews.ac.uk/computer-science/people/rh347/",
Email := "rh347@st-andrews.ac.uk",
PostalAddress := Concatenation(
"School of Computer Science,\n",
"University of St. Andrews,\n",
Expand All @@ -30,8 +30,8 @@ Persons := [
"Fife,\n",
"KY16 9SS,\n",
"SCOTLAND" ),
Place := "Glasgow",
Institution := "School of Computing Science, University of Glasgow",
Place := "St Andrews",
Institution := "School of Computer Science, University of St Andrews",
),
rec(
IsAuthor := true,
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,9 @@
The 'PatternClass' GAP 4 package
================================

!!!!!!!!!!!!!!
! Patch info !
!!!!!!!!!!!!!!
We had to patch the IntersectionAutomaton, UnionAutomata and ProductLanguage
from the Automata pkg (version 1.13) to improve performance testing. The
patched functions are located in lib/automata.* .

Introduction
------------

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.
Amongst other things, 'PatternClass' can compute the basis of a
Expand Down
10 changes: 5 additions & 5 deletions _data/package.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: PatternClass
version: 2.4.4
date: 2024-08-28
version: 2.4.5
date: 2024-08-30
description: |
A permutation pattern class package
authors:
- name: Ruth Hoffmann
url: https://rh347.host.cs.st-andrews.ac.uk/
url: https://www.st-andrews.ac.uk/computer-science/people/rh347/
- name: Steve Linton
url: http://sal.host.cs.st-andrews.ac.uk/
- name: Michael Albert
url: https://www.otago.ac.nz/computer-science/people/Michael_Albert.html

maintainers:
- name: Ruth Hoffmann
url: https://rh347.host.cs.st-andrews.ac.uk/
url: https://www.st-andrews.ac.uk/computer-science/people/rh347/

GAP: ">= 4.8"

Expand All @@ -32,7 +32,7 @@ packageinfo: https://gap-packages.github.io/PatternClass/PackageInfo.g

downloads:
- name: .tar.gz
url: https://github.com/gap-packages/PatternClass/releases/download/v2.4.4/PatternClass-2.4.4.tar.gz
url: https://github.com/gap-packages/PatternClass/releases/download/v2.4.5/PatternClass-2.4.5.tar.gz

abstract: |
The PatternClass package is build on the idea of token passing networks building permutation pattern classes. Those classes are best determined by their basis. Both sets can be encoded by rank encoding their permutations. Each, the class and its basis, in their encoded form build a rational language. Rational languages can be easily computed by using automata, which also can be build directly from the token passing networks. Both ways will build the same language, i.e. the same automaton.
Expand Down
Loading

0 comments on commit 4c5a0d6

Please sign in to comment.