ProxyStore Extensions v0.1.2
Highlights
- Experimental support for Dask.distributed. Check out the guide!
- Extension modules are now accessible by importing from
proxystore.ex.
Upgrade Steps
$ pip install --upgrade proxystore-ex
What's Changed
Enhancements
- Extend
pydaosImportErrorwith link to installation docs by @gpauloski in #58 - Add a custom Dask.distributed
Clientwhich auto-proxies large values by @gpauloski in #62
Internal Changes
- Upgrade to
pytest_asyncio>=0.23.2by @gpauloski in #63
Documentation
- Improve install instructions and suggest
proxystore.exas recommended import by @gpauloski in #57
Development Workflows
- Switch auto-formatting from black to ruff format by @gpauloski in #56
- Test against Python 3.12 by @gpauloski in #59
Other Changes
- Bump actions/setup-python from 4 to 5 by @dependabot in #60
Full Changelog: v0.1.1...v0.1.2