Skip to content

Commit 84be818

Browse files
authored
Prepare v1.17.0 release (#128)
* Prepare 1.17.0 release * Remove entry for test * Fix changelog entry * Add permission required for publishing
1 parent b718033 commit 84be818

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
needs: style
2020
name: Build and publish package
2121
runs-on: ubuntu-24.04
22+
permissions:
23+
id-token: write
2224
steps:
2325
- uses: actions/checkout@v4
2426
- name: Install uv

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
## [UNRELEASED] - YYYY-MM-DD
1+
## [1.17.0] - 2025-01-07
22
### Fixed
33
- Expose detected segment (used in dejittering) as `stream["info"]["segments"]` ([#117](https://github.com/xdf-modules/pyxdf/pull/117) by [Robert Guggenberger](https://github.com/agricolab))
44
- A non-looping playback of an XDF file will no longer lead to a `TypeError` ([#119](https://github.com/xdf-modules/pyxdf/pull/119) by [Stefan Appelhoff](https://github.com/sappelhoff))
55
- Reported segments now have the correct sample stop, are no longer duplicated, and empty streams return segments as an empty array rather than [0, -1] ([#121](https://github.com/xdf-modules/pyxdf/pull/121) by [Jamie Forth](https://github.com/jamieforth))
6-
- Test unduplicated reporting for segments ([#123](https://github.com/xdf-modules/pyxdf/pull/123/) by [Robert Guggenberger](https://github.com/agricolab), [Clemens Brunner](https://github.com/cbrnr))
76

87
### Changed
98
- Rename `pyxdf.examples` module to `pyxdf.cli` ([#118](https://github.com/xdf-modules/xdf-Python/pull/118) by [Clemens Brunner](https://github.com/cbrnr))
10-
- Reverse logic of `--loop` argument in `pyxdf.examples.playback_lsl.py` to be more in line with standard practice: Supplying `--loop` will loop, whereas omitting `--loop` will NOT loop ([#119](https://github.com/xdf-modules/pyxdf/pull/119) by [Stefan Appelhoff](https://github.com/sappelhoff))
9+
- Reverse logic of `--loop` argument in `pyxdf.cli.playback_lsl.py` to be more in line with standard practice: Supplying `--loop` will loop, whereas omitting `--loop` will NOT loop ([#119](https://github.com/xdf-modules/pyxdf/pull/119) by [Stefan Appelhoff](https://github.com/sappelhoff))
1110

1211
## [1.16.8] - 2024-07-18
1312
### Fixed

0 commit comments

Comments
 (0)