Skip to content

v0.10.0

Compare
Choose a tag to compare
@nsoranzo nsoranzo released this 26 Sep 11:39
  • Dropped support for Python 2.6. Added support for Galaxy release 17.09.

  • Added contents parameter to FoldersClient.show_folder() method (thanks to Eric Rasche).

  • Exposed the verify attribute of GalaxyInstance and ToolShedInstance objects as __init__() parameter.

  • Added create_role() method to RolesClient (thanks to Ashok Varadharajan).

  • Added timeout parameter to GalaxyClient.__init__() method.

  • Added publish parameter to import_workflow_dict() and import_workflow_from_local_path() methods of WorkflowClient (thanks to Marco Enrico Piras).

  • BioBlend.objects: added publish parameter to ObjWorkflowClient.import_new() method (thanks to Marco Enrico Piras).

  • Do not check for mismatching content size when streaming a dataset to file (reported by Jorrit Boekel).

  • Fixed delete requests when Galaxy uses external authentication (thanks to Eric Rasche).

  • Fixed retrieval of the API key when a GalaxyClient object is initialised with email and password on Python 3 (thanks to Marius van den Beek).

  • Documentation improvements.