Mercurial > code > home > repos > homeauto
log service/mqtt_to_rdf/candidate_binding.py @ 1638:0ba1625037ae
age | author | description |
---|---|---|
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 |