Skip to content

Commit

Permalink
setup: bump dclab to 0.30.0 (internal basin support, export logs)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 26, 2024
1 parent d8f9491 commit f0c8de8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.17.0
- setup: bump dclab to 0.30.0 (internal basin support, export logs)
2.16.5
- setup: bump dclab to 0.59.1 (mapped-basin now fully supported)
2.16.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
license = {text = "GPL v3"}
dependencies = [
"fcswrite>=0.5.1",
"dclab[dcor,http]>=0.59.1",
"dclab[dcor,http]>=0.60.0",
"h5py>=2.8.0",
"numpy>=1.21", # CVE-2021-33430
"pyqt5",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_gui_export_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_export_datasets_rtdc_logs(qtbot):
# make sure that file has three events and contains the logs and tables
with dclab.new_dataset(exported[0]) as ds:
assert len(ds) == 3
assert len(ds.logs) == 5
assert len(ds.logs) == 6
assert "src_cytoshot-acquisition" in ds.logs
assert np.allclose(
ds.tables["src_cytoshot_monitor"]["brightness"][0],
Expand Down

0 comments on commit f0c8de8

Please sign in to comment.