This one contains:
- Major change to the `title_basics` dataset. Titles are no longer serialized into one row per genre. This brings it in line with some items that exist in other datasets that are comma-separated. I figured genre wasn't a big enough deal to warrant duplicating titles so much. With this change, it's still possible to search by genre using `... genre like '%Comedy%'...` and so on, but also possible to read all genres on a title in the same place. If I had publicized this package more before making this change, I might have bumped the version up to v2.0.0.
- A very small change related to abstract property declaration that was holding back support for lower versions of Python 3.
- Some cleanup, a small bug fix.
Oh, and the README (here and on PyPI) contains some example queries.