Tue, 21 Sep 2021 22:29:19 -0700 |
drewp |
fix some harder tests. Mostly, _advanceTheStack needed to spin the odometer rings starting from the other side, to get all the right combos
|
Tue, 21 Sep 2021 22:19:11 -0700 |
drewp |
comments, debug, dead code
|
Mon, 20 Sep 2021 23:20:46 -0700 |
drewp |
clean up dead tests
|
Mon, 20 Sep 2021 23:19:40 -0700 |
drewp |
abbreviate my specific debug lines some more
|
Mon, 20 Sep 2021 23:19:08 -0700 |
drewp |
logic fix- some bindings were being returned 2+; some 0 times
|
Mon, 20 Sep 2021 23:15:29 -0700 |
drewp |
warnings
|
Sun, 19 Sep 2021 20:31:39 -0700 |
drewp |
new childResource function for making new URIs
|
Sun, 19 Sep 2021 16:51:51 -0700 |
drewp |
cleanups and optimizations
|
Sun, 19 Sep 2021 15:39:37 -0700 |
drewp |
function evaluation uses Chunk lists now and runs fast. Only a few edge cases still broken
|
Sun, 19 Sep 2021 14:42:39 -0700 |
drewp |
parse lists from graph into the Chunks
|
Sun, 19 Sep 2021 13:33:10 -0700 |
drewp |
refactor inference_functions
|
Sun, 19 Sep 2021 13:23:50 -0700 |
drewp |
update currently-working tests
|
Sun, 19 Sep 2021 13:22:29 -0700 |
drewp |
bugfix for simple (no arg lists) functions not evaluating
|
Sun, 19 Sep 2021 13:21:33 -0700 |
drewp |
new stmt_chunk_test
|
Sun, 19 Sep 2021 13:21:15 -0700 |
drewp |
__nonzero__ is called __bool__ in py3! thanks for nothing, linters
|
Sun, 19 Sep 2021 13:20:39 -0700 |
drewp |
minor refactoring
|
Sun, 19 Sep 2021 13:19:20 -0700 |
drewp |
debug logging and comments
|
Sat, 18 Sep 2021 23:57:20 -0700 |
drewp |
WIP - functions are broken as i move most layers to work in Chunks not Triples
|
Sat, 18 Sep 2021 23:53:59 -0700 |
drewp |
move graphDump (on its way out, since reprs are getting better)
|
Fri, 17 Sep 2021 11:11:24 -0700 |
drewp |
add nonRuleStatments to Inference api. there's already a test in an eariler commit
|
Fri, 17 Sep 2021 11:10:18 -0700 |
drewp |
more performance work
|
Fri, 17 Sep 2021 11:07:21 -0700 |
drewp |
WIP rules reloader (doesn't reload yet)
|
Fri, 17 Sep 2021 11:06:52 -0700 |
drewp |
make namespaces in tests less confusing
|
Fri, 17 Sep 2021 11:05:21 -0700 |
drewp |
WIP rules.n3
|
Fri, 17 Sep 2021 11:04:23 -0700 |
drewp |
mqtt_to_rdf.py updates
|
Fri, 17 Sep 2021 11:03:13 -0700 |
drewp |
try not to make empty topic subscriptions
|
Fri, 17 Sep 2021 11:01:06 -0700 |
drewp |
serve graph/config
|
Wed, 15 Sep 2021 23:56:21 -0700 |
drewp |
debug logs
|
Wed, 15 Sep 2021 23:56:02 -0700 |
drewp |
speedups: abort some rules faster
|
Mon, 13 Sep 2021 01:54:49 -0700 |
drewp |
rm unused computation
|
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 01:36:06 -0700 |
drewp |
refactor rules eval
|
Mon, 13 Sep 2021 00:18:47 -0700 |
drewp |
rm dead code from previous tries
|
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:48:36 -0700 |
drewp |
fix farenheit rule case, fix some others that depend on rings order, but this breaks some performance because of itertools.perm
|
Sun, 12 Sep 2021 21:46:39 -0700 |
drewp |
just (a lot of) debug changes
|
Sun, 12 Sep 2021 04:32:52 -0700 |
drewp |
big rewrite of infer() using statements not variables as the things to iterate over
|
Sat, 11 Sep 2021 23:33:55 -0700 |
drewp |
add mqtt_message
|
Sat, 11 Sep 2021 23:31:32 -0700 |
drewp |
do inference on config. backend for new ui columns. rm some of the old filter pipeline
|
Sat, 11 Sep 2021 23:28:37 -0700 |
drewp |
new grid layout in web ui
|
Sat, 11 Sep 2021 23:27:32 -0700 |
drewp |
some shuffling, i don't know- i'm about to rewrite again
|
Sat, 11 Sep 2021 23:21:11 -0700 |
drewp |
metrics on input graph sizes
|
Wed, 08 Sep 2021 23:22:45 -0700 |
drewp |
mostly cleanup; scraps of the next rewrite; unskip tests that are ok now
|
Wed, 08 Sep 2021 18:59:21 -0700 |
drewp |
slow test is ok now (but other slow tests are now broken)
|
Wed, 08 Sep 2021 18:56:24 -0700 |
drewp |
apparently this was redundant
|
Wed, 08 Sep 2021 18:53:26 -0700 |
drewp |
add CandidateTermMatches, unused so far
|
Wed, 08 Sep 2021 18:51:18 -0700 |
drewp |
rename workingSet, sometimes
|
Wed, 08 Sep 2021 18:42:53 -0700 |
drewp |
log layout
|
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:26:07 -0700 |
drewp |
plans regarding this rewrite
|
Mon, 06 Sep 2021 23:23:43 -0700 |
drewp |
optimization: stream stmts instead of building a Graph
|
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 23:04:34 -0700 |
drewp |
refactor: inline an odometer algorithm in place of itertools.product
|
Mon, 06 Sep 2021 23:03:51 -0700 |
drewp |
forget GRAPH_ID optimization in this case
|
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:15:14 -0700 |
drewp |
realign tests, turn off slow ones for now
|
Mon, 06 Sep 2021 01:13:55 -0700 |
drewp |
WIP move evaluation to new file
|
Mon, 06 Sep 2021 00:57:28 -0700 |
drewp |
fix import
|
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:51:49 -0700 |
drewp |
extract module of rdflib output patches
|
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.
|
Sun, 29 Aug 2021 13:45:31 -0700 |
drewp |
some rdf code. maybe copied from light9?
|
Sun, 29 Aug 2021 13:44:05 -0700 |
drewp |
add patch_cyclone_sse
|
Sun, 29 Aug 2021 13:43:50 -0700 |
drewp |
start zigbee configs. this proves the need for more graph output from a given mqtt message
|
Sun, 29 Aug 2021 13:43:14 -0700 |
drewp |
dead code, sort reqs
|
Sun, 29 Aug 2021 13:36:08 -0700 |
drewp |
release 0.5.0
|
Sun, 29 Aug 2021 13:36:08 -0700 |
drewp |
release 0.5.0
0.5.0
|
Sun, 29 Aug 2021 12:56:14 -0700 |
drewp |
reformat, switch to prometheus, maybe other fixes
|
Thu, 26 Aug 2021 18:26:20 -0700 |
drewp |
deps
|
Thu, 26 Aug 2021 18:03:30 -0700 |
drewp |
fix deploy; redo stats display page
|
Thu, 26 Aug 2021 16:33:05 -0700 |
drewp |
big fixes and rewrites. emitting rdf works, not influx export yet
|
Thu, 13 May 2021 01:06:26 -0700 |
drewp |
don't insist on ttyUSB0 device when doing OTA updates
|
Thu, 13 May 2021 01:05:40 -0700 |
drewp |
workshop lights driver
|
Thu, 18 Mar 2021 20:13:07 +0000 |
dependabot[bot] |
Bump pillow from 3.1.1 to 8.1.1 in /service/colplay
dependabot/pip/service/colplay/pillow-8.1.1
|
Thu, 07 Jan 2021 22:55:33 +0000 |
dependabot[bot] |
Bump lxml from 4.3.3 to 4.6.2 in /service/wifi
dependabot/pip/service/wifi/lxml-4.6.2
|
Thu, 14 May 2020 22:29:55 -0700 |
drewp |
release 0.4.0
|
Thu, 14 May 2020 22:29:44 -0700 |
drewp |
py3
|
Sat, 02 May 2020 15:08:12 -0700 |
drewp |
docker and build fixes
|
Sat, 02 May 2020 15:07:03 -0700 |
drewp |
front door support on another broker
|
Fri, 27 Mar 2020 23:08:10 -0700 |
drewp |
serv updates
|
Fri, 27 Mar 2020 23:07:46 -0700 |
drewp |
fix theater input selector string assembling
|
Fri, 27 Mar 2020 23:07:10 -0700 |
drewp |
rename living lamps
|
Fri, 14 Feb 2020 17:00:54 -0800 |
drewp |
dockerignore
|
Fri, 14 Feb 2020 16:47:10 -0800 |
drewp |
stats page
|
Fri, 14 Feb 2020 10:21:24 -0800 |
drewp |
more theater output controls
|
Fri, 14 Feb 2020 10:01:26 +0000 |
dependabot[bot] |
Bump twisted from 19.2.0 to 19.7.0 in /service/collector
dependabot/pip/service/collector/twisted-19.7.0
|
Fri, 14 Feb 2020 10:01:19 +0000 |
dependabot[bot] |
Bump twisted from 16.0.0 to 19.7.0 in /service/colplay
dependabot/pip/service/colplay/twisted-19.7.0
|
Fri, 14 Feb 2020 00:33:31 -0800 |
drewp |
more py3 fixes
|
Fri, 14 Feb 2020 00:33:14 -0800 |
drewp |
update deps
|
Fri, 14 Feb 2020 00:09:02 -0800 |
drewp |
whitespace
|
Fri, 14 Feb 2020 00:08:43 -0800 |
drewp |
demo buttons send :press not :release
|
Fri, 14 Feb 2020 00:07:23 -0800 |
drewp |
python 3! and some types and cleanups
|
Thu, 13 Feb 2020 23:00:06 -0800 |
drewp |
something with rx on inputgraph, i forget. also cleanup imports and logging of oneshot
|
Thu, 13 Feb 2020 22:58:56 -0800 |
drewp |
use local FuXi checkout of https://github.com/drewp/FuXi (and some other dep updates)
|
Thu, 13 Feb 2020 22:58:23 -0800 |
drewp |
merge rules.n3 again
|
Thu, 13 Feb 2020 10:26:38 -0800 |
drewp |
add rx
|
Thu, 13 Feb 2020 10:26:01 -0800 |
drewp |
index.html layout; add some oneshot buttons
|
Thu, 13 Feb 2020 10:24:23 -0800 |
drewp |
rule updates
|
Thu, 13 Feb 2020 10:22:12 -0800 |
drewp |
update to many new named graphs
|