log service/mqtt_to_rdf/inference.py @ 1612:272f78d4671a

age author description
Mon, 06 Sep 2021 18:39:38 -0700 drewp mark skipped tests. move applyRule into Rule. minor cleanups.
Mon, 06 Sep 2021 18:18:42 -0700 drewp a little inner-loop performace. same number of iterations, but less time on logging and some stmt filtering
Mon, 06 Sep 2021 18:07:28 -0700 drewp mysteriously lost an important line
Mon, 06 Sep 2021 18:06:11 -0700 drewp new tests for a smaller part of the inner loop
Mon, 06 Sep 2021 17:03:19 -0700 drewp cleaning up inner loop
Mon, 06 Sep 2021 15:38:48 -0700 drewp more modules, types. Maybe less repeated computation on BoundLhs
Mon, 06 Sep 2021 01:13:55 -0700 drewp WIP move evaluation to new file
Mon, 06 Sep 2021 00:56:47 -0700 drewp logging and stats
Mon, 06 Sep 2021 00:56:13 -0700 drewp do findEvals once at setRules time
Sun, 05 Sep 2021 23:27:49 -0700 drewp infer() dumps stats
Sun, 05 Sep 2021 22:50:15 -0700 drewp cleanup internal names, imports
Sun, 05 Sep 2021 22:43:13 -0700 drewp fix a bug with a slightly moer complicated set of rules
Sun, 05 Sep 2021 22:40:50 -0700 drewp Evaluation doesn't have to depend on Lhs class
Sun, 05 Sep 2021 22:39:38 -0700 drewp logging adjustments
Sun, 05 Sep 2021 01:52:53 -0700 drewp more cleanup, especially around Evaluation
Sun, 05 Sep 2021 01:15:55 -0700 drewp cleanups and a few fixed cases
Sat, 04 Sep 2021 23:23:55 -0700 drewp big rewrite- more classes, smaller methods, more typesafe, all current tests passing
Sat, 04 Sep 2021 23:18:44 -0700 drewp pure reordering of funcs to make the next diffs smaller
Sat, 04 Sep 2021 15:34:29 -0700 drewp shuffle some logging
Thu, 02 Sep 2021 23:20:55 -0700 drewp WIP inference- getting into more degenerate test cases
Thu, 02 Sep 2021 13:39:27 -0700 drewp WIP more debugging, working towards bnode-matching support
Thu, 02 Sep 2021 01:58:31 -0700 drewp WIP inferencer - partial var and function support
Sun, 29 Aug 2021 23:59:09 -0700 drewp WIP new inferencer. no vars yet.