* Removed numpy as dependency since it is already a dependency of sklearn * Modified instrumentation to prevent double instrumentation of methods * Updated dependencies for some instruments
0.6.1
~~~~~~~~~~~~~~~~~~
* Removed an extra type exclusion check in instrumentor.
0.6.0
~~~~~~~~~~~~~~~~~~
* Exclude bytes from instrumentation * Move ignored types from instrumentor into ``DEFAULT_EXCLUDE`` * Add ``predict_log_proba`` and ``_predict_log_proba`` to ``DEFAULT_METHODS``
0.5.0
~~~~~~~~~~~~~~~~~~
* Exclude enums from instrumentation
0.4.1
~~~~~~~~~~~~~~~~~~
* Avoid instrumentor recursion against instrumentor-created attributes