0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day 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
REL: note Python 2 and 3 support in README More... almost 11 years ago
BUG: refer to existing attribute More... almost 11 years ago
BUG: wrap nodes returned by `autoref.BDD.add_expr` More... almost 11 years ago
REL: add pypi trove classifiers to setup More... almost 11 years ago
allow dumping a `dd.bdd.BDD` as SVG or PNG More... almost 11 years ago
ignore `.DS_Store` and `._.DS_Store` More... almost 11 years ago
API: do not set manager parameters in `cudd.BDD.__cinit__` More... almost 11 years ago
STY: pep8 More... almost 11 years ago
add method `cudd.BDD.garbage_collection` More... almost 11 years ago
add method `cudd.BDD.configure` More... almost 11 years ago
increase max growth and min hit More... almost 11 years ago
TST: add python3 to travis More... almost 11 years ago
TST: fix deprecated installing via sudo apt-get for travis More... almost 11 years ago
use `range` instead of `xrange` where possible More... almost 11 years ago
replace `dict.iteritems` in tests More... almost 11 years ago
replace `dict.iteritems` with `dd._compat.items(dict)` More... almost 11 years ago
add module `dd._compat` for Python 2 to 3 More... almost 11 years ago
read file in binary mode in `downloader` More... almost 11 years ago
use `items()` instead of `iteritems()` in `downloader` More... almost 11 years ago
use new `urllib` if `urllib2` is not available More... almost 11 years ago
define `xrange` in Python 3 More... almost 11 years ago
use `sys.maxsize` instead of `sys.maxint` More... almost 11 years ago
iterate over pairs without using `izip` More... almost 11 years ago
API: rename `bdd.True` to `bdd.true` for Python 3 compatibility More... almost 11 years ago
bump version to 0.1.4 More... almost 11 years ago
format `var = value` in `MDD.__str__` More... almost 11 years ago
BUG: raise `Exception` if file type not recognized More... almost 11 years ago
add method: `Function.__len__` More... almost 11 years ago
BUG: implement `Function.__ne__` More... almost 11 years ago
if `other` is `None`, then nodes differ More... almost 11 years ago