You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#21
Version 0.0.8 accidentally excluded README.md from the build.
But setup.py depends on README.md, so it should not be excluded
from the build.
This commit fixes that issue, and bumps the version to 0.0.9
add max_iter_harmony to self
This fixes a bug in pull request #8 that caused this error:
AttributeError: 'Harmony' object has no attribute 'max_iter_harmony'