CommonLispStat.git
14 years agoexport filename.dsv->dataframe in the right place.
AJ Rossini [Mon, 21 Dec 2009 12:02:33 +0000 (21 13:02 +0100)]
export filename.dsv->dataframe in the right place.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomacro is about dataframes, not import.
AJ Rossini [Sun, 20 Dec 2009 21:33:30 +0000 (20 22:33 +0100)]
macro is about dataframes, not import.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agotests moved into LISTOFLIST package.
AJ Rossini [Sun, 20 Dec 2009 21:33:15 +0000 (20 22:33 +0100)]
tests moved into LISTOFLIST package.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agofilename->dataframe becomes filename.dsv->dataframe and is moved into the API. Not...
AJ Rossini [Sun, 20 Dec 2009 21:32:48 +0000 (20 22:32 +0100)]
filename->dataframe becomes filename.dsv->dataframe and is moved into the API.  Not exported yet.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agolistoflist is elsewhere.
AJ Rossini [Sun, 20 Dec 2009 21:31:17 +0000 (20 22:31 +0100)]
listoflist is elsewhere.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agotypo in package name
AJ Rossini [Sun, 20 Dec 2009 21:18:15 +0000 (20 22:18 +0100)]
typo in package name

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agouse new LISTOFLIST api for sublists-of-same-size-p
AJ Rossini [Sun, 20 Dec 2009 21:12:17 +0000 (20 22:12 +0100)]
use new LISTOFLIST api for sublists-of-same-size-p
use LISTOFLIST in packages.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agowe need to depend on the LISTOFLIST package.
AJ Rossini [Sun, 20 Dec 2009 20:07:22 +0000 (20 21:07 +0100)]
we need to depend on the LISTOFLIST package.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodocstring edit, and make a dummy store slot for dataframe-likes.
AJ Rossini [Sun, 20 Dec 2009 20:07:00 +0000 (20 21:07 +0100)]
docstring edit, and make a dummy store slot for dataframe-likes.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agofilename->dataframe : parse first line as variable names only if flagged. implementat...
AJ Rossini [Sun, 20 Dec 2009 20:06:25 +0000 (20 21:06 +0100)]
filename->dataframe : parse first line as variable names only if flagged. implementation though -- if the first 2 lines are different types and the first line is strings, then guess it's a list of strings of variable names.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agocleaned up code to load dataframes from DSV files, added cls-user as a test package.
AJ Rossini [Sat, 19 Dec 2009 16:59:33 +0000 (19 17:59 +0100)]
cleaned up code to load dataframes from DSV files, added cls-user as a test package.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoinfrastructure for checking out other packages for inclusion.
AJ Rossini [Sat, 19 Dec 2009 16:58:39 +0000 (19 17:58 +0100)]
infrastructure for checking out other packages for inclusion.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agosince we factored out and rationalized the listoflist transformation functions into...
AJ Rossini [Thu, 17 Dec 2009 16:33:13 +0000 (17 17:33 +0100)]
since we factored out and rationalized the listoflist transformation functions into their own package, we need to fix the examples to get them to work, now.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoplaying with graphics and docs systems.
AJ Rossini [Thu, 17 Dec 2009 16:32:23 +0000 (17 17:32 +0100)]
playing with graphics and docs systems.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoold lispstat config variable names changed to cls- names.
AJ Rossini [Tue, 15 Dec 2009 15:18:35 +0000 (15 16:18 +0100)]
old lispstat config variable names changed to cls- names.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoremove cybertiggyr, not trustable. clean up load, automagically.
AJ Rossini [Sun, 13 Dec 2009 16:55:36 +0000 (13 17:55 +0100)]
remove cybertiggyr, not trustable.  clean up load, automagically.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up config, now CLS special vars, not LISP-STAT
AJ Rossini [Sun, 13 Dec 2009 16:55:00 +0000 (13 17:55 +0100)]
clean up config, now CLS special vars, not LISP-STAT

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agostart for data class structure. Needs for more work.
AJ Rossini [Thu, 19 Nov 2009 12:15:43 +0000 (19 13:15 +0100)]
start  for data class structure.  Needs for more work.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agocloser to statistical use.
AJ Rossini [Tue, 10 Nov 2009 07:15:54 +0000 (10 08:15 +0100)]
closer to statistical use.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agogetting dataframe philosophy right, finally! added initial data structure for observ...
AJ Rossini [Thu, 29 Oct 2009 07:16:16 +0000 (29 08:16 +0100)]
getting dataframe philosophy right, finally!  added initial data structure for observations, and comments/documentation for how it should all fit together.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomore enablers for test-loading.
AJ Rossini [Thu, 29 Oct 2009 07:15:07 +0000 (29 08:15 +0100)]
more enablers for test-loading.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agobasic structure of the object model for statistical procedures
AJ Rossini [Thu, 29 Oct 2009 07:14:51 +0000 (29 08:14 +0100)]
basic structure of the object model for statistical procedures

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agohere's what we currently require. Sigh.
AJ Rossini [Wed, 28 Oct 2009 07:29:35 +0000 (28 08:29 +0100)]
here's what we currently require.  Sigh.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomore stat var stuff, no more cxls stuff.
AJ Rossini [Wed, 28 Oct 2009 07:19:23 +0000 (28 08:19 +0100)]
more stat var stuff, no more cxls stuff.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agofactored out xls compat for data stuff.
AJ Rossini [Wed, 28 Oct 2009 07:19:09 +0000 (28 08:19 +0100)]
factored out xls compat for data stuff.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agolla and xarray TODO's coming up...
AJ Rossini [Sat, 24 Oct 2009 07:15:19 +0000 (24 09:15 +0200)]
lla and xarray TODO's coming up...

