Improvements:
- Streaming interface to allow the calling application to get at the data as ServiceX finished each unit, rather than waiting until the full request is finished. Caching is integrated into this feature. URLS from ServiceX can also be used.
- Works only with modern versions of awkward (> 1.0) and uproot (> 4.0)
- Default cache location is now `/tmp/servicex_{username}` rather than just `/tmp/servicex`
Fixes:
- Minor documentation improvements
- Cache miss will trigger a transformation of the data rather than an exception
- The wording of some exceptions was improved
Thanks to everyone that contributed to this release!