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
Fixed bug in a decorator that would trigger an AttributeError when a class
was created that implemented a deprecated method and had no docstring of its
own.
Changed
Entire test suite has been migrated to pytest. Closes #327.
Style checking is now enforced using flake8; this involved some code cleanup
such as removing unused imports.