Commit Graph

  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • f978823 Fix prep scaling and fix comments by Jim Paris 2013-04-09 17:44:13 -0400
  • ffd6675 Remove outdated code by Jim Paris 2013-04-08 19:46:16 -0400
  • 5b67b68 (tag: nilmtools-1.1.1) Don't import matplotlib if we don't need it by Jim Paris 2013-04-08 18:59:23 -0400
  • 97503b7 (tag: nilmtools-1.1.0) Fix dependencies by Jim Paris 2013-04-08 18:50:27 -0400
  • 4e64c80 Merge branch 'binary' by Jim Paris 2013-04-08 18:45:21 -0400
  • 189fb9d Use binary interface for copy_one too by Jim Paris 2013-04-08 18:45:16 -0400
  • 3323c99 Use the new stream_insert_numpy_context function by Jim Paris 2013-04-08 18:39:14 -0400
  • e09153e Use the new NumpyClient for extracting data in filter by Jim Paris 2013-04-07 18:14:35 -0400
  • 5c56e9d Remove ounused process_python function by Jim Paris 2013-04-06 16:39:39 -0400
  • 60f0942 (tag: nilmtools-1.0.4) Update decimate to use process_numpy by Jim Paris 2013-04-06 15:56:36 -0400
  • d6d3119 Fix fromstring usage by Jim Paris 2013-04-06 13:40:09 -0400
  • 2ec574c Use np.fromstring instead of np.loadtxt by Jim Paris 2013-04-06 13:32:16 -0400
  • 1988955 (tag: nilmtools-1.0.3) Accumulate delta separately from data timestamp by Jim Paris 2013-04-05 17:41:48 -0400
  • 36e5af4 (tag: nilmtools-1.0.2) Fix data_ts when clock is updated by Jim Paris 2013-04-05 16:40:04 -0400
  • ca175bd Improve nilm-insert to support deltas, etc, for accelerometer data by Jim Paris 2013-04-05 16:13:41 -0400
  • aa9656b Fix off-by-one error in prep rotation by Jim Paris 2013-04-04 19:23:09 -0400
  • 10ab2cc Build nilm-prep tool by Jim Paris 2013-04-04 19:07:15 -0400
  • eb6d7a8 (tag: nilmtools-1.0.1) Fix recommended layout by Jim Paris 2013-04-04 16:32:38 -0400
  • c8be675 Update README dependencies by Jim Paris 2013-04-04 15:36:30 -0400
  • 9e321d9 (tag: nilmtools-1.0) Add --force-metadata option; fix bugs by Jim Paris 2013-04-04 15:33:01 -0400
  • f2bebea Add copy_wildcard script by Jim Paris 2013-04-04 14:53:30 -0400
  • d919a73 Use parser error rather than systemexit exception by Jim Paris 2013-04-04 14:53:05 -0400
  • 17fa79a Makefile updates by Jim Paris 2013-04-04 14:52:54 -0400
  • ca970fa Rename copy_ to copy_one by Jim Paris 2013-04-04 14:52:27 -0400
  • 805d8fb Add prep by Jim Paris 2013-04-03 21:04:03 -0400
  • 05da75e Allow processing 0 lines; warn if data is building up by Jim Paris 2013-04-03 21:03:44 -0400
  • 56e778d Add skip_paths option to filter.setup_parser by Jim Paris 2013-04-03 21:03:29 -0400
  • 87178e9 self.args is used for other stuff in an exception by Jim Paris 2013-04-03 21:03:17 -0400
  • f8b1a00 makefile updates by Jim Paris 2013-04-03 21:02:42 -0400
  • 7e88da3 Bring get_stream_info into nilmtools.filter module; use it by Jim Paris 2013-04-02 18:04:28 -0400
  • b637f17 Add nilm-decimate-auto script by Jim Paris 2013-04-02 16:13:44 -0400
  • 9a7a1df Simplify StreamInfo constructor by Jim Paris 2013-04-02 15:47:43 -0400
  • 101b701 Fix sys.argv stuff; remove outdated shell scripts by Jim Paris 2013-04-01 18:40:33 -0400
  • 457c518 Add some docs about building new tools by Jim Paris 2013-04-01 18:14:04 -0400
  • 3eff3d8 Change default URL to http://localhost/nilmdb/ by Jim Paris 2013-04-01 18:03:43 -0400
  • a56dc22 Allow arguments to be passed in as a list to main() functions by Jim Paris 2013-04-01 18:03:22 -0400
  • 9b770cd Note speed by Jim Paris 2013-04-01 16:39:23 -0400
  • 348c435 Catch arctan2 errors by Jim Paris 2013-04-01 16:38:50 -0400
  • 7f1c1a6 Add nilm-sinefit script link by Jim Paris 2013-03-30 22:53:29 -0400
  • bdfc298 Proper window advancement & insertion for sine fit; comment out plots by Jim Paris 2013-03-30 22:51:54 -0400
  • 4e5907f Send pending data after each block by Jim Paris 2013-03-30 22:51:37 -0400
  • 9078a01 Require 2-dimensional array in insert_function by Jim Paris 2013-03-30 22:51:20 -0400
  • 533892e Update Makefile and setup.py dependencies by Jim Paris 2013-03-30 22:50:55 -0400
  • e0f973b Update makefile and setup.py requirements by Jim Paris 2013-03-30 17:30:10 -0400
  • 698cb6e More work on sinefit by Jim Paris 2013-03-27 19:30:15 -0400
  • 1db38cc Port sfit4 function to Python, start writing sinefit filter by Jim Paris 2013-03-26 19:38:53 -0400
  • a984e54 Add process_numpy function to filter.py by Jim Paris 2013-03-26 19:38:05 -0400
  • 974c9a3 Fix error message when decimate target is missing by Jim Paris 2013-03-22 14:59:08 -0400
  • 320c32c (tag: nilmtools-0.5) Sample script for copying wildcard paths between hosts by Jim Paris 2013-03-19 17:55:18 -0400
  • 0f1e442 Support filtering (or copying) between two different hosts by Jim Paris 2013-03-19 17:54:59 -0400
  • 3e78da1 Rename copy.py to avoid stupid Python conflicts by Jim Paris 2013-03-19 16:19:14 -0400
  • ef9277c Rename nilmtools directory to just src by Jim Paris 2013-03-19 15:41:20 -0400
  • de68956 (tag: nilmtools-0.4) Update copy tool by Jim Paris 2013-03-16 23:13:45 -0400
  • e73dd31 Reworked things to match nilmdb updates; a bit faster by Jim Paris 2013-03-16 14:46:49 -0400
  • d23fa9e (tag: nilmtools-0.3) Remove unnecessary option group by Jim Paris 2013-03-12 19:02:29 -0400
  • 2b9ecc6 Add nilm-copy tool by Jim Paris 2013-03-12 18:48:41 -0400
  • 54f8c34 (tag: nilmtools-0.2) Decimate seems to work pretty well right now by Jim Paris 2013-03-12 18:09:39 -0400
  • 9d38d6c work in progress by Jim Paris 2013-03-11 20:38:33 -0400
  • 4243301 Lots of updates to generic filter, specific decimate module by Jim Paris 2013-03-11 19:48:09 -0400
  • cf9df65 (tag: nilmtools-0.1) Large restructuring, added setup by Jim Paris 2013-03-11 18:06:55 -0400
  • eeb13a4 Fix message by Jim Paris 2013-03-09 15:22:46 -0500
  • ec01d7e Fix import by Jim Paris 2013-03-08 17:40:42 -0500
  • a9db02d Speed up inserter by a factor of about 2; misc cleanups by Jim Paris 2013-03-08 15:41:08 -0500
  • fc6b2df Fix filename timestamps by Jim Paris 2013-03-01 17:05:44 -0500
  • cd8eb5c Bugfixes, improvements by Jim Paris 2013-02-28 19:26:42 -0500
  • daa35b0 Initial version of insert.py by Jim Paris 2013-02-28 18:51:53 -0500