daft-dev / daft

Render probabilistic graphical models using matplotlib
https://docs.daft-pgm.org
MIT License
675 stars 118 forks source link

Fixed Python 3 incompatibility with dict iteritems #76

Closed fonnesbeck closed 9 years ago

fonnesbeck commented 9 years ago

render() should work in Py2 and 3 now.

dfm commented 9 years ago

Thanks!