5 Commits

Author SHA256 Message Date
ae628b1e3a gap-groupoids 1.81 2025-11-26 21:08:24 +01:00
1e6b91d735 gap-groupoids 1.79 2025-09-11 22:46:04 +02:00
7fa1e56459 gap-groupoids 1.78 2025-07-20 19:09:27 +02:00
b878ad40c8 gap-groupoids 1.77 2025-07-03 16:27:09 +02:00
7dd7fee243 gap-groupoids 1.76 2024-09-23 13:18:43 +02:00
4 changed files with 49 additions and 6 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Wed Nov 26 20:05:52 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.81
* Revised FreeProductWithAmalgamation and HnnExtension.
* Revised Families and Types for semigroups/monoids with objects.
* Major revision of Left/Right/DoubleCosets, to cope with rays.
* Submagma operations not used or documented, so deleted.
* Renamed CosetSuperDomain and CosetActingDomain,
RightActionGroupoid -> GroupoidWithMonoidObjects.
* Renamed GroupoidOfArrow as MWOofArrow and documented it.
-------------------------------------------------------------------
Thu Sep 11 20:45:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.79
* Added operation GroupoidInnerAutomorphismNormalSubgroupoid
* Revised code and examples of GroupoidInnerAutomorphism
* Added GroupoidAutomorphismByNtuple(NC) and
HomogeneousDiscreteSubgroupoid
-------------------------------------------------------------------
Sun Jul 20 17:08:57 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.78
* Documented some missing categories in the manual
-------------------------------------------------------------------
Thu Jul 3 14:25:51 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.77
* Added operation `IsFullSubgroupoid(gpd,subgpd)`
* `Subgroupoid` now checks for `SubgroupoidWithRays`
* `SubgroupoidByPieces` now copes with mixed piece data
* Added method for `\=` for two groupoid homomorphisms
* Documented the operation `PiecePositions`
* Revised `HomomorphismByUnion` - deals with many pieces
-------------------------------------------------------------------
Mon Sep 23 11:17:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.76
* fix error caused re immutable ExtRepOfObj
-------------------------------------------------------------------
Wed Jan 24 00:20:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-groupoids
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: gap-groupoids
Version: 1.74
Version: 1.81
Release: 0
Summary: GAP: Groupoids, graphs of groups, and graphs of groupoids
License: GPL-2.0-or-later
@@ -27,7 +27,6 @@ URL: https://gap-packages.github.io/groupoids/
Source: https://github.com/gap-packages/groupoids/releases/download/v%version/groupoids-%version.tar.gz
BuildArch: noarch
BuildRequires: gap-rpm-devel
Requires: gap-autodoc >= 2019.02.22
Requires: gap-core >= 4.10.1
Requires: gap-fga >= 1.4.0
Requires: gap-utils >= 0.76

Binary file not shown.

BIN
groupoids-1.81.tar.gz LFS Normal file

Binary file not shown.