You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
existing_id, data_store_name, name, comment, category, path_prefix and transfer_mode in RemoteAiModel.upload_from_path are now keyword-only arguments. #1450
View.read_xyz is deprecated in favor of View.read_cxyz. #1461
Added
RemoteDataset.add_layer_as_copy, RemoteLayer.add_mag_as_copy and RemoteAttachments.add_add_attachment_as_copy now accept transfer_mode=TransferMode.HTTP. #1450
Added support for older WEBKNOSSOS server API versions. The oldest currently supported API version is v13. #1450
Added overwrite_pending parameter (defaults to True) to RemoteAttachments.add_add_attachment_as_copy. #1450
Added support for reading MRC files using the mrcfile package. #1465
Added View.read_cxyz and View.write_cxyz to read and write arrays with guaranteed cxyz axis ordering. #1461