Skip to content

Commit

Permalink
Fix changelog (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr authored Nov 25, 2024
1 parent f63e335 commit b00546f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
### Fixed
- 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))
- 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))
- 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)
- 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))

### Changed
- Rename `pyxdf.examples` module to `pyxdf.cli` ([#118](https://github.com/xdf-modules/xdf-Python/pull/118) by [Clemens Brunner](https://github.com/cbrnr))
- Reverse logic of `--loop` argument in `pyxdf.examples.playback_lsl.py` to be more in line with standard practice: Supplying `--loop` will loop, whereas ommitting `--loop` will NOT loop ([#119](https://github.com/xdf-modules/pyxdf/pull/119) by [Stefan Appelhoff](https://github.com/sappelhoff))
- 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))

## [1.16.8] - 2024-07-18
### Fixed
Expand Down

0 comments on commit b00546f

Please sign in to comment.