File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGES to the 'datastructures' GAP package
22
3- ## X.Y.Z (2019-MM-DD )
3+ ## 0.2.4 (2019-09-03 )
44
55 - Require GAP >= 4.10
6+ - Switch to a stable hash function for records
7+ - Avoid creation of recursive slice objects
8+ - Add ViewObj for slices
9+ - Fix rank of ViewString for slices, so that it is called even if e.g.
10+ all packages are loaded
11+ - Various janitorial changes
612
713## 0.2.3 (2018-12-18)
814
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.3 " ,
15- Date := " 18/12/2018 " , # dd/mm/yyyy format
14+ Version := " 0.2.4 " ,
15+ Date := " 03/09/2019 " , # dd/mm/yyyy format
1616License := " GPL-2.0-or-later" ,
1717
1818Persons := [
You can’t perform that action at this time.
0 commit comments