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