Skip to content

Commit 943de95

Browse files
committed
Update CHANGELOG.md
Removed breaking change that no longer applies and clarify Job.doc field changes
1 parent c1cb7ef commit 943de95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## v5.0.0
44

55
- BREAKING: replaced low-level `CryoSPARC.cli`, `CryoSPARC.rtp` and `CryoSPARC.vis` attributes with single unified `CryoSPARC.api`
6-
- BREAKING: When a `job.start()` or `job.run()` is called for an external job, changing the job connections with `job.add_input`, `job.add_output` or `job.connect` will now trigger an error. Please add all inputs and outputs and connect all inputs before running an external job.
6+
Please add all inputs and outputs and connect all inputs before running an external job.
77
- BREAKING: `CryoSPARC.download_asset(fileid, target)` no longer accepts a directory target. Must specify a filename.
88
- BREAKING: removed `CryoSPARC.get_job_specs()`. Use `CryoSPARC.job_register` instead
99
- BREAKING: `CryoSPARC.list_assets()` and `Job.list_assets()` return list of models instead of list of dictionaries, accessible with dot-notation
@@ -19,7 +19,7 @@
1919
- BREAKING: `CryoSPARC.print_job_types` `section` argument renamed to `category`
2020
- OLD: `cs.print_job_types(section=["extraction", "refinement"])`
2121
- NEW: `cs.print_job_types(category=["extraction", "refinement"])`
22-
- BREAKING: Restructured schema for Job models, many `Job.doc` properties have been internally rearranged
22+
- BREAKING: Restructured schema for Job models, many Job.doc fields have been internally rearranged. Some fields like `params_spec` and `output_result_groups` are no longer available (replaced with a unified `spec` field)
2323
- Added: `CryoSPARC.job_register` property
2424
- Added: `job.load_input()` and `job.load_output()` now accept `"default"`, `"passthrough"` and `"all"` keywords for their `slots` argument
2525
- Added: `job.alloc_output()` now accepts `dtype_params` argument for fields with dynamic shapes

0 commit comments

Comments
 (0)