v0.9.0
-
Dropped support for Galaxy releases 14.02, 14.04, 14.06 and 14.08. Added
support for Python 3.5 and 3.6, and Galaxy releases 16.07, 16.10, 17.01 and
17.05. -
Deprecated
import_workflow_json()
andexport_workflow_json()
methods
ofWorkflowClient
in favor ofimport_workflow_dict()
and
export_workflow_dict()
(reported by @manabuishii) -
Deprecated
show_stderr()
andshow_stdout()
methods of
DatasetClient
in favour ofJobsClient.show_job()
with
full_details=True
. -
Added
install_dependencies()
method toToolClient
(thanks to Marius
van den Beek). -
Added
reload_data_table()
method toToolDataClient
(thanks to Marius
van den Beek). -
Added
create_folder()
,update_folder()
,get_permissions()
,
set_permissions()
methods toFoldersClient
(thanks to Eric Rasche). -
Added
get_version()
method toConfigClient
(thanks to Eric Rasche). -
Added
get_user_apikey()
method toUserClient
(thanks to Eric Rasche). -
Added
create_quota()
,update_quota()
,delete_quota()
and
undelete_quota()
methods toQuotaClient
(thanks to Eric Rasche). -
Added
purge
parameter toHistoryClient.delete_dataset()
method. -
Added
f_email
,f_name
, andf_any
parameters to
UserClient.get_users()
method (thanks to Eric Rasche). -
Updated
WorkflowClient.import_shared_workflow()
method to use the newer
Galaxy API request (thanks to @DamCorreia). -
Fixed
HistoryClient.update_history()
andHistory.update()
methods
whenname
parameter is not specified -
Added warning if content size differs from content-length header in
DatasetClient.download_dataset()
-
BioBlend.objects: added
purge
parameter to
HistoryDatasetAssociation.delete()
method. -
BioBlend.objects: added
purged
attribute toDataset
objects. -
BioBlend.objects: added
published
attribute toHistory
objects. -
Code refactoring, added tests and documentation improvements.