Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0
A lightweight, interactive data analysis program for bilinear modeling (PCA and PLS)
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.
Go to file
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
bin Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
debian Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
doc Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
fluents Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
icons New lasso icon 2007-01-31 13:02:25 +00:00
scripts Whatnot 2008-02-08 14:58:46 +00:00
test Data needed if annotationtest should run clean. 2007-02-15 23:09:49 +00:00
workflows Workflow updates 2008-02-29 16:23:57 +00:00
LICENSE Removed some example rubbish that was placed after the GPL and had gotten 2006-10-17 17:17:50 +00:00
Makefile.m4 Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
README Added a line. 2007-03-09 14:33:09 +00:00
configure Lots of changes in structure to make it possible to package the program while 2008-12-05 00:12:49 +00:00
matplotlibrc iii 2007-07-30 18:04:42 +00:00
run-fluents Changed the way workflows are handled. You now specify a workflow by naming the 2007-12-14 11:48:21 +00:00
setup.py Small fixes to setup.py and rules. 2007-12-11 19:49:36 +00:00

README

Fluents Data Analysis Software

LICENSE
-------
Fluents is relased under the terms of the GNU GPL, included in the LICENSE file
in this directory.

DOCUMENTATION
-------------
The primary and canonical source of documentation is the source code. If a
keyboard shortcut is listed on the wiki but it does not work in the program,
the program is right, and the wiki is wrong.

That said, the next best place to look for documentation is the project wiki,
located at https://dev.pvv.ntnu.no/projects/fluents/help

Class documentation is in HTML form in the doc/ directory.

BUILDING
--------
Fluents is a python program, and as such, python will build compiled versions
of each .py file as it loads them. You do not need to explicitly compile the
program.

TODO
----
The current TODO list can be found on
https://dev.pvv.ntnu.no/projects/fluents/report/1