0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MNT: check filetype in `BDD.dump()` methods More... almost 5 years ago
BUG: correct docstring of `dd._abc.BDD.load()` More... almost 5 years ago
API: return `list` from `BDD.load()` of Pickle file More... almost 5 years ago
BUG: except specifically `ImportError` of `ply` or `astutils` More... almost 5 years ago
BUG: support iterator as `roots` in `BDD.descendants()` More... almost 5 years ago
API: support roots as `dict` in `dump()`, `load()` More... almost 5 years ago
ENH: support roots as `dict` in JSON interface More... almost 5 years ago
DOC: improve docstrings of functions More... almost 5 years ago
STY: shorten lines More... almost 5 years ago
_API: rename positional params of functions in `dd._copy` More... almost 5 years ago
REF: simplify by directly returning from functions More... almost 5 years ago
ENH: add module `examples/bdd_traversal.py` More... almost 5 years ago
BUG: define only instance attributes, no class attributes More... almost 5 years ago
REF: add `__main__` stanza More... almost 5 years ago
REF: rename the functions called from `__main__` stanza More... almost 5 years ago
REF: write `import ...`, instead of `from ... import ...` More... almost 5 years ago
ENH: add `examples/json_example.py` More... almost 5 years ago
PEP8: space around infix operator `*` More... almost 5 years ago
REF: rename variable More... almost 5 years ago
REF: avoid intermediate variable More... almost 5 years ago
DOC: rewrite and rephrase docstrings More... almost 5 years ago
REF: use `next()`, instead of `for` More... almost 5 years ago
_API: rename method to `cudd.BDD._multi_compose()` More... almost 5 years ago
DOC: extend docstring of `cudd.BDD.let()` More... almost 5 years ago
REF: use long variable name More... almost 5 years ago
DOC: rephrase docstring of `cudd.BDD.group()` More... almost 5 years ago
BUG: handle unhashable values when asserting More... almost 5 years ago
REF: rename variables More... almost 5 years ago
UI: change message of `ValueError` More... almost 5 years ago
DOC: extend docstring of `cudd.BDD.support()` More... almost 5 years ago