We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7979a5 commit 1a4c533Copy full SHA for 1a4c533
CHANGELOG
@@ -1,6 +1,7 @@
1
2.1.0
2
- feat: basic DCOR support
3
- enh: export event image via context menu in Quick View (#35)
4
+ - setup: bump dclab from 0.21.1 to 0.22.0 (DCOR support)
5
2.0.3
6
- setup: bump dclab from 0.20.3 to 0.21.1
7
- docs: add terminology section (#12)
setup.py
@@ -25,7 +25,7 @@
25
description=description,
26
long_description=open('README.rst').read() if exists('README.rst') else '',
27
install_requires=["appdirs",
28
- "dclab>=0.21.1",
+ "dclab>=0.22.0",
29
"fcswrite>=0.5.1",
30
"h5py>=2.8.0",
31
"numpy>=1.9.0",
0 commit comments