From 89f6d95832d602917676096e6d0364d7ad211e56 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 16 Oct 2024 18:34:32 +0200 Subject: [PATCH] Version 1.4.3 --- CHANGES | 7 +++++++ PackageInfo.g | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 12743312..57be0adc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,12 @@ This file describes changes in the recog package. +1.4.3 (2024-10-16) + - Stop overriding the system library function `MTX.InvariantBilinearForm` + with an old version (this was meant to fix a bug in GAP but has been + unnecessary for a couple years, and now impedes improvements for this + function in GAP) + - Various internal and janitorial changes + 1.4.2 (2022-09-27) - Fix more compatibility issues with matgrp <= 0.70 - Rename `order` to `OrderFunc` to avoid clashes with existing code diff --git a/PackageInfo.g b/PackageInfo.g index 335d9702..3560a7ee 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -18,8 +18,8 @@ SetPackageInfo( rec( PackageName := "recog", Subtitle := "A package for constructive recognition of permutation and matrix groups", -Version := "1.4.2", -Date := "27/09/2022", # dd/mm/yyyy format +Version := "1.4.3", +Date := "16/10/2024", # dd/mm/yyyy format License := "GPL-3.0-or-later", ## Information about authors and maintainers.