This is an incremental bugfix release, featuring small usability improvements from user feedback. In particular:
- it is now possible to set required arguments for the
AlchemiscaleClient
via environment variables, namelyALCHEMISCALE_URL
,ALCHEMISCALE_ID
, andALCHEMISCALE_KEY
. - users of the
AlchemiscaleClient
can now disable local on-disk caching withuse_local_cache=False
- compute services can now be configured to use a local on-disk cache where possible, or disable it completely
Task
s now record theidentity
of the user that created them; this may be used in the future as a queryable
Thanks to all our contributors, including @LilDojd, @ianmkenney, @mikemhenry, and @dotsdl!
What's Changed
- feat: add environment variable support for client initialization params by @LilDojd in #368
- Fix docs by @ianmkenney in #381
- Make RTD fail on warning by @ianmkenney in #382
- Allow users to disable AlchemiscaleClient disk cache by @ianmkenney in #380
- Update to current type annotation syntax and clean out general diagnostic issues by @ianmkenney in #354
- Prevent warnings when environment variable is not set, and parameter is supplied by @LilDojd in #390
- switch to using setuptools_scm by @mikemhenry in #379
- Added ability to set cache location, size, or disable entirely for compute services by @dotsdl in #392
- Record the creator of new tasks by @dotsdl in #397
Full Changelog: v0.6.1...v0.6.2