Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 7, 2016
1 parent 8ae9577 commit 94b1b9c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
16 changes: 14 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
This file describes changes in the recog package.

X.Y (YYYY-MM-DD)
- ...
1.2.4 (2016-01-07)
- Fix bugs with handling of scalars in projective matrix groups (see issues #2 and #4)
- Fix misdetection of SL(2,q), odd q (see issue #3)
- Fix bug leading to "Error: Group() called with empty list of generators" (see issue #5)
- Workaround for problem with L2(31) (see issue #6)
- Fix endless loop when recognizing GL(2,q) with q <= 32 (see issue #9)
- Detect if DoHintedLowIndex runs into an infinite loop
- Add various source code comments
- Move FindKernelLowerLeftPGroup from recogbase to recog
- Move website to http://gap-packages.github.io/recog/
- Update documentation
- Splits some large source files into multiple
- Remove lots of unused code and files
- Remove GAP 4.4 compatibility code

1.2.3 (2014-09-24)
- Update Max Neunhoeffer's contact data
Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ SetPackageInfo( rec(

PackageName := "recog",
Subtitle := "A collection of group recognition methods",
Version := "1.2.3.1",
Date := "24/09/2014", # dd/mm/yyyy format
Version := "1.2.4",
Date := "07/01/2016", # dd/mm/yyyy format

## Information about authors and maintainers.
Persons := [
Expand Down Expand Up @@ -211,10 +211,10 @@ Status := "deposited",
# AcceptDate := "08/1999",
#AcceptDate := "",

PackageWWWHome := "http://gap-system.github.io/recog/",
PackageWWWHome := "http://gap-packages.github.io/recog/",
README_URL := Concatenation(~.PackageWWWHome, "README"),
PackageInfoURL := Concatenation(~.PackageWWWHome, "PackageInfo.g"),
ArchiveURL := Concatenation("https://github.com/gap-system/recog/",
ArchiveURL := Concatenation("https://github.com/gap-packages/recog/",
"releases/download/v", ~.Version,
"/recog-", ~.Version),
ArchiveFormats := ".tar.gz .tar.bz2",
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ in the recog directory. But this should not be necessary.

For bug reports, feature requests and suggestions, please refer to

https://github.com/neunhoef/recog/issues
https://github.com/gap-packages/recog/issues
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4
4 changes: 2 additions & 2 deletions doc/title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
A collection of group recognition methods
</Subtitle>
<Version>
1.2.3
1.2.4
</Version>
<Author>
Max Neunhöffer<Alt Only="LaTeX"><Br/></Alt>
Expand Down Expand Up @@ -137,7 +137,7 @@ Germany<Br/>

</Author>
<Date>
24/09/2014
07/01/2016
</Date>
<Copyright>
&copyright; 2005-2014 by Max Neunhöffer and Ákos Seress<P/>
Expand Down

0 comments on commit 94b1b9c

Please sign in to comment.