0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 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
try to import `tulip.spec` only if `_parser` is `None` More... over 11 years ago
rename method: `_map_to_index` -> `_map_to_level` More... over 11 years ago
improve docstrings, fix typos More... over 11 years ago
rename: "index" -> "level" in docstrings More... over 11 years ago
rename nx node attar: "index" -> "level" More... over 11 years ago
BUG: propagate complement in `BDD.quantify` More... over 11 years ago
bump version to 0.0.2 More... over 11 years ago
Merge branch 'master' of https://github.com/johnyf/dd More... over 11 years ago
add sample dddmp files to manifest More... over 11 years ago
add year 2015 to license More... over 11 years ago
rm unused sample dddmp file More... over 11 years ago
update function name in `dddmp` tests More... over 11 years ago
add "dot" to keywords More... over 11 years ago
add `tulip` branch `easysetup` to `dependency_links` More... over 11 years ago
mv `networkx` from `install_requires` to extras More... over 11 years ago
rewrite parser table file in `setup.py` prior to building More... over 11 years ago
install `ply` using `pip` inside `setup.py` More... over 11 years ago
rename function: `_rebuild_parsetab` -> `_rewrite_tables` More... over 11 years ago
collect garbage only inside swapped levels More... over 11 years ago
separate nodes into levels once per reordering More... over 11 years ago
extract level separation as method `_levels` More... over 11 years ago
add `roots` arg to method `collect_garbage` More... over 11 years ago
do not introduce terminals during garbage removal More... over 11 years ago
add and test function: `reorder` More... over 11 years ago
add and test `BDD` method: `swap` More... over 11 years ago
use `incref`, non-code improvements More... over 11 years ago
change ignored pickle file extension to *.p More... over 11 years ago
test lexer and parser to improve coverage More... over 11 years ago
raise `Exception` for illegal characters in lexer More... over 11 years ago
turn "main" stanza into function: `_rebuild_parsetab` More... over 11 years ago