1 |
|
2003-05-16 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/table.py (Table): Remove this compatibility alias |
4 |
|
for DBFTable. |
5 |
|
|
6 |
|
* test/test_table.py: Import DBFTable as Table because that alias |
7 |
|
doesn't exist anymore. |
8 |
|
|
9 |
|
* Thuban/UI/classgen.py: Remove some unused imports |
10 |
|
|
11 |
|
2003-05-14 Jonathan Coles <[email protected]> |
12 |
|
|
13 |
|
* Thuban/Model/classgen.py (ClassGenerator.GenSingletonsFromList): |
14 |
|
Fix docstring. |
15 |
|
(ClassGenerator.GenUniformDistribution): Fix spelling of method name. |
16 |
|
(ClassGenerator.GenQuantiles): Use the left/right brackets and min/max |
17 |
|
values of the supplied range to determine the beginning and end |
18 |
|
bounds of the generated classes. |
19 |
|
|
20 |
|
* Thuban/Model/range.py (Range.number_re): Now accepts floats that |
21 |
|
do not have a leading 0 (.5 is now accepted as well as 0.5). |
22 |
|
|
23 |
|
* Thuban/UI/classgen.py (ClassGenDialog.OnOK): Fix name of method |
24 |
|
call to ClassGenerator.GenUniformDistribution. |
25 |
|
|
26 |
|
* Thuban/UI/projdialog.py (ProjFrame.__do_layout): Fix Windows |
27 |
|
layout bug with the 'Projection' label. |
28 |
|
|
29 |
|
* test/support.py (FloatTestCase): New. Needed for the Range tests. |
30 |
|
|
31 |
|
* test/test_range.py: New. Imported from SciParam. |
32 |
|
|
33 |
|
2003-05-12 Jonathan Coles <[email protected]> |
34 |
|
|
35 |
|
* Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Replace call |
36 |
|
to table.UniqueValues() with calls that retrieve all the values |
37 |
|
from the table. This will need to be replaced by a method on table |
38 |
|
which can simply return the list (perhaps more efficiently). |
39 |
|
|
40 |
2003-05-12 Jonathan Coles <[email protected]> |
2003-05-12 Jonathan Coles <[email protected]> |
41 |
|
|
42 |
The return value of ClassGenerator.CalculateQuantiles has changed. |
The return value of ClassGenerator.CalculateQuantiles has changed. |