Skip to content

Commit

Permalink
Merge pull request #71 from predict-idlab/refactoring
Browse files Browse the repository at this point in the history
♻️ refactor indexing + ✂️ decouple stride & window + ✨ support segment idxs
  • Loading branch information
jvdd committed Oct 11, 2022
2 parents 767878a + e684a09 commit 9787fc0
Show file tree
Hide file tree
Showing 20 changed files with 4,176 additions and 1,388 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.8

- name: Install poetry
uses: Gr1N/setup-poetry@v4
uses: snok/install-poetry@v1
- name: Cache poetry
id: cached-poetry-dependencies
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
python-version: [3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand All @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install poetry
uses: Gr1N/setup-poetry@v4
uses: snok/install-poetry@v1.3.1
- name: Cache poetry
id: cached-poetry-dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 9787fc0

Please sign in to comment.