Skip to content

Commit f856911

Browse files
committed
Merge branch 'release-v4.3'
2 parents 6196d36 + 2131fed commit f856911

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

cryosparc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.2.0"
1+
__version__ = "4.3.0"
22

33

44
def get_include():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cryosparc-tools"
3-
version = "4.2.0"
3+
version = "4.3.0"
44
description = "Toolkit for interfacing with CryoSPARC"
55
readme = "README.md"
66
requires-python = ">=3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
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(

0 commit comments

Comments
 (0)