- Forgot to run unit tests before pushing the package. Fixes a simple typo.
0.0.8
- Re-added the pre-import decoration on `scipy`. Forgot to add a comment previously explaining why it had to be there in addition to being in the :func:`decoration.decorate` call.
0.0.7
- Added special packages with custom decoration machinery to the setup file so that they would be available as packages after a `pip install`.
0.0.6
- Added `acrn.py` setup and configuration file. It allows the custom `~/.acorn` directory to be created with copies of all the default configuration files. - Added streamlining support for package methods that need to disable all acorn functionality for subsequent method calls. This is useful for high-level methods that need to be logged, but which call thousands of low-level methods that should be ignored (even though such methods are public and may need to be logged in other, direct calls).
0.0.5
- Debugged all unit tests for both python 2 and python 3.
0.0.4
- Debugged unit tests for `numpy`, `scipy`, `pandas` and `sklearn`. - `matplotlib` is still having backend trouble (not installed as a framework error) for the testing, so I have disabled the tests for now.