nilmdb/nilmdb
Jim Paris 9082cc9f44 Merging adjacent intervals is working now!
Adjust test expectations accordingly, since the number of intervals
they print out will now be smaller.
2012-12-12 19:25:27 -05:00
..
cmdline Don't include layout on client side 2012-12-07 16:24:15 -05:00
__init__.py Add database size to "nilmtool.py info" output. 2012-07-24 21:52:38 +00:00
bxintersect.pyx Some small speed improvements. Intervals are really a pain; need to 2012-05-08 17:40:11 +00:00
client.py More insertion checks. Need to get interval concatenation working. 2012-12-11 18:08:00 -05:00
du.py Add database size to "nilmtool.py info" output. 2012-07-24 21:52:38 +00:00
httpclient.py Streaming responses from the server weren't actually streaming. Fix 2012-05-23 23:18:24 +00:00
interval.pyx Merging adjacent intervals is working now! 2012-12-12 19:25:27 -05:00
interval.pyxdep Converted rbtree, interval to Cython. Serious speedups! 2012-11-29 15:13:09 -05:00
iteratorizer.py Add "iteratorizor", which transforms a function that uses callbacks 2012-05-23 01:00:12 +00:00
layout.pyx Tests pass with 100% coverage on non-cython modules 2012-08-06 22:05:09 +00:00
nilmdb.py Merging adjacent intervals is working now! 2012-12-12 19:25:27 -05:00
printf.py Misc cleanups, fix some pylint issues 2012-03-23 15:50:33 +00:00
rbtree.pxd Converted rbtree, interval to Cython. Serious speedups! 2012-11-29 15:13:09 -05:00
rbtree.pyx Converted rbtree, interval to Cython. Serious speedups! 2012-11-29 15:13:09 -05:00
rbtree.pyxdep Converted rbtree, interval to Cython. Serious speedups! 2012-11-29 15:13:09 -05:00
RedBlackTree.cc Working on getting the RBTree working. Intersections are busted. 2012-11-15 18:55:56 +00:00
serializer.py rework MyCurl stuff 2012-05-21 21:43:30 +00:00
server.py Inserting works again, with proper end/start for paired blocks. 2012-12-07 20:30:39 -05:00
timer.py Optimization that uses slices on the table rather than checking each 2012-06-04 23:46:33 +00:00
timestamper.py Can now insert data using command line tool. Time to benchmark etc. 2012-04-09 21:31:39 +00:00