Skip to content

Commit

Permalink
Version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 11, 2019
1 parent bfbcc32 commit 817a4c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGES to the 'datastructures' GAP package

## 0.2.5 (2019-11-11)

- Replace the build system with a new one that doesn't use autotool
- Fix loading workspaces which use datastructures
- Fix some issues in the documentation
- Adjust test suite to pass in both GAP 4.10 and 4.11

## 0.2.4 (2019-09-03)

- Require GAP >= 4.10
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ SetPackageInfo( rec(

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

Persons := [
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ and implementations.
This is a BETA release of this package. Interfaces and behaviour might
change between beta releases and break your code. If you are relying on
any feature and would like it to be retained, please contact us via

https://github.com/gap-packages/datastructures/issues
<https://github.com/gap-packages/datastructures/issues>

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

Expand Down Expand Up @@ -51,14 +50,12 @@ List queues based on Reimer Behrends' implementation in HPC-GAP
Full information and documentation can be found in the manual, available
as PDF `doc/manual.pdf` or as HTML `doc/chap0_mj.html`, or on the package
homepage at

<http://gap-packages.github.io/datastructures/>


## Bug reports and feature requests

Please submit bug reports and feature requests via our GitHub issue tracker:

<https://github.com/gap-packages/datastructures/issues>


Expand Down

0 comments on commit 817a4c6

Please sign in to comment.