Commit graph

27 commits

Author SHA1 Message Date
Inte Vleminckx
51b8bdb001 Add test for bytes type 2025-02-05 16:26:30 +01:00
Inte Vleminckx
98f36c4cf0 Adding bytes as a type 2025-02-05 16:24:22 +01:00
9883e09ac2 merging (meta-)models works (but it's dirty!) 2024-12-03 17:58:03 +01:00
a4352e3184 BIG speedup by caching the *set* of edge targets for a given key 2024-10-28 17:11:55 +01:00
4160a8953e Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 2024-09-06 21:10:23 +02:00
ec1a9dbfca replace everywhere: 'is [not] None' -> '(==|!=) None' 2024-09-04 09:50:30 +02:00
Andrei Bondarenko
5e28a8d108 Missing files and requirements 2021-09-28 19:53:12 +02:00
Andrei Bondarenko
6df566373d Points example working 2021-08-27 09:46:44 +02:00
Andrei Bondarenko
633aa84f39 Added back RDF and Neo4j implementations 2021-08-11 11:46:41 +02:00
Andrei Bondarenko
93ff82c2bb Corrected interface 2021-07-25 10:33:21 +02:00
Andrei Bondarenko
597ee31c54 state now properly uses and it typed with UUID 2021-07-24 21:59:48 +02:00
Andrei Bondarenko
1931020bb1 Revert "Reorganization"
This reverts commit f44c888a
2021-07-24 21:50:12 +02:00
Andrei Bondarenko
f44c888ace Reorganization 2021-07-24 20:59:52 +02:00
Andrei Bondarenko
dd9c48ac81 Reverted some changes to state base 2021-07-14 10:47:57 +02:00
Andrei Bondarenko
93b602a0eb Updated types 2021-07-14 08:45:37 +02:00
Andrei Bondarenko
24119609b3 Updated tests 2021-07-13 19:54:13 +02:00
Andrei Bondarenko
5a548d5c3e Added type value constants 2021-07-13 19:51:24 +02:00
Andrei Bondarenko
34881ad4f4 Fixed string dumping 2021-07-13 10:56:55 +02:00
Andrei Bondarenko
6961ba97cc Removed relative imports 2021-07-13 06:13:14 +02:00
Andrei Bondarenko
1ba6aecdb9 Added correct printing of type nodes 2021-07-13 05:13:55 +02:00
Andrei Bondarenko
128b3ec1e4 Added support to state for type nodes 2021-07-13 05:08:31 +02:00
Andrei Bondarenko
b961e91d9b Added tests for State 2021-07-13 04:56:08 +02:00
Andrei Bondarenko
9a16377f30 Added DevState 2021-07-13 04:36:17 +02:00
Andrei Bondarenko
d814ffbc6b Added PyState implementation 2021-07-13 04:28:16 +02:00
Andrei Bondarenko
7aa2be3ad9 Added reference to MV source code 2021-07-13 04:27:58 +02:00
Andrei Bondarenko
19a79d4050 Added interface for state 2021-07-13 04:00:41 +02:00
Andrei Bondarenko
09c23cb708 Created state package 2021-07-13 03:46:20 +02:00