v0.15.0
-
Dropped support for Python 3.5. Added support for Python 3.9. Added support for Galaxy releases 20.09 and 21.01.
-
Changed the return value of
RolesClient.create_role()
method from a 1-element list containing a dict to a dict. -
Removed deprecated
download_dataset()
andget_current_history
methods ofHistoryClient
. -
Removed deprecated
export_workflow_json()
andimport_workflow_json
methods ofWorkflowClient
. -
Added
copy_content()
,get_published_histories()
andopen_history()
methods toHistoryClient
. -
Added
rerun_job()
method toJobsClient
. -
Added
requirements()
method toToolClient
(thanks to cat-bro). -
Added
published
andslug
parameters toHistoryClient.get_histories()
. -
Added
require_state_ok
parameter toDatasetClient.download_dataset()
. -
Added
input_format
parameter toToolClient.run_tool()
. -
Deprecated
history_id
parameter ofHistoryClient.get_histories()
method. -
BioBlend.objects: Added
owner
property to all objects. Addedannotation
,published
andpurged
properties toHistoryPreview
objects. -
Fixed issue where specifying the Galaxy URL with "http://" instead of "https://" when creating a
GalaxyInstance
made the subsequent non-GET requests to silently fail. -
Moved the Continuous Integration (CI) from TravisCI to GitHub workflows (thanks to Oleg Zharkov).
-
Improvements to tests and documentation (thanks to Gianmauro Cuccuru).