log service/mqtt_to_rdf/candidate_binding.py @ 1667:a2347393b43e

age author description
Tue, 21 Sep 2021 22:19:11 -0700 drewp comments, debug, dead code
Mon, 20 Sep 2021 23:19:08 -0700 drewp logic fix- some bindings were being returned 2+; some 0 times
Sat, 18 Sep 2021 23:57:20 -0700 drewp WIP - functions are broken as i move most layers to work in Chunks not Triples
Mon, 13 Sep 2021 01:53:32 -0700 drewp don't crash, just skip the rule if there's a BindingConflict (no clear test case yet)
Mon, 13 Sep 2021 00:06:00 -0700 drewp refactor: use CandidateBinding throughout, not loose dicts
Sun, 12 Sep 2021 23:48:43 -0700 drewp hack math:sum in there. Test suite is passing except some slow performers
Sun, 12 Sep 2021 21:46:39 -0700 drewp just (a lot of) debug changes
Wed, 08 Sep 2021 18:39:12 -0700 drewp support CB.apply(returnBoundStatementsOnly)
Wed, 08 Sep 2021 18:32:11 -0700 drewp attempted to rewrite with CandidateTermMatches but it broke
Mon, 06 Sep 2021 23:20:23 -0700 drewp change a Graph.__sub__ to Set.difference in verify() for a big speedup
Mon, 06 Sep 2021 15:38:48 -0700 drewp more modules, types. Maybe less repeated computation on BoundLhs