Difference between revisions of "CVS log for developer"
| Line 1: | Line 1: | ||
| + | |||
| + | -------------- | ||
| + | * 11/28/2007 (Jenny Cui) | ||
| + | * Added new classes to analyses.command pacakge | ||
| + | * New classes added | ||
| + | jars.CSVtesting.zip -- include all the input txt file and script used for testing | ||
| + | analyses.command. *CVS.java | ||
-------------- | -------------- | ||
* 11/26/2007 (Jenny Cui) | * 11/26/2007 (Jenny Cui) | ||
Revision as of 13:27, 28 November 2007
- 11/28/2007 (Jenny Cui)
* Added new classes to analyses.command pacakge
* New classes added
jars.CSVtesting.zip -- include all the input txt file and script used for testing
analyses.command. *CVS.java
- 11/26/2007 (Jenny Cui)
*For Charts and Analysis' "File Open" functoin , allow the first line with # in the front to be treated as table heading.
*Classes changed:
core.SOCRChart(1.12-1.13)
core.SOCRAnalysis(1.10-1.11)
- 11/15/2007 (Jenny Cui)
* Adding 2 histogram chart demo for BarCharts/XYCharts:
HistogramChartDemo6 (X value(in the form of numberA- numberB) is treated as range of number )
HistogramChartDemo7 (X value is treated as string)
*Classes changed:
chart. Chart(1.27->1.28)
chart.SuperCategoryChart(1.5-1.6)
chart.superIntervalXYChart(1.4-1.5)
chart.data.DataConvertor(1.10-1.11)
chart.demo.PowerTransformHistogramChart(1.10-1.11)
chart.demo.PowerTransformNormalPlotChart(1.11-1.12)
jars.implementedCharts.txt(1.17-1.18)
* New classes added
chart.demo.HistogramChartDemo6
chart.demo.HistogramChartDemo7