Skip to content

Commit

Permalink
docs: formatting typo (close #270)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 12, 2024
1 parent e06ab37 commit b39dfaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.x']
# macos-latest (macOS 14): problems with ffmpeg (wait for imageio upgrade)
os: [macos-latest, ubuntu-latest, windows-latest]
extras: ['all', 'dcor-s3', 'none']
exclude:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.62.8
- docs: formatting typo (#270)
0.62.7
- fix: IntegrityChecker must not load basins
- fix: KeyError in IntegrityChecker when "basin_events" group missing (#268)
Expand Down
1 change: 1 addition & 0 deletions dclab/rtdc_dataset/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def hdf5(self,
skip_checks: bool
Disable checking whether all features have the same length.
.. versionchanged:: 0.58.0
The ``basins`` keyword argument was added, and it is now possible
Expand Down

0 comments on commit b39dfaa

Please sign in to comment.