Timeline
09/20/08:
- 16:11 Ticket #277 (Replace DOM-based XML serialization with streaming-based XML serialization) created by
- As the generation of XML DOM trees needs a huge amount of RAM, …
- 15:58 Ticket #276 (Define SVN properties) created by
- The SVN property svn:ignore should be set for all solution, project …
- 15:54 Ticket #275 (Define appropriate directory structure for branches) created by
- Due to the changes in versioning and deployment (#274), we need to …
- 15:47 Ticket #274 (Qualify assembly names with major and minor version number) closed by
- fixed: Finished in r582
- 15:45 Changeset [582] by
-
Added major and minor version number to assembly names (#274)
- 14:07 Ticket #274 (Qualify assembly names with major and minor version number) created by
- After an intensive discussion with gkronber, abeham, swinkler, and …
- 14:01 Ticket #273 (Increment version numbers to 3.2) closed by
- fixed: Done in r581
- 14:01 Changeset [581] by
-
Incremented version numbers to 3.2 (#273)
- 13:56 Ticket #273 (Increment version numbers to 3.2) created by
- Due to the HL 3.1 Release branch (#272) the version numbers of the …
- 13:52 Changeset [580] by
-
Created HL 3.1 Release branch (#272)
- 13:49 Changeset [579] by
-
Worked on #272
- incremented version numbers to 3.1
- fixed spaces issue in CopyAssemblies.cmd
- 13:43 Ticket #272 (Create a HL 3.1 Release branch) created by
- 13:11 Changeset [578] by
-
Fixed startup bug in ServerForm when no external interface is connected
09/16/08:
- 00:21 Changeset [577] by
-
evaluate all samples for the model line chart
09/15/08:
- 13:48 Changeset [576] by
-
added functionality to open the algorithm that generated any model
- 13:19 Changeset [575] by
-
fixed a problem with brushing in histograms and added variable selection pressure
- 12:10 Changeset [574] by
-
fixed a problem in the pre/post build scripts with spaces in paths
09/14/08:
- 22:31 Changeset [573] by
-
minor code improvements
- 22:18 Ticket #271 (Functionality to show frequency distribution of any variable (histograms)) closed by
- fixed: added brushing for histograms with r572.
- 22:18 Changeset [572] by
-
added brushing for histograms. #271 (Functionality to show frequency distribution of any variable (histograms))
- 21:18 Changeset [571] by
-
implemented basic histogram (without 'brushing'). #271 (Functionality to show frequency distribution of any variable (histograms))
- 18:09 Ticket #271 (Functionality to show frequency distribution of any variable (histograms)) created by
- Should also display frequency of selected points.
- 17:36 Changeset [570] by
-
improved distribution of bubble sizes by ignoring outliers
- 16:52 Changeset [569] by
-
fixed a bug in multiple selection #270
- 16:29 Changeset [568] by
-
fixed incorrect output paths
- 16:17 Ticket #269 (Functionality to open a chart with predicted vs. original values of ...) closed by
- fixed: implemented a view that shows the model itself and a line chart and a …
- 16:16 Changeset [567] by
-
implemented a view that shows the model itself and a line chart and a scatter plot showing original and predicted values. #269 (Functionality to open a chart with predicted vs. original values of any model)
- 10:13 Ticket #270 (Selection of multiple points) closed by
- fixed: implemented 'brushing' and cleaned up code a little bit with r566.
- 10:13 Changeset [566] by
-
implemented 'brushing' and cleaned up code a little bit. #270 (Selection of multiple points)
- 08:32 Changeset [565] by
-
set output directory to /bin/x86/ (follow up to r564)
- 08:12 Changeset [564] by
-
There are problems when compiling to a specific architecture (i.e. x86 instead of any cpu) because VS adds another directory level (bin/x86/Debug). Thus I improved the directory handling in the install scripts and build-events. Also changed the default architecture for the solution and all projects to x86. Hopefully this doesn't cause compilation problems for anyone. In this case just reverse merge the changeset.
09/13/08:
- 20:37 Ticket #270 (Selection of multiple points) created by
- 20:36 Ticket #269 (Functionality to open a chart with predicted vs. original values of ...) created by
- 20:34 Ticket #268 (Possibility to open the function-tree of any model (represented as ...) closed by
- fixed: added override for method ContainsPoint() in …
- 20:34 Changeset [563] by
-
added override for method ContainsPoint(). #268 (Possibility to open the function-tree of any model (represented as point in the scatter-plot))
- 20:32 Changeset [562] by
-
- implemented selection of points
- implemented functionality to open the underlying FunctionTree of a point
#268 (Possibility to open the function-tree of any model (represented as point in the scatter-plot))
- 13:36 Changeset [561] by
-
- asynchronous downloading of agents and results from the CEDMA server
- created a chart that displays points as bubbles (scatter-plot + optional third dimension for the size of the bubble, larger bubbles are more transparent than smaller bubbles)
ticket #268 (Possibility to open the function-tree of any model (represented as point in the scatter-plot))
09/12/08:
- 21:59 Changeset [560] by
-
- added strong name key to CEDMA.Charting.
- moved classes related to charting from CEDMA.Core to CEDMA.Charting
- 21:57 Changeset [559] by
-
added plug-in CEDMA.Charting to the script that copies plugin assemblies into the application base directory
- 21:27 Changeset [558] by
-
added new project for CEDMA.Charting plug-in. ticket #268 (Possibility to open the function-tree of any model (represented as point in the scatter-plot)). A specialized implementation of chart is necessary to support selection as needed for CEDMA.
- 21:15 Ticket #268 (Possibility to open the function-tree of any model (represented as ...) created by
- 17:36 Changeset [557] by
-
added very coarse grained locking in the Store as a quick fix to support distributed execution model generating engines
- 17:35 Changeset [556] by
-
minor change: uncommented call to start the scheduler again
- 17:29 Changeset [555] by
-
ignore samples where the original value is 0 to prevent division by zero and thus MAPE=infinite
- 11:26 Ticket #200 (Simple indexer for results and matching search-frontend for ...) closed by
- fixed: The console provides functionality to display solution quality for all …
- 11:24 Changeset [554] by
-
added 'jitter' sliders to add random noise to data points (useful in scatter plots with integer values). #200 (Simple indexer for results and matching search-frontend for solution-quality)
09/11/08:
- 21:11 Changeset [553] by
-
added a results-tab in the cedma console which contains a data chart that can be used to display histograms and scatter plots for any result value.
- 21:09 Changeset [552] by
-
added overrides for Equals and GetHashCode in Entity, Literal, SerializedLiteral to behave like values (equal means same uri or value). #200 (Simple indexer for results and matching search-frontend for solution-quality).
- 21:06 Changeset [551] by
-
added a method to select based on a set of templates. #200 (Simple indexer for results and matching search-frontend for solution-quality)
- 15:28 Ticket #267 (DataRowType.Bars is not implemented in DataChart) closed by
- fixed: fixed with r550. Bars can be specified by adding two data points for …
- 15:28 Changeset [550] by
-
fixed #267 (DataRowType.Bars is not implemented in DataChart).
Bars can be specified by adding two data points for the lower left and upper right corner.
- 14:57 Ticket #267 (DataRowType.Bars is not implemented in DataChart) created by
- 14:33 Changeset [549] by
-
improved SelectProperties operator to query only one specific predicate. #200 (Simple indexer for results and matching search-frontend for solution-quality)
09/10/08:
- 19:46 Ticket #261 (Items are stored multiple times in the result entries in the CEDMA DB) closed by
- fixed: After changes r543:548 each result item is stored only once. While …
- 19:32 Changeset [548] by
-
added commands to copy the SemWeb dlls into the plugins directory. #261 (Items are stored multiple times in the result entries in the CEDMA DB)
- 19:31 Changeset [547] by
-
added new operators to add new rdf-statments and to query the stored graph (with statement templates). #261 (Items are stored multiple times in the result entries in the CEDMA DB)
- 19:30 Changeset [546] by
-
published the rdf-store as WCF service. #261 (Items are stored multiple times in the result entries in the CEDMA DB)
- 19:29 Changeset [545] by
-
implemented RDF backend on to of SemWeb. #261 (Items are stored multiple times in the result entries in the CEDMA DB)
- 19:27 Changeset [544] by
-
added interface IStore and data classes (with DataContracts) for the RDF backend. #261 (Items are stored multiple times in the result entries in the CEDMA DB)
- 10:29 Changeset [543] by
-
removed prototypical implementation of rdf-like statement store and corresponding operators in a consolidation step (to prepare for a more solid implementation). Ticket #261 (Items are stored multiple times in the result entries in the CEDMA DB)