Go to file
Jim Paris 991039903c Partial implementation of Interval and IntervalSet with a red-black
tree.

This is currently hitting an issue where it's considering the
intersection of [0,1] and [1,2] to be [1,1].  It matches the 
fully-closed definition of intervals, unlike before -- but might
cause issues.  Need to consider whether test case is correct.


git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@11355 ddd99763-3ecb-0310-9145-efcb8ce7c51f
2012-11-08 22:56:05 +00:00
datetime_tz Add datetime_tz module from python-datetime-tz repository. This could 2012-03-24 17:32:11 +00:00
nilmdb Partial implementation of Interval and IntervalSet with a red-black 2012-11-08 22:56:05 +00:00
tests Partial implementation of Interval and IntervalSet with a red-black 2012-11-08 22:56:05 +00:00
.coveragerc playing with coverage a bit 2012-02-20 06:09:42 +00:00
design.md Start reworking the layout types. 2012-08-06 21:46:09 +00:00
Makefile Work on command line client, and some improvements to server 2012-04-03 22:21:42 +00:00
nilmtool.py A lot more command line testing. 2012-04-04 22:34:01 +00:00
README.txt Fix timezone issues in cmdline test 2012-08-09 18:03:18 +00:00
runserver.py Use simplejson instead of json for performance 2012-05-16 22:19:00 +00:00
setup.cfg Some prep work for merging adjacent insertions. 2012-11-08 21:27:52 +00:00
timeit.sh TODO update 2012-07-24 21:18:01 +00:00
TODO Update TODO 2012-08-06 22:06:29 +00:00

sudo apt-get install python-nose python-coverage
sudo apt-get install python-tables cython python-cherrypy3