File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.3.0
4+
5+ - Added: Updated project doc spec with updated generate intermediate results settings field
6+ - Fixed: Allow project file retrieval from when project directory contains a symbolic link
7+ - Fixed: Auto-exclude slots with missing metafile and better error message when output metafile is missing
8+ - Fixed: Extend ` CommandClient.Error ` from ` Exception `
9+ - Fixed: Correctly catch command request timeout
10+ - Docs: Added T20S workflow example
11+
312## v4.2.0
413
514- Support for CryoSPARC v4.2
Original file line number Diff line number Diff line change 1- __version__ = "4.2 .0"
1+ __version__ = "4.3 .0"
22
33
44def get_include ():
Original file line number Diff line number Diff line change 11[project ]
22name = " cryosparc-tools"
3- version = " 4.2 .0"
3+ version = " 4.3 .0"
44description = " Toolkit for interfacing with CryoSPARC"
55readme = " README.md"
66requires-python = " >=3.7"
Original file line number Diff line number Diff line change 2323
2424setup (
2525 name = "cryosparc_tools" ,
26- version = "4.2 .0" ,
26+ version = "4.3 .0" ,
2727 description = "Toolkit for interfacing with CryoSPARC" ,
2828 headers = ["cryosparc/include/cryosparc-tools/dataset.h" ],
2929 ext_modules = cythonize (
You can’t perform that action at this time.
0 commit comments