cef882b0a4* Annotations are no longer cluttered as if they all belong to the same dimension. There was a bug that actually gave the same annotation dictionary to all dictionary annotation handlers. * The selection window now remembers which annotation was shown for each dimension.Einar Ryeng2007-12-11 13:47:29 +0000
c862c8bb04Added function to specify a specific workflow based on module name.Einar Ryeng2007-12-11 11:40:27 +0000
9242b88d07Removed buttons that do not belong on the toolbar: "New", "Load", "Save". Load and save are currently not implemented anyway, but they do not represent frequently used actions anyway.Einar Ryeng2007-12-11 10:13:31 +0000
055c0ea4acDataset dimensions are shown in statusbar.Einar Ryeng2007-12-10 21:08:09 +0000
1a4d73f26bFixed the function menu. It now works, is placed before "Help", and the method for running a function is moved to the workflow module instead of being hidden the WorkflowView.Einar Ryeng2007-12-10 16:57:38 +0000
82dacc3dd1Added menu items to toggle visibility of workflow, navigator and infopane.Einar Ryeng2007-12-06 00:20:42 +0000
27d935319cAdded a delete function to the context menu on navigator elements.Einar Ryeng2007-11-09 15:02:32 +0000
ca51a0b382Added mat2ftsv to naïvely convert matlab matrices to ftsv files. Works in at least one case, but does not try to guess anything sensible for identifiers.Einar Ryeng2007-10-31 17:43:02 +0000
26ab6c3fe7Added a "decimals" parameter to write_ftsv, so that datasets can be written without full precision. Defaults to 7 digits after decimal point.Einar Ryeng2007-08-16 10:02:54 +0000
0758ab8bfbFixed histogram plot to accept selections of one, and made ad-hoc choice of proportional color to patchesArnar Flatberg2007-08-02 14:37:19 +0000
aa4007e208Improved drag'n'drop of data into scatter plots so that it no longer requires matching identifiers along dimensions.Einar Ryeng2007-07-30 17:42:48 +0000
0bc4a6e3f0Fixed drag'n'drop of datasets to DAG-plots to convert inf/-inf to maximum/minimum values of the dataset.Einar Ryeng2007-07-30 14:15:23 +0000
5cf34fc03fAdded information content datasets. They are in files named ICs<subgraph><number> where those numbered 0 uses all ECs while 5 uses only the safest ones.Einar Ryeng2007-07-27 17:22:10 +0000
dc7f7dbde2Added existing_identifiers function to Dataset. Added colouring drag'n'drop to DAGPlot in gobrowser module.Einar Ryeng2007-07-26 15:45:42 +0000
a45743c31eAdded main.py that now contains the One & Only Singleton instance of these classes: - Navigator - Aplication - Workflow - Project - Options Corresponding changes have been added in lots of other files to account for this, but the access to these objects should now be a lot easier.Einar Ryeng2007-07-26 12:35:59 +0000