Skip to content

refs/tags/v3.5.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 17:58
· 18 commits to master since this release

webknossos

Breaking Changes

  • 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
  • Added support for mag views on gs://. #1466

Changed

  • Updated the api version of the webknossos-api to 14. Version 13 is still supported. #1450