Commit Graph

47 Commits

Author SHA1 Message Date
Scott Murray
33eeee5685 Finished added all related reference links for Table methods 2013-06-02 10:06:33 -07:00
Scott Murray
bedaac427b Changed param name for Table.matchRows() to sync with Table.matchRow() 2013-05-30 16:35:00 -07:00
Scott Murray
8ff9f1f716 Added reference examples for Table findRows() and matchRows(), clarifications 2013-05-30 15:40:25 -07:00
Ben Fry
a6c90fac4b fix for Iterable vs Iterator for Table 2013-05-30 15:43:23 -04:00
Scott Murray
7b60e43550 Adding a couple related reference links for Table methods 2013-05-25 21:14:42 -07:00
Scott Murray
951978f549 Added reference for Table methods getRowCount(), getColumnCount(), getStringColumn(), trim(), removeTokens() 2013-05-25 21:02:21 -07:00
Scott Murray
2a3999eb49 Added reference for Table getInt(), getFloat(), getString(), setInt(), setFloat(), setString() 2013-05-25 17:24:16 -07:00
Scott Murray
229869829e Added reference for Table rows(), findRow(), findRows(), matchRow(), matchRows() 2013-05-25 16:05:26 -07:00
Scott Murray
ba10293273 Added Table reference for removeColumn(), removeRow(), getRow(), and clearRows() 2013-05-23 16:42:05 -07:00
Scott Murray
b91258399f Updated PVector mult() and div() reference 2013-05-23 14:46:23 -07:00
Scott Murray
06d0812fc0 Added reference for Table addColumn() and removeColumn() 2013-05-22 17:57:52 -07:00
REAS
eb326b7125 Modifications to Data classes for Reference entries 2013-05-18 22:01:26 -07:00
Ben Fry
f8d25375cc bug fixing on Dict and List classes, add Iterable constructor 2013-05-01 14:54:54 -04:00
Ben Fry
9a6b1dcdb6 add clearRows() 2013-04-30 19:23:51 -04:00
Ben Fry
625ce847e4 fix for bin extension not being set in Table 2013-04-30 18:57:23 -04:00
Ben Fry
058c19c958 add ODS table parsing, also cleanup load/save for Table 2013-04-29 12:29:09 -04:00
Ben Fry
59b9cd573a fixing sort() methods so they are actually, you know, accurate... also ironing out Table bits 2013-04-29 09:45:30 -04:00
Ben Fry
b56459d14f API cleanups, fix #1660 and #1680 for JSON, plus #1734 for Table 2013-04-28 20:43:49 -04:00
Ben Fry
7ac6a0bd79 more massaging, also tweak Table accessors for types 2013-04-28 14:55:12 -04:00
Ben Fry
c7702c9b61 more API cleanups for consistency 2013-04-28 14:17:29 -04:00
Ben Fry
75b5bc9489 cleaning up FloatHash, getting to work on the others, fix iterator in Table 2013-04-28 10:40:59 -04:00
Scott Murray
b174035021 Added addColum() to reference… hopefully 2013-03-13 14:21:54 -07:00
Scott Murray
cb31ff51ae Added related links to Table 2013-03-13 13:37:32 -07:00
Ben Fry
3ee0222ef1 improve load/save of .gz files with Table, clear up some .bin issues 2013-02-24 14:03:21 -05:00
Ben Fry
45b3a6de81 write release notes, update todo lists 2013-02-23 12:04:08 -05:00
Ben Fry
9ae93ce649 table fixes and additions 2013-02-15 11:07:58 -05:00
Ben Fry
1995a0dba9 add listUnique() and countUnique() 2013-02-11 12:15:50 -05:00
Ben Fry
40a4f59aac fix removeColumn() 2013-02-06 20:22:37 -05:00
benfry
deb1785b76 support for reading/writing binary tables 2013-01-08 16:05:02 +00:00
benfry
7792e36fde fix categorical data bug 2012-12-19 22:34:47 +00:00
benfry
7944e2a6f1 copying Table and XML updates to Android 2012-12-16 20:57:17 +00:00
benfry
c31c40000e work on wrapping up XML changes 2012-12-16 19:31:09 +00:00
benfry
6e0b51db21 cleaning up JSON a bit, remove bad import 2012-12-13 17:28:52 +00:00
benfry
4194da736c fix for header rows 2012-12-13 17:09:53 +00:00
benfry
2a07a1f79b fix table loading quirk with extensions 2012-12-11 22:53:11 +00:00
benfry
982db8e89d closing up Table work, moving functions a bit, hide unapproved 2012-12-09 21:02:53 +00:00
benfry
0949ce213f major work on Table to finalize API 2012-12-09 20:51:52 +00:00
benfry
e237a67ac1 working on new Table class setup 2012-12-09 18:59:02 +00:00
Casey Reas
e971eb6318 Updates to the PShape reference for 2 2012-11-17 07:43:44 +00:00
benfry
6e6fc2bfcc more table changes based on recent API discussions 2012-11-12 15:15:50 +00:00
benfry
7f50239485 move to getRows() for Table, also add parseInto() method 2012-11-11 20:09:31 +00:00
alignedleft
a89ae7c3bc Added webrefs to enable reference page generation 2012-09-12 16:50:33 +00:00
benfry
a037c50788 going back to getString() after all 2012-05-20 14:08:48 +00:00
benfry
302ab31077 copyright oops 2012-05-18 19:15:06 +00:00
benfry
312169756e change set/getString() to set/get(), break TableRow out separately 2012-05-18 19:08:52 +00:00
benfry
fc6d4d49c7 move XML and Table to processing.data, update preproc 2012-04-03 00:26:26 +00:00
benfry
3c1da90edd moving into data package 2012-04-02 21:57:12 +00:00