Commit Graph

20 Commits

Author SHA1 Message Date
56a572c4ee Removed unnecessary line from from_networkx. 2008-01-08 10:19:57 +00:00
ab9c1ec84b Sparse network support and nodepos read/write 2008-01-08 00:43:56 +00:00
bf29661af9 Added convertion to sparse format in category dataset 2008-01-07 13:13:27 +00:00
e6625c975f bugfix 2008-01-07 12:44:08 +00:00
bed280353b Added support for sparse category-dataset 2008-01-06 17:01:00 +00:00
26ab6c3fe7 Added a "decimals" parameter to write_ftsv, so that datasets can be written
without full precision. Defaults to 7 digits after decimal point.
2007-08-16 10:02:54 +00:00
e08dba0924 read_ftsv and write_ftsv now supports filenames as well as file descriptors. 2007-08-08 12:23:45 +00:00
0523ebab05 Added dataset transpose option 2007-08-03 09:44:31 +00:00
f12fe23c1b Fixed docstrings. 2007-08-02 10:08:52 +00:00
dc7f7dbde2 Added existing_identifiers function to Dataset.
Added colouring drag'n'drop to DAGPlot in gobrowser module.
2007-07-26 15:45:42 +00:00
68cc583d2c Added common_dimensions(ds) that lists common dimensions between two
datasets.
2007-06-22 15:35:45 +00:00
00dd3e8d9d added validation on identifiers input 2007-03-14 16:06:16 +00:00
6101bf850c Changed CategoryDataset ftsv files to be written with 0 and 1 instead of True and False. 2007-02-28 16:33:11 +00:00
4319e8630e fixed error in typechecking 2007-02-15 13:36:36 +00:00
ed2848beb3 Errors when identifers dont match shape, + whitespace 2007-01-31 11:54:54 +00:00
33c51505c4 Fixed the dataset loading so that it returns a correctly named Dataset. 2007-01-16 12:41:29 +00:00
08b7d8dd85 Added function to save fluents tab separated values (ftsv) files. 2007-01-11 23:24:05 +00:00
9274b044b7 Added read_ftsv in dataset.py. This method reads fluents tab separated values
files and returns a dataset.
2007-01-10 17:35:58 +00:00
fb3d9f2050 Added documentation directory with a Makefile to generate source code
documentation. This adds python-epydoc as a build dependency.
2006-10-17 15:06:24 +00:00
610812f265 Started to rename "system" package to "fluents". Repository will be broken
until this is completed.
2006-10-17 14:28:35 +00:00