diff --git a/CHANGES b/CHANGES index 35a4346..e0fc7a1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,50 @@ +========================================================================== +Changes from version 1.34 to 1.35: +========================================================================== + +Added functions in this release: +---------------------------------------------------------------------- +ElementIn_vA_AsElementInIndecProj +FromMatrixToHomomorphismOfProjectives +LeftSupportQuiverAlgebraElement +RightSupportQuiverAlgebraElement +SupportQuiverAlgebraElement + +Discontinued/removed functions: +------------------------------------------------------------ +None + +Changed code for: +---------------------------------------------------------------------- +1stSyzygy + +Fixed bugs in: +---------------------------------------------------------------------- +AlgebraAsQuiverAlgebra +AlmostSplitSequenceInPerpT +EndOfModuleAsQuiverAlgebra +Enumerator (Quiver) +QuiverAlgebraOfAmodAeA +ReadAlgebra +SaveAlgebra +RightApproximationByAddM (list version) + +Bugs for isolated vertices fixed in: + CoKernelProjection + KernelInclusion + RestrictionViaAlgebraHomomorphism + RightAlgebraModuleToPathAlgebraMatModule + SubRepresentationInclusion + + +Miscellaneous +---------------------------------------------------------------------- +Added computation of a basis of a algebra of an acyclic quiver +Enumerator test added for quivers +Fixed typos in CHANGES, documentation, headers of functions +Updated documentation for + + ========================================================================== Changes from version 1.33 to 1.34: ========================================================================== diff --git a/PackageInfo.g b/PackageInfo.g index 7db9fe0..a487935 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -1,8 +1,8 @@ SetPackageInfo( rec( PackageName := "QPA", Subtitle := "Quivers and Path Algebras", -Version := "1.34", -Date := "02/08/2022", # dd/mm/yyyy format +Version := "1.35", +Date := "04/01/2024", # dd/mm/yyyy format License := "GPL-2.0-or-later", ArchiveURL := Concatenation( "https://folk.ntnu.no/oyvinso/QPA/qpa-",~.Version), diff --git a/README b/README index 2a7b071..103fe0a 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ -The QPA package for GAP 4.11 +The QPA package for GAP 4.12 ================================== -Version 1.34; August 2nd, 2022 -Copyright (C) 2021 The QPA-team, +Version 1.35; January 4th, 2024 +Copyright (C) 2024 The QPA-team, https://folk.ntnu.no/oyvinso/QPA/ Introduction diff --git a/doc/qpadocumentation.xml b/doc/qpadocumentation.xml index f1853f1..6c716d4 100644 --- a/doc/qpadocumentation.xml +++ b/doc/qpadocumentation.xml @@ -41,7 +41,7 @@ - August 2022 + January 2024 The GAP4 deposited package QPA extends the @@ -59,7 +59,7 @@ long way left. Part of this work is to implement/port the functionality and data structures that was available in CREP. - ©right; 2011-2021 by The QPA-team.

+ ©right; 2014-2024 by The QPA-team.

QPA is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -74,7 +74,7 @@ QPA, please cite it in the following form:

The QPA-team, QPA - Quivers, path algebras and - representations, Version <#Include SYSTEM "../version">; 2021 + representations, Version <#Include SYSTEM "../version">; 2024 (https://folk.ntnu.no/oyvinso/QPA/) diff --git a/version b/version index eda3ab3..f71ef94 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.34 \ No newline at end of file +1.35 \ No newline at end of file