-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES.rds
More file actions
133 lines (100 loc) · 3.93 KB
/
CHANGES.rds
File metadata and controls
133 lines (100 loc) · 3.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
1.9:
- renamed `PRank@RDS` to `RDS_PRank`
- renamed `FOO` to `BAR`
- various janitorial changes
------------------
1.8:
- Avoid incorrect pluralizations in output
- various janitorial changes
------------------
1.7:
- move package to GitHub
- various janitorial changes
------------------
1.6:
------------------
1.5:
- path fixed in PackageInfo.g
------------------
1.4:
- directory for PackageInfo.g and archives changed
------------------
1.3:
- required GAP version set to 4.5 due to the use of the "namespaces" feature
- pRank and maxAutsizeForOrbitCalculation renamed to PRrank@RDS and
MaxAutsizeForOrbitCalculation@RDS to conform with GAP's naming convention for packages.
- additional sorting of records introduced in ReducedDiffsets.gi (made necessary by the new ordering method for records in gap 4.5)
------------------
1.2:
- homepage moved.
------------------
1.1:
- minor fixes in the ShallowCopy part of ConcatenationOfIterators and
CartesianIterator
- ReducedStartsets rewritten.
- package moved from Galway back to Kaiserslautern
------------------
1.0:
- changed years in the copyright notice (from 2006 to 2006-2008).
------------------
0.9beta28:
- marginal improvement in speed in the brute force methods for <lambda>=1
- slight change in ReducedStartsets (probably better performance in large cases)
- in RemainingCompletions[NoSort]: replaced "Intersection(diffset,forbidden)<>[]"
with "ForAny(diffest,i->i in forbidden)".
- OneDiffset and AllDiffsets do now check if the given partial difference set really is
a partial difference set. If it isn't, the empty set is returned.
- Replaced all "Sqrt" calls with "RootInt" calls in AllDiffsets and OneDiffset.
This greatly reduces the method-selection overhead.
- DevelopmentOfRDS is more flexible now. I.e. it takes all sensible kinds of input.
- fixed the "blockSizes" bug in DevelopmentOfRDS (thanks to Leonard Soicher)
- the file rds.tex vanished from the doc/ directory. The text has been inserted in
.msk file and does now also appear in the .html and online documentation.
- method names in text paragraphs are now surrounded by double quotes.
This generates links in the html documentation.
- Consequently, references in the .pdf documentation are also not given by numbers
anymore. This doesn't look too go0d for sections and chapters, but refering to a
function as 4.1.2 doesn't make much sense...
For this, the definition of \printref has been changed in the file gapmacro.tex
- some more changes in the manual (thanks to Leonard Soicher)
- Set state to "accepted"
------------------
0.9beta27:
- Fixed a few errors in the documentation
- cleaned up directories
- fixed permissions for htm directory.
- fixed a bug in `AllDiffsets' and `OneDiffset'
------------------
0.9beta26:
- Added AllDiffsetsNoSort
- Added OneDiffset and OneDiffsetNoSort
- Added IsDiffset
- More changes to the documentation. Chapter about AllDiffsets and OneDiffset
added.
------------------
0.9beta25:
- Introduced function DevelopmentOfRDS
- Changed all functions for projective planes to new data structures.
- Projective planes are now BlockDesigns as in DESIGN
- RDS does now depend on DESIGN
- AllDiffsets can now be called in *many* new and simple ways.
- Rewrote documentation and added many examples.
------------------
0.9beta22:
Important changes:
- fixed a bug in OrderedSignatureOfSet (this could lead to crashes and
wrong results)
Minor changes:
- changed date format in library files to yyyy/mm/dd
- removed NormalSubgroupsForRep taking a group as first argument (this
function was undocumented incompatible with the rest of the
functions anyway).
------------------
0.9beta21:
- started changelog (this file)
- added license notice to README.rds
- archive extraction commands given in README.rds
changes proposed by B. Assmann (thank you):
- corrected PackageInfo.g
- moved source files to lib/ directory
- set package state to "deposited"