This release brings some breaking changes compared to the previous release (`0.1.7`), but those were necessary and important, bringing extra functionality as well as some bug fixes. Now, users should have a more powerful API to help them deal with data loading and setup.
New features
- add method to reload the cache contents (41)
- new functionality added to the data loader object (40)
Changes
- refactor url download(35)
- remove osx from travis for faster tests (36)
- refactor how datasets are setup (38)
- Reorganize where third-party modules are stored (39, 46)
- Refactor how data is loaded and how samples are fetched (40)
- Refactor how metadata is saved to HDF5 files (40)
- Change `cache_dir` with `download_dir` path for storing downloaded files (44)
- Update docs (46)
- Move dataset managing API methods into a single file (50)
Bug fixes
- Fix ucf sports video extraction (33)
- Fix some datasets urls (44)
- Fix imports (49)
- Other small bug fixes