1 |
|
2003-05-12 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Replace call |
4 |
|
to table.UniqueValues() with calls that retrieve all the values |
5 |
|
from the table. This will need to be replaced by a method on table |
6 |
|
which can simply return the list (perhaps more efficiently). |
7 |
|
|
8 |
|
2003-05-12 Jonathan Coles <[email protected]> |
9 |
|
|
10 |
|
The return value of ClassGenerator.CalculateQuantiles has changed. |
11 |
|
Refer to the documentation for details. |
12 |
|
|
13 |
|
* test/test_classgen.py: Modified Quantile tests to use the |
14 |
|
new return values. |
15 |
|
|
16 |
|
* Thuban/Model/classgen.py |
17 |
|
(ClassGenerator.GenQuantiles): Add comments describing the parameters, |
18 |
|
use new return values from CalculateQuantiles to produce the correct |
19 |
|
range bounds in the Classification. |
20 |
|
(ClassGenerator.CalculateQuantiles): Add more comments describing |
21 |
|
the return values and parameters. Make minor adjustments to improve |
22 |
|
the legibility of the code. Fix problem with adjusted not being set |
23 |
|
in most cases. |
24 |
|
|
25 |
2003-05-12 Frank Koormann <[email protected]> |
2003-05-12 Frank Koormann <[email protected]> |
26 |
|
|
27 |
* Thuban/Model/save.py (XMLWriter.encode()): Explicite call to unicode |
* Thuban/Model/save.py (XMLWriter.encode()): Explicite call to unicode |
29 |
|
|
30 |
2003-05-09 Jonathan Coles <[email protected]> |
2003-05-09 Jonathan Coles <[email protected]> |
31 |
|
|
32 |
|
* test/test_classgen.py: New. Tests the Quantile algorithm. |
33 |
|
|
34 |
|
* Thuban/Model/classgen.py (ClassGenerator.CalculateQuantiles): |
35 |
|
Clean up debugging statement, add comments, fix a small bug in the |
36 |
|
returned adjusted percentiles. |
37 |
|
|
38 |
|
2003-05-09 Jonathan Coles <[email protected]> |
39 |
|
|
40 |
Introduces Range class from SciParam into the ClassGroupRange class, |
Introduces Range class from SciParam into the ClassGroupRange class, |
41 |
and such ranges can now be saved and loaded from disk. |
and such ranges can now be saved and loaded from disk. |
42 |
|
|