Skip to content

Commit

Permalink
Version 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyquiver committed Jan 4, 2024
1 parent c5d3b3e commit 5ce9aa0
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 9 deletions.
47 changes: 47 additions & 0 deletions 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:
==========================================================================
Expand Down
4 changes: 2 additions & 2 deletions 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),
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions doc/qpadocumentation.xml
Expand Up @@ -41,7 +41,7 @@
</Address>
</Author>

<Date>August 2022</Date>
<Date>January 2024</Date>

<Abstract>
The GAP4 deposited package <Package>QPA</Package> extends the
Expand All @@ -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.
</Abstract>
<Copyright>&copyright; 2011-2021 by The QPA-team.<P/>
<Copyright>&copyright; 2014-2024 by The QPA-team.<P/>

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

The QPA-team, <Package>QPA</Package> - Quivers, path algebras and
representations, Version <#Include SYSTEM "../version">; 2021
representations, Version <#Include SYSTEM "../version">; 2024
(<URL>https://folk.ntnu.no/oyvinso/QPA/</URL>)
</Copyright>

Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
1.34
1.35

0 comments on commit 5ce9aa0

Please sign in to comment.