Fixed handling of JaggedArray where the subarrays are multidimensional.
2.7.0
Implemented `std::vector<UserClass>` for all user classes. The more obvious starting point, `UserClass` (not in a `std::vector`) is waiting for an example in a user file. If you have such an example, please raise an issue!
2.6.19
Last tweaks to get the presentation right on GitHub, PyPI, and readthedocs.io.
2.6.16
Handling more deserialization cases:
1. Objects that reference their parents (`tag == 1`), issue 54. 2. Baskets without a navigation buffer (`TIOFeatures` bit 1), issue 55.
Also, add support for reading over HTTP, issue 50.
2.6.15
Properly handle subclasses of list and tuple in `outputtype`.
2.6.14
Add a `branch.interpretation` property to get the default interpretation more conveniently.