14 years agobetter choice of ignored files (LaTeX droppings).
AJ Rossini [Tue, 20 Oct 2009 15:32:28 +0000 (20 17:32 +0200)]
better choice of ignored files (LaTeX droppings).

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agorealign talks and papers.
AJ Rossini [Tue, 20 Oct 2009 15:03:24 +0000 (20 17:03 +0200)]
realign talks and papers.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomore fleshing out the classes.
AJ Rossini [Tue, 20 Oct 2009 15:00:37 +0000 (20 17:00 +0200)]
more fleshing out the classes.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoreport describing the philosophy we are trying to convey.
AJ Rossini [Tue, 20 Oct 2009 15:00:06 +0000 (20 17:00 +0200)]
report describing the philosophy we are trying to convey.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoworking through the statistical procedures structure. Unlike R, any new statistical...
AJ Rossini [Fri, 9 Oct 2009 10:04:00 +0000 (9 12:04 +0200)]
working through the statistical procedures structure.  Unlike R, any new statistical procedure will have to be fit into the structure so to provide the additional needed characterizations.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoforgot that we've migrated listoflist elsewhere, leaving the mappings to/from datafra...
AJ Rossini [Fri, 2 Oct 2009 07:19:09 +0000 (2 09:19 +0200)]
forgot that we've migrated listoflist elsewhere, leaving the mappings to/from dataframe-like objects here.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoTalk at Academia Sinica
AJ Rossini [Wed, 30 Sep 2009 21:18:42 +0000 (30 23:18 +0200)]
Talk at Academia Sinica

14 years agomigrate all listoflist support with matrix/array/dataframe type objects to the result...
AJ Rossini [Fri, 25 Sep 2009 06:05:12 +0000 (25 08:05 +0200)]
migrate all listoflist support with matrix/array/dataframe type objects to the resulting types, and any core support into xarray.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up documentation for dataframes.
AJ Rossini [Fri, 25 Sep 2009 05:55:32 +0000 (25 07:55 +0200)]
clean up documentation for dataframes.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoneed to document package structure somewhere -- it's in Docs, but it might be better...
AJ Rossini [Thu, 24 Sep 2009 09:47:40 +0000 (24 11:47 +0200)]
need to document package structure somewhere -- it's in Docs, but it might be better in the actual file.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoTemplate fixed, and license applied to the dataframe unittests.
AJ Rossini [Thu, 24 Sep 2009 08:35:35 +0000 (24 10:35 +0200)]
Template fixed, and license applied to the dataframe unittests.

