File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ SetPackageInfo( rec(
1111
1212PackageName := " datastructures" ,
1313Subtitle := " 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
1616License := " GPL-2.0-or-later" ,
1717
1818Persons := [
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ and implementations.
1717This is a BETA release of this package. Interfaces and behaviour might
1818change between beta releases and break your code. If you are relying on
1919any 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
2322or 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
5150Full information and documentation can be found in the manual, available
5251as PDF ` doc/manual.pdf ` or as HTML ` doc/chap0_mj.html ` , or on the package
5352homepage at
54-
5553 < http://gap-packages.github.io/datastructures/ >
5654
5755
5856## Bug reports and feature requests
5957
6058Please submit bug reports and feature requests via our GitHub issue tracker:
61-
6259 < https://github.com/gap-packages/datastructures/issues >
6360
6461
You can’t perform that action at this time.
0 commit comments