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

fix: update CI workflow, snakemake wrappers and python / pandas code syntax #40

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Jun 6, 2023

  1. fix: stop using deprecated pd.read_table argument squeeze

    Instead, use the `.squeeze("columns")` function, as for example done here:
    https://github.com/sktime/sktime/pull/2693/files
    dlaehnemann committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    10c4ba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958f9ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    933cdb9 View commit details
    Browse the repository at this point in the history
  4. snakefmt

    dlaehnemann committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    632c847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a0ba66 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    7d9a97e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b72197 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d319afc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba2c18f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d38c2d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69d4d82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9002ddf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bee97c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9fa254 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    85a3b64 View commit details
    Browse the repository at this point in the history