Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
laydi/fluents
Einar Ryeng 04b7cbb872 Lots of changes in structure to make it possible to package the program while
still allowing workflows to be placed in several locations in the file system.

The installation procedure is now ./configure && make install configure will
run m4 on fluents/paths.py.m4, Makefile.m4 and doc/Makefile.m4 so that the
installation system and the program will know where some important directories
are located.

The paths.py.m4 and consequently also pahts.py files are just listings of
directories configured during install.  I did this to separate these from all
other files so that as little as possible is touched by m4. It is still
necessary to do an install now to get the program to run in a clean checkout.

Workflows can now be placed anywhere in the system. This is done by setting the
workflowdir variable in the configuration file. All workflow directories,
separated by semicolons, are added to the python path.

The use of setup.py is now deprecated.
2008-12-05 00:12:49 +00:00
..
lib Removed a couple of output datasets that did not work from pls. 2008-01-07 10:47:17 +00:00
__init__.py Added main.py that now contains the One & Only Singleton instance of these classes: 2007-07-26 12:35:59 +00:00
annotations.py * Annotations are no longer cluttered as if they all belong to the same 2007-12-11 13:47:29 +00:00
cfgparse.py Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
dataset.py Fixed subdata method so the correct identifiers are stored 2008-02-06 16:29:02 +00:00
dialogs.py Does not need to import workflows. 2007-12-14 11:46:08 +00:00
fluents.glade Removed buttons that do not belong on the toolbar: "New", "Load", "Save". 2007-12-11 10:13:31 +00:00
fluents.py Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
logger.py About to change the way logging is normally called. 2007-12-11 01:02:47 +00:00
main.py Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
navigator.py Fixed initial settings of axis in scatter 2008-02-29 16:16:17 +00:00
paths.py.m4 Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
pca_options.glade Removed scale option added pack 2007-01-31 11:56:28 +00:00
plots.py Added support for sparse category-dataset 2008-01-06 17:01:00 +00:00
pls_options.glade pls options glade file 2007-01-31 11:55:43 +00:00
project.py Removed get_project nonsense 2007-12-14 15:42:37 +00:00
selections.py Save identifier list. 2008-02-07 18:15:39 +00:00
view.py Added a delete function to the context menu on navigator elements. 2007-11-09 15:02:32 +00:00
workflow.py Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00