v0.10.0
-
Dropped support for Python 2.6. Added support for Galaxy release 17.09.
-
Added
contents
parameter toFoldersClient.show_folder()
method (thanks to Eric Rasche). -
Exposed the
verify
attribute ofGalaxyInstance
andToolShedInstance
objects as__init__()
parameter. -
Added
create_role()
method toRolesClient
(thanks to Ashok Varadharajan). -
Added
timeout
parameter toGalaxyClient.__init__()
method. -
Added
publish
parameter toimport_workflow_dict()
andimport_workflow_from_local_path()
methods ofWorkflowClient
(thanks to Marco Enrico Piras). -
BioBlend.objects: added
publish
parameter toObjWorkflowClient.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.