Highlights
This release addresses some minor bugs and improves the documentation with update logos, colors, descriptions, and API formatting.
Upgrade Steps
bash
pip install --upgrade proxystore or proxystore[all]
What's Changed
Enhancements
* Enhance compatibility of the `StoreExecutor` with non-`concurrent.futures.Executor` types by gpauloski in https://github.com/proxystore/proxystore/pull/612
Bug Fixes
* Exclude state by default in `LocalConnector` config by gpauloski in https://github.com/proxystore/proxystore/pull/602
* Improve thread-safety in the `Store` by gpauloski in https://github.com/proxystore/proxystore/pull/609
* Fix deadlock in `StoreExecutor` test with MacOS runners by gpauloski in https://github.com/proxystore/proxystore/pull/614
* Improve which relay registration errors are raised versus retried by gpauloski in https://github.com/proxystore/proxystore/pull/621
Internal Changes
* Return `self` in `start()`/`stop()` of `Timer` by gpauloski in https://github.com/proxystore/proxystore/pull/611
Documentation
* Add TaPS to featured papers by gpauloski in https://github.com/proxystore/proxystore/pull/606
* Fix docstring link for websockets>=13.0 by gpauloski in https://github.com/proxystore/proxystore/pull/615
* Improve API documentation templates by gpauloski in https://github.com/proxystore/proxystore/pull/616
* Update logo, icon, and color palette in docs by gpauloski in https://github.com/proxystore/proxystore/pull/617
* Improve ProxyStore descriptions in docs, project metadata, and README by gpauloski in https://github.com/proxystore/proxystore/pull/623
* Update README intro and improve docs build process by gpauloski in https://github.com/proxystore/proxystore/pull/624
Package Changes
* Update documentation dependency versions by gpauloski in https://github.com/proxystore/proxystore/pull/610
Development Workflows
* Upgrade all MacOS runners to 14 (ARM) by gpauloski in https://github.com/proxystore/proxystore/pull/613
**Full Changelog**: https://github.com/proxystore/proxystore/compare/v0.7.0...v0.7.1