Breaking Changes
- `Config` no longer magically converts `str->Path` for any keys. Use new `path` method instead ([131](https://github.com/fastai/fastcore/issues/131))
New Features
- `rinstance`: Curried `isinstance` but with args reversed, suitable for `partial` ([130](https://github.com/fastai/fastcore/issues/130))
- Use `_repr_pretty_` for `L` ([129](https://github.com/fastai/fastcore/issues/129))
- `open_file` to open optionally-compressed files for reading and writing, and add compression support to `load_pickle` and `save_pickle` ([128](https://github.com/fastai/fastcore/issues/128))
- add context manager for failed tests ([126](https://github.com/fastai/fastcore/pull/126)), thanks to [hamelsmu](https://github.com/hamelsmu)
- Add `Request.request` support to `urlread` ([132](https://github.com/fastai/fastcore/issues/132))