# # ChangeLog for branches/HeuristicLab.DataImporter # # Generated by Trac 1.0.12 # 05/23/24 16:25:43 Tue, 11 Sep 2012 08:20:03 GMT mkommend [8626] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Plugin.cs.frame (modified) #1948: Adapated DataImporter to use ALGLIB 3.6.0. Thu, 06 Sep 2012 08:22:07 GMT sforsten [8586] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/DeleteColumnsWithMissingValuesThresholdCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/DeleteRowsWithMissingValuesThresholdCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/DeleteWithThresholdView.Designer.cs (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/DeleteWithThresholdView.cs (moved) #1867: renamed view `DeleteWithThreshold` to `DeleteWithThresholdView` Tue, 28 Aug 2012 12:59:50 GMT mkommend [8532] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/DataProcessorView.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj (modified) #1820: Refactored and corrected data importer save as problem data ... Thu, 02 Aug 2012 12:48:20 GMT mkommend [8387] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/ChangeColumnGroup/SplitDictionaryStyleDataCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/Command/DeleteColumnCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/CommandBase/ColumnGroupCommandBase.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/Model/ColumnBase.cs (modified) #1908: Updated SplitDictionaryStyleDataCommand to allow splitting ... Tue, 12 Jun 2012 14:30:34 GMT sforsten [7994] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/DeleteColumnsWithMissingValuesThresholdCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/DeleteRowsWithMissingValuesThresholdCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.cs (modified) #1867: corrected some mistakes Tue, 12 Jun 2012 13:48:16 GMT sforsten [7993] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.cs (modified) #1633: `ToolTip` is now only shown in the column header Tue, 12 Jun 2012 13:13:03 GMT sforsten [7992] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/ChangeDataset/DeleteColumnGroupCommand.cs (modified) #1858: Multiple ColumnGroups can be deleted at once and are inserted ... Tue, 05 Jun 2012 14:39:54 GMT sforsten [7968] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/DeleteColumnsWithMissingValuesThresholdCommand.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/DeleteRowsWithMissingValuesCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/DeleteRowsWithMissingValuesThresholdCommand.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/IThresholdCommand.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/DeleteWithThreshold.Designer.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/DeleteWithThreshold.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/Model/ColumnGroup.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.Designer.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.cs (modified) #1867: * Delete command for columns and for rows has been added, ... Tue, 22 May 2012 13:27:19 GMT sforsten [7868] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/DataProcessorView.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj (modified) #1820: `DataImporter` can now save `RegressionProblemData` and ... Mon, 23 Apr 2012 12:04:38 GMT sforsten [7747] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.Designer.cs (modified) #1818: The Garbage Collector isn't called anymore in the Dispose ... Mon, 16 Apr 2012 14:39:51 GMT sforsten [7732] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/ChangeColumnGroup/AddNewColumnCommandBase.cs (modified) #1825: new columns are now inserted next to the selected one. If no ... Mon, 16 Apr 2012 14:38:05 GMT sforsten [7731] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.cs (modified) #1818: The previous solution didn't work out. Similar to the ... Mon, 16 Apr 2012 09:56:52 GMT sforsten [7730] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor (modified) #1818: the updating of the row headers is now done in the event ... Thu, 22 Mar 2012 10:13:17 GMT mkommend [7652] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.cs (modified) #1804: improved responsiveness of !DataImporter during scroll operations. Mon, 19 Mar 2012 12:05:02 GMT mkommend [7632] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/Properties/AssemblyInfo.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/Properties/AssemblyInfo.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Properties/AssemblyInfo.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/HeuristicLab.DataImporter.Data.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/Properties/AssemblyInfo.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Properties/AssemblyInfo.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/Properties/AssemblyInfo.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/HeuristicLab.DataImporter.DbExplorer.MsSqlServer.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/Properties/AssemblyInfo.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/HeuristicLab.DataImporter.DbExplorer.Oracle.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/Properties/AssemblyInfo.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter/Properties/AssemblyInfo.cs.frame (moved) #1734: renamed `AssemblyInfo` to correct naming format. Mon, 19 Mar 2012 09:11:35 GMT mkommend [7631] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.sln (modified) #1734: Corrected plugin dependencies in HL.!DataImporter. Fri, 16 Mar 2012 13:51:00 GMT mkommend [7629] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/Plugin.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Plugin.cs.frame (moved) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/HeuristicLab.DataImporter.DbExplorer.MsSqlServer.csproj (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/HeuristicLab.snk (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/Plugin.cs.frame (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/Properties (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/Properties/AssemblyInfo.frame (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/SqlServerConnection.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/SqlServerConnectionWizard.Designer.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/SqlServerConnectionWizard.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/SqlServerExplorer.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/HeuristicLab.DataImporter.DbExplorer.Oracle.csproj (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/HeuristicLab.snk (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/OracleConnection.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/OracleConnectionWizard.Designer.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/OracleConnectionWizard.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/OracleExplorer.cs (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/Plugin.cs.frame (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/Properties (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/Properties/AssemblyInfo.frame (added) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.sln (modified) * branches/HeuristicLab.DataImporter/PreBuildEvent.cmd (modified) #1734: * renamed plugin files to `Plugin.cs.frame` to be consistent ... Fri, 16 Mar 2012 09:58:09 GMT mkommend [7628] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLabDataImporterDataProcessorPlugin.cs.frame (modified) #1734: Corrected plugin dependency from !DataImporter to ALGLIB. Fri, 16 Mar 2012 09:55:17 GMT mkommend [7627] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj (modified) #1734: Updated !DataImporter to use new ALGLIB 3.4. Thu, 15 Mar 2012 16:51:45 GMT mkommend [7625] * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/AggregateCommandBase.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/DeleteRowsWithDuplicateKeyValuesCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/ChangeDataset/AlignColumnGroupsCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/Command/DeleteColumnCommand.cs (modified) * branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbExplorerBase.cs (modified) #1734: merged changes in data importer from the heureka rep