- Adds Segmentation and Detection challenges to the project generator
- File loaders now return lists of dictionaries rather than
dictionaries
- Renamed `intersection_over_union` to
`jaccard_index`
- Improved image memory management. Added
`io.ImageLoader` and separate
`load_image` and
`hash_image` functions.
- `score_case` is no longer a static
method