Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vine: Compat DaskVine #4025

Merged
merged 7 commits into from
Jan 22, 2025
Merged

Conversation

btovar
Copy link
Member

@btovar btovar commented Jan 22, 2025

Adds:

from ndcctools.taskvine.compat import DaskVine

to execute old-style dask task graphs. All other taskvine classes should be imported normally (from ndcctools.taskvine).

Merge Checklist

The following items must be completed before PRs can be merged.
Check these off to verify you have completed all steps.

  • make test Run local tests prior to pushing.
  • make format Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)
  • make lint Run lint on source code prior to pushing.
  • Manual Update: Update the manual to reflect user-visible changes.
  • Type Labels: Select a github label for the type: bugfix, enhancement, etc.
  • Product Labels: Select a github label for the product: TaskVine, Makeflow, etc.
  • PR RTM: Mark your PR as ready to merge.

Copy link
Member

@dthain dthain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fine to me. Suggest you add an explicit comment at the top of both the "current" and "compat" versions to indicate exactly what versions of Dask that they apply to.

@btovar btovar merged commit 9c28fe2 into cooperative-computing-lab:master Jan 22, 2025
10 checks passed
@btovar btovar deleted the compat_vine branch January 22, 2025 20:05
btovar added a commit that referenced this pull request Jan 30, 2025
* readd old files

* add to makefile install

* fix module imports

* add module init, check dask version

* check dask version regular module

* remove debug statement

* better warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants