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_historymethods ofHistoryClient. -
Removed deprecated
export_workflow_json()andimport_workflow_jsonmethods 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
publishedandslugparameters toHistoryClient.get_histories(). -
Added
require_state_okparameter toDatasetClient.download_dataset(). -
Added
input_formatparameter toToolClient.run_tool(). -
Deprecated
history_idparameter ofHistoryClient.get_histories()method. -
BioBlend.objects: Added
ownerproperty to all objects. Addedannotation,publishedandpurgedproperties toHistoryPreview
objects. -
Fixed issue where specifying the Galaxy URL with "http://" instead of "https://" when creating a
GalaxyInstancemade 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).