Mercurial > code > home > repos > homeauto
graph
-
more performance workFri, 17 Sep 2021 11:10:18 -0700, by drewp
-
WIP rules reloader (doesn't reload yet)Fri, 17 Sep 2021 11:07:21 -0700, by drewp
-
make namespaces in tests less confusingFri, 17 Sep 2021 11:06:52 -0700, by drewp
-
WIP rules.n3Fri, 17 Sep 2021 11:05:21 -0700, by drewp
-
mqtt_to_rdf.py updatesFri, 17 Sep 2021 11:04:23 -0700, by drewp
-
try not to make empty topic subscriptionsFri, 17 Sep 2021 11:03:13 -0700, by drewp
-
serve graph/configFri, 17 Sep 2021 11:01:06 -0700, by drewp
-
debug logsWed, 15 Sep 2021 23:56:21 -0700, by drewp
-
speedups: abort some rules fasterWed, 15 Sep 2021 23:56:02 -0700, by drewp
-
rm unused computationMon, 13 Sep 2021 01:54:49 -0700, by drewp
-
don't crash, just skip the rule if there's a BindingConflict (no clear test case yet)Mon, 13 Sep 2021 01:53:32 -0700, by drewp
-
refactor rules evalMon, 13 Sep 2021 01:36:06 -0700, by drewp
-
rm dead code from previous triesMon, 13 Sep 2021 00:18:47 -0700, by drewp
-
refactor: use CandidateBinding throughout, not loose dictsMon, 13 Sep 2021 00:06:00 -0700, by drewp
-
hack math:sum in there. Test suite is passing except some slow performersSun, 12 Sep 2021 23:48:43 -0700, by drewp
-
fix farenheit rule case, fix some others that depend on rings order, but this breaks some performance because of itertools.permSun, 12 Sep 2021 21:48:36 -0700, by drewp
-
just (a lot of) debug changesSun, 12 Sep 2021 21:46:39 -0700, by drewp
-
big rewrite of infer() using statements not variables as the things to iterate overSun, 12 Sep 2021 04:32:52 -0700, by drewp
-
add mqtt_messageSat, 11 Sep 2021 23:33:55 -0700, by drewp
-
do inference on config. backend for new ui columns. rm some of the old filter pipelineSat, 11 Sep 2021 23:31:32 -0700, by drewp
-
new grid layout in web uiSat, 11 Sep 2021 23:28:37 -0700, by drewp
-
some shuffling, i don't know- i'm about to rewrite againSat, 11 Sep 2021 23:27:32 -0700, by drewp
-
metrics on input graph sizesSat, 11 Sep 2021 23:21:11 -0700, by drewp
-
mostly cleanup; scraps of the next rewrite; unskip tests that are ok nowWed, 08 Sep 2021 23:22:45 -0700, by drewp
-
slow test is ok now (but other slow tests are now broken)Wed, 08 Sep 2021 18:59:21 -0700, by drewp
-
apparently this was redundantWed, 08 Sep 2021 18:56:24 -0700, by drewp
-
add CandidateTermMatches, unused so farWed, 08 Sep 2021 18:53:26 -0700, by drewp
-
rename workingSet, sometimesWed, 08 Sep 2021 18:51:18 -0700, by drewp
-
log layoutWed, 08 Sep 2021 18:42:53 -0700, by drewp
-
support CB.apply(returnBoundStatementsOnly)Wed, 08 Sep 2021 18:39:12 -0700, by drewp
-
attempted to rewrite with CandidateTermMatches but it brokeWed, 08 Sep 2021 18:32:11 -0700, by drewp
-
plans regarding this rewriteMon, 06 Sep 2021 23:26:07 -0700, by drewp
-
optimization: stream stmts instead of building a GraphMon, 06 Sep 2021 23:23:43 -0700, by drewp
-
change a Graph.__sub__ to Set.difference in verify() for a big speedupMon, 06 Sep 2021 23:20:23 -0700, by drewp
-
refactor: inline an odometer algorithm in place of itertools.productMon, 06 Sep 2021 23:04:34 -0700, by drewp
-
forget GRAPH_ID optimization in this caseMon, 06 Sep 2021 23:03:51 -0700, by drewp
-
mark skipped tests. move applyRule into Rule. minor cleanups.Mon, 06 Sep 2021 18:39:38 -0700, by drewp
-
a little inner-loop performace. same number of iterations, but less time on logging and some stmt filteringMon, 06 Sep 2021 18:18:42 -0700, by drewp
-
mysteriously lost an important lineMon, 06 Sep 2021 18:07:28 -0700, by drewp
-
new tests for a smaller part of the inner loopMon, 06 Sep 2021 18:06:11 -0700, by drewp
-
cleaning up inner loopMon, 06 Sep 2021 17:03:19 -0700, by drewp
-
more modules, types. Maybe less repeated computation on BoundLhsMon, 06 Sep 2021 15:38:48 -0700, by drewp
-
realign tests, turn off slow ones for nowMon, 06 Sep 2021 01:15:14 -0700, by drewp
-
WIP move evaluation to new fileMon, 06 Sep 2021 01:13:55 -0700, by drewp
-
fix importMon, 06 Sep 2021 00:57:28 -0700, by drewp
-
logging and statsMon, 06 Sep 2021 00:56:47 -0700, by drewp
-
do findEvals once at setRules timeMon, 06 Sep 2021 00:56:13 -0700, by drewp
-
infer() dumps statsSun, 05 Sep 2021 23:27:49 -0700, by drewp
-
cleanup internal names, importsSun, 05 Sep 2021 22:50:15 -0700, by drewp
-
fix a bug with a slightly moer complicated set of rulesSun, 05 Sep 2021 22:43:13 -0700, by drewp
-
Evaluation doesn't have to depend on Lhs classSun, 05 Sep 2021 22:40:50 -0700, by drewp
-
logging adjustmentsSun, 05 Sep 2021 22:39:38 -0700, by drewp
-
more cleanup, especially around EvaluationSun, 05 Sep 2021 01:52:53 -0700, by drewp
-
extract module of rdflib output patchesSun, 05 Sep 2021 01:51:49 -0700, by drewp
-
cleanups and a few fixed casesSun, 05 Sep 2021 01:15:55 -0700, by drewp
-
big rewrite- more classes, smaller methods, more typesafe, all current tests passingSat, 04 Sep 2021 23:23:55 -0700, by drewp
-
pure reordering of funcs to make the next diffs smallerSat, 04 Sep 2021 23:18:44 -0700, by drewp
-
shuffle some loggingSat, 04 Sep 2021 15:34:29 -0700, by drewp
-
WIP inference- getting into more degenerate test casesThu, 02 Sep 2021 23:20:55 -0700, by drewp
-
WIP more debugging, working towards bnode-matching supportThu, 02 Sep 2021 13:39:27 -0700, by drewp