Skip to content

v2.0.3

Compare
Choose a tag to compare
@stephencpope stephencpope released this 13 Jul 23:10
· 117 commits to master since this release

Compute

  • Allow deletion of Function objects.
    • Deleting a Function will deleted all associated Jobs.
  • Allow deletion of Job objects.
    • Deleting a Job will delete all associated resources (logs, results, etc).
  • Added attribute filter to Function and Job objects.
    • Attributes marked filterable=True can be used to filter objects on the compute backend api.
    • Minor optimization to Job.iter_results which now uses backend filters to load successful jobs.
  • Function bundling has been enhanced.
    • New include_modules and include_data parameters allow for multiple other modules, non-code data files, etc to be added to the code bundle.
    • The requirements parameter has been improved to allow a user to pass a path to their own requirements.txt file instead of a list of strings.