Addresses two problems we've found:
- Infinite loop when using the
run_generator
- Infinitely-large storage demand for long-run jobs with proxystore
What's Changed
- Fixes unit tests for retries by @WardLT in #146
- Bug fix: Return None if return value not desired by @WardLT in #147
- Auto-evict automatic proxies on read by @WardLT in #148
Full Changelog: v0.7.1...v0.7.2