1 |
|
2003-05-14 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classgen.py (ClassGenerator.GenSingletonsFromList): |
4 |
|
Fix docstring. |
5 |
|
(ClassGenerator.GenUniformDistribution): Fix spelling of method name. |
6 |
|
(ClassGenerator.GenQuantiles): Use the left/right brackets and min/max |
7 |
|
values of the supplied range to determine the beginning and end |
8 |
|
bounds of the generated classes. |
9 |
|
|
10 |
|
* Thuban/Model/range.py (Range.number_re): Now accepts floats that |
11 |
|
do not have a leading 0 (.5 is now accepted as well as 0.5). |
12 |
|
|
13 |
|
* Thuban/UI/classgen.py (ClassGenDialog.OnOK): Fix name of method |
14 |
|
call to ClassGenerator.GenUniformDistribution. |
15 |
|
|
16 |
|
* Thuban/UI/projdialog.py (ProjFrame.__do_layout): Fix Windows |
17 |
|
layout bug with the 'Projection' label. |
18 |
|
|
19 |
|
* test/support.py (FloatTestCase): New. Needed for the Range tests. |
20 |
|
|
21 |
|
* test/test_range.py: New. Imported from SciParam. |
22 |
|
|
23 |
2003-05-12 Jonathan Coles <[email protected]> |
2003-05-12 Jonathan Coles <[email protected]> |
24 |
|
|
25 |
* Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Replace call |
* Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Replace call |