Skip to content

Releases: tgbugs/pyontutils

neurondm-0.1.10

04 Feb 01:04

Choose a tag to compare

neurondm integration test skip bhuiyan2024 if no sparcur

neurondm-0.1.9

18 Oct 01:52

Choose a tag to compare

neurondm basic_neurons set no_wd_value

0.1.39

15 Sep 19:22

Choose a tag to compare

ttlser fix cpython non-determinism around symmetric predicates

the underlying reason why pypy3 is deterministic without this fix
whereas cpython is not remains a mystery, and it's not like it was
just one variant, basically every possible way that bnodes could be
reordered showed up at some point

the workaround is to rerank bnodes from top down in addition to bottom
up in cases where there is a tie in the bottom up only ordering, it
cannot be done by inserting the top down values into to the process
used for the bottom up ordering because it results in an infinite loop
when opposite sides of a symmetric predicate are balanced

ttlser-1.1.7

15 Sep 19:22

Choose a tag to compare

ttlser fix cpython non-determinism around symmetric predicates

the underlying reason why pypy3 is deterministic without this fix
whereas cpython is not remains a mystery, and it's not like it was
just one variant, basically every possible way that bnodes could be
reordered showed up at some point

the workaround is to rerank bnodes from top down in addition to bottom
up in cases where there is a tie in the bottom up only ordering, it
cannot be done by inserting the top down values into to the process
used for the bottom up ordering because it results in an infinite loop
when opposite sides of a symmetric predicate are balanced

0.1.38

21 Jan 23:48

Choose a tag to compare

neurondm setup.py bump deps

0.1.37

20 Jan 23:01

Choose a tag to compare

clifn vbump for drop terminaltables dep

debug table python format strings are sufficient for what we need

clifn-0.0.2

20 Jan 22:55

Choose a tag to compare

clifn vbump for drop terminaltables dep

debug table python format strings are sufficient for what we need

0.1.36

20 Jan 01:21

Choose a tag to compare

test_robot_rt remove import from test due to 404 error

ttlser-1.1.6

20 Jan 01:15

Choose a tag to compare

test_robot_rt remove import from test due to 404 error

0.1.35

24 Nov 07:57

Choose a tag to compare

utils_fast.logToFile return handler

needed so that the handler can be removed later