Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 26, 2022
1 parent 04888e7 commit 2e40fc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
This file describes changes in the recog package.

1.4.2 (2022-09-27)
- Fix more compatibility issues with matgrp <= 0.70
- Rename `order` to `OrderFunc` to avoid clashes with existing code
- Speed up default test suite

1.4.1 (2022-09-26)
- Fix compatibility with matgrp <= 0.70

Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ SetPackageInfo( rec(

PackageName := "recog",
Subtitle := "A package for constructive recognition of permutation and matrix groups",
Version := "1.4.1",
Date := "26/09/2022", # dd/mm/yyyy format
Version := "1.4.2",
Date := "27/09/2022", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

## Information about authors and maintainers.
Expand Down

0 comments on commit 2e40fc9

Please sign in to comment.