Skip to content

Commit 817a4c6

Browse files
committed
Version 0.2.5
1 parent bfbcc32 commit 817a4c6

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGES to the 'datastructures' GAP package
22

3+
## 0.2.5 (2019-11-11)
4+
5+
- Replace the build system with a new one that doesn't use autotool
6+
- Fix loading workspaces which use datastructures
7+
- Fix some issues in the documentation
8+
- Adjust test suite to pass in both GAP 4.10 and 4.11
9+
310
## 0.2.4 (2019-09-03)
411

512
- Require GAP >= 4.10

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ SetPackageInfo( rec(
1111

1212
PackageName := "datastructures",
1313
Subtitle := "Collection of standard data structures for GAP",
14-
Version := "0.2.4",
15-
Date := "03/09/2019", # dd/mm/yyyy format
14+
Version := "0.2.5",
15+
Date := "11/11/2019", # dd/mm/yyyy format
1616
License := "GPL-2.0-or-later",
1717

1818
Persons := [

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ and implementations.
1717
This is a BETA release of this package. Interfaces and behaviour might
1818
change between beta releases and break your code. If you are relying on
1919
any feature and would like it to be retained, please contact us via
20-
21-
https://github.com/gap-packages/datastructures/issues
20+
<https://github.com/gap-packages/datastructures/issues>
2221

2322
or our slack channel #datastructures on https://gap-system.slack.com.
2423

@@ -51,14 +50,12 @@ List queues based on Reimer Behrends' implementation in HPC-GAP
5150
Full information and documentation can be found in the manual, available
5251
as PDF `doc/manual.pdf` or as HTML `doc/chap0_mj.html`, or on the package
5352
homepage at
54-
5553
<http://gap-packages.github.io/datastructures/>
5654

5755

5856
## Bug reports and feature requests
5957

6058
Please submit bug reports and feature requests via our GitHub issue tracker:
61-
6259
<https://github.com/gap-packages/datastructures/issues>
6360

6461

0 commit comments

Comments
 (0)