1 |
2003-05-12 Jonathan Coles <[email protected]> |
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. |
The return value of ClassGenerator.CalculateQuantiles has changed. |
11 |
Refer to the documentation for details. |
Refer to the documentation for details. |
12 |
|
|