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

Make Dask and Distributed optional dependencies #1061

Merged
merged 2 commits into from
Jan 28, 2024

Commits on Jan 27, 2024

  1. Make Dask and Distributed optional dependencies

    Dask was de facto optional already (see the guarded import in
    tsfresh/feature_extraction/data.py), but before this commit it was
    installed by default.
    
    Distributed is imported only to support Dask, when the classes
    ClusterDaskDistribution or LocalDaskDistribution are used, so it is not
    needed if Dask is not imported.
    
    To install tsfresh with those dependencies, one can do:
    
        pip install -e ".[dask]"
    
    This is needed, for example, to run the test suite. The documentation
    has been updated accordingly.
    lifepillar committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b96d84f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Use interpolation

    nils-braun committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1e5cac7 View commit details
    Browse the repository at this point in the history