14 years agostarted to clean up LICENSING. Need to consider whether to use MIT or GPLv3. The...
AJ Rossini [Thu, 24 Sep 2009 08:34:14 +0000 (24 10:34 +0200)]
started to clean up LICENSING.   Need to consider whether to use MIT or GPLv3.  The disadvantage of the GPL is that it scares people off.  The disadvantage of not using it is that it could lead to academic challenges later (i.e. ARC/LispStat issues).

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agouse conversion to get CSV into an array. More processing needed.
AJ Rossini [Wed, 23 Sep 2009 14:20:49 +0000 (23 16:20 +0200)]
use conversion to get CSV into an array.  More processing needed.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up and document examples. At stage of showing how to load data.
AJ Rossini [Tue, 22 Sep 2009 14:24:21 +0000 (22 16:24 +0200)]
clean up and document examples.  At stage of showing how to load data.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up the CL-VARIATES example to show what the results should be and how to load it.
AJ Rossini [Mon, 21 Sep 2009 21:07:58 +0000 (21 23:07 +0200)]
clean up the CL-VARIATES example to show what the results should be and how to load it.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomake sure we put the dataframes into the dataframe pacakage. Whoops.
AJ Rossini [Mon, 21 Sep 2009 17:55:02 +0000 (21 19:55 +0200)]
make sure we put the dataframes into the dataframe pacakage.  Whoops.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agosmaller X11 frame to accomodate my netbook.
AJ Rossini [Mon, 21 Sep 2009 17:54:25 +0000 (21 19:54 +0200)]
smaller X11 frame to accomodate my netbook.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoexamples for using CL-VARIATES. Looks really good, EXCEPT FOR THE FRIGGING LICENSE!
AJ Rossini [Mon, 21 Sep 2009 17:53:58 +0000 (21 19:53 +0200)]
examples for using CL-VARIATES.  Looks really good, EXCEPT FOR THE FRIGGING LICENSE!

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up, checkpointing.
AJ Rossini [Sun, 20 Sep 2009 16:15:53 +0000 (20 18:15 +0200)]
clean up, checkpointing.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoimproving the description of how to do "NA" in CL.
AJ Rossini [Sun, 20 Sep 2009 16:15:09 +0000 (20 18:15 +0200)]
improving the description of how to do "NA" in CL.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoand loading the new dataframe structure!
AJ Rossini [Sun, 20 Sep 2009 16:14:35 +0000 (20 18:14 +0200)]
and loading the new dataframe structure!

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodataframe refactoring into core and storage-specific components.
AJ Rossini [Sun, 20 Sep 2009 16:14:17 +0000 (20 18:14 +0200)]
dataframe refactoring into core and storage-specific components.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agofinal version presented.
AJ Rossini [Sun, 20 Sep 2009 16:13:42 +0000 (20 18:13 +0200)]
final version presented.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agocleaning up work supporting xarray changes.
AJ Rossini [Thu, 17 Sep 2009 14:04:23 +0000 (17 16:04 +0200)]
cleaning up work supporting xarray changes.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodocs/ideas but no code for missing data.
AJ Rossini [Thu, 17 Sep 2009 14:03:52 +0000 (17 16:03 +0200)]
docs/ideas but no code for missing data.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoworking through an R-based example to verify things work.
AJ Rossini [Thu, 17 Sep 2009 14:02:43 +0000 (17 16:02 +0200)]
working through an R-based example to verify things work.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agotalk materials.
AJ Rossini [Thu, 17 Sep 2009 14:01:52 +0000 (17 16:01 +0200)]
talk materials.

14 years agofile for Vanderbilt talk
AJ Rossini [Mon, 14 Sep 2009 05:55:16 +0000 (14 07:55 +0200)]
file for Vanderbilt talk

14 years agoRice U and DSC talks, binary versions, sorry Mirko for not adding sooner.
AJ Rossini [Mon, 14 Sep 2009 05:54:44 +0000 (14 07:54 +0200)]
Rice U and DSC talks, binary versions, sorry Mirko for not adding sooner.

14 years agoclean up dataframe/xarray mappings. More to do.
AJ Rossini [Fri, 28 Aug 2009 06:20:15 +0000 (28 08:20 +0200)]
clean up dataframe/xarray mappings.  More to do.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agolist-of-list packaging mods
AJ Rossini [Fri, 28 Aug 2009 06:19:38 +0000 (28 08:19 +0200)]
list-of-list packaging mods

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomoved listoflist infrastructure into xarray as another array-able structure.
AJ Rossini [Fri, 28 Aug 2009 06:18:18 +0000 (28 08:18 +0200)]
moved listoflist infrastructure into xarray as another array-able structure.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomore xarray experiments.
AJ Rossini [Thu, 27 Aug 2009 06:18:52 +0000 (27 08:18 +0200)]
more xarray experiments.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoremove experiment -- we use xarray package for all referencing.
AJ Rossini [Thu, 27 Aug 2009 06:18:01 +0000 (27 08:18 +0200)]
remove experiment -- we use xarray package for all referencing.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclass for nominal / ordinal variables.
AJ Rossini [Wed, 26 Aug 2009 11:59:57 +0000 (26 13:59 +0200)]
class for nominal / ordinal variables.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agofactored duplicate structure/code from data into import, and made import work again...
AJ Rossini [Wed, 26 Aug 2009 11:56:05 +0000 (26 13:56 +0200)]
factored duplicate structure/code from data into import, and made import work again.  This required support mods in defsys.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agosilly file, non-sensical but well intentioned.
AJ Rossini [Wed, 26 Aug 2009 06:12:21 +0000 (26 08:12 +0200)]
silly file, non-sensical but well intentioned.

14 years agocode to check the new xref approach.
AJ Rossini [Mon, 24 Aug 2009 11:12:42 +0000 (24 13:12 +0200)]
code to check the new xref approach.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agouse xref approach for CLS. (need to do so for lisp-matrix as well.
AJ Rossini [Tue, 18 Aug 2009 16:14:26 +0000 (18 18:14 +0200)]
use xref approach for CLS.  (need to do so for lisp-matrix as well.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomoving from older dfref to the generic xref approach. One less key stroke to use .
AJ Rossini [Tue, 18 Aug 2009 06:10:18 +0000 (18 08:10 +0200)]
moving from older dfref to the generic xref approach.  One less key stroke to use .
Need to add test cases.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoinitialization cleanup
AJ Rossini [Tue, 18 Aug 2009 06:08:39 +0000 (18 08:08 +0200)]
initialization cleanup

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agohandling the lisp-matrix / xarray slice problem, by preferring the xarray simplified...
AJ Rossini [Wed, 22 Jul 2009 17:21:33 +0000 (22 19:21 +0200)]
handling the lisp-matrix / xarray slice problem, by preferring the xarray simplified view.  We will have to consider renaming lisp-matrix's slice to generalized-slice or similar.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoinitial doc for why/what dataframes are in CLS.
AJ Rossini [Wed, 22 Jul 2009 17:20:24 +0000 (22 19:20 +0200)]
initial doc for why/what dataframes are in CLS.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up docstrings and coding style.
AJ Rossini [Sat, 18 Jul 2009 11:40:02 +0000 (18 13:40 +0200)]
clean up docstrings and coding style.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agosupport for use of native lisp arrays as matrices. semi-useful.
AJ Rossini [Sat, 18 Jul 2009 11:02:02 +0000 (18 13:02 +0200)]
support for use of native lisp arrays as matrices.  semi-useful.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up statistical descriptive generics.
AJ Rossini [Sat, 18 Jul 2009 11:00:13 +0000 (18 13:00 +0200)]
clean up statistical descriptive generics.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agocleanup loading function.
AJ Rossini [Sat, 18 Jul 2009 10:59:22 +0000 (18 12:59 +0200)]
cleanup loading function.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomove guidance code examples into documentation and clean up current TODO tasks.
AJ Rossini [Sat, 18 Jul 2009 10:35:05 +0000 (18 12:35 +0200)]
move guidance code examples into documentation and clean up current TODO tasks.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodirectories should be FASL-SYSTEM, not SYSTEM-FASL.
AJ Rossini [Sat, 18 Jul 2009 10:22:48 +0000 (18 12:22 +0200)]
directories should be FASL-SYSTEM, not SYSTEM-FASL.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoanother task covered already in ditz.
AJ Rossini [Sat, 18 Jul 2009 10:22:18 +0000 (18 12:22 +0200)]
another task covered already in ditz.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoRemove CL-PDF/CL-TYPESETTING, solved and merged issues into patched version.
AJ Rossini [Sat, 18 Jul 2009 10:21:55 +0000 (18 12:21 +0200)]
Remove CL-PDF/CL-TYPESETTING, solved and merged issues into patched version.
comment out sig/args manipulation.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodata refactoring -- creation and activities related to package restructuring.
AJ Rossini [Sat, 18 Jul 2009 09:50:42 +0000 (18 11:50 +0200)]
data refactoring -- creation and activities related to package restructuring.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomacro problem -- code was out of quote, fixed.
AJ Rossini [Sat, 18 Jul 2009 09:46:33 +0000 (18 11:46 +0200)]
macro problem -- code was out of quote, fixed.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodoc query.
AJ Rossini [Wed, 15 Jul 2009 08:06:03 +0000 (15 10:06 +0200)]
doc query.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agouse CLS instead of LISPSTAT
AJ Rossini [Wed, 15 Jul 2009 08:05:40 +0000 (15 10:05 +0200)]
use CLS instead of LISPSTAT

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agobetter logic for DEF.
AJ Rossini [Wed, 15 Jul 2009 08:05:19 +0000 (15 10:05 +0200)]
better logic for DEF.
documentation

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodocumentation , but needs to be moved into ditz.
AJ Rossini [Wed, 15 Jul 2009 08:04:53 +0000 (15 10:04 +0200)]
documentation , but needs to be moved into ditz.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoUse CLS instead of LispStat to describe this system.
AJ Rossini [Tue, 14 Jul 2009 17:07:28 +0000 (14 19:07 +0200)]
Use CLS instead of LispStat to describe this system.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodocs and dataframe-listoflist structures, and use of new listoflist dispatched methods.
AJ Rossini [Tue, 14 Jul 2009 13:49:29 +0000 (14 15:49 +0200)]
docs and dataframe-listoflist structures, and use of new listoflist dispatched methods.
increasing xarray integration.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoxarray setup, progress.
AJ Rossini [Tue, 14 Jul 2009 13:48:33 +0000 (14 15:48 +0200)]
xarray setup, progress.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agohandle the shadowing from CLS explicitly (setup to use CLS dataframes and lisp-matrix...
AJ Rossini [Tue, 14 Jul 2009 13:47:51 +0000 (14 15:47 +0200)]
handle the shadowing from CLS explicitly (setup to use CLS dataframes and lisp-matrix matrices).

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agobasic rectangular structure data construction
AJ Rossini [Tue, 14 Jul 2009 12:34:47 +0000 (14 14:34 +0200)]
basic rectangular structure data construction

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoREADME is not valid -- add comment at top
AJ Rossini [Mon, 13 Jul 2009 12:40:20 +0000 (13 14:40 +0200)]
README is not valid -- add comment at top

14 years agobetter docs.
AJ Rossini [Mon, 13 Jul 2009 12:35:17 +0000 (13 14:35 +0200)]
better docs.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoproposed efficiency -- requires that only xref'able storage be used.
AJ Rossini [Mon, 13 Jul 2009 12:35:01 +0000 (13 14:35 +0200)]
proposed efficiency -- requires that only xref'able storage be used.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoDavid Henderson caught this during todays demo, Thanks Dave!
AJ Rossini [Sun, 12 Jul 2009 16:20:56 +0000 (12 18:20 +0200)]
David Henderson caught this during todays demo, Thanks Dave!

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up errors, introduce a few things to implement.
AJ Rossini [Sun, 12 Jul 2009 16:20:27 +0000 (12 18:20 +0200)]
clean up errors, introduce a few things to implement.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoget rid of cybertyggr, in favor of rsm-strings.
AJ Rossini [Sun, 12 Jul 2009 16:20:03 +0000 (12 18:20 +0200)]
get rid of cybertyggr, in favor of rsm-strings.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodocumentation and preparation for statistical-oriented access and views.
AJ Rossini [Sun, 12 Jul 2009 16:19:30 +0000 (12 18:19 +0200)]
documentation and preparation for statistical-oriented access and views.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agonothing to see here, yet, but should migrate code out of ls-demo soon.
AJ Rossini [Sun, 12 Jul 2009 16:18:52 +0000 (12 18:18 +0200)]
nothing to see here, yet, but should migrate code out of ls-demo soon.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoMight be final version. Need to sleep on it.
AJ Rossini [Sun, 12 Jul 2009 16:18:21 +0000 (12 18:18 +0200)]
Might be final version.  Need to sleep on it.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoremind self to consider packaging to avoid namespace pollution.
AJ Rossini [Sun, 12 Jul 2009 06:01:51 +0000 (12 08:01 +0200)]
remind self to consider packaging to avoid namespace pollution.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoadd config variables to :cls package, since we will need them.
AJ Rossini [Sun, 12 Jul 2009 06:01:13 +0000 (12 08:01 +0200)]
add config variables to :cls package, since we will need them.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoremove csv-data, since we are using the rsm-string package.
AJ Rossini [Sun, 12 Jul 2009 06:00:36 +0000 (12 08:00 +0200)]
remove csv-data, since we are using the rsm-string package.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>