v1.2.0
-
Dropped support for Galaxy releases 17.09-19.01. Added support for Galaxy release 23.1.
-
Added a new
container_resolution
attribute toGalaxyInstance
objects, which is an instance of the newContainerResolutionClient
. This new module can be used to list container resolvers, and to resolve (and install) tool requirements against specified container resolvers (thanks to cat-bro and Matthias Bernt). -
Added
reload_toolbox()
method toConfigClient
(thanks to Anthony Bretaudeau). -
Added
delete_unused_dependency_paths()
andunused_dependency_paths()
methods toToolDependenciesClient
(thanks to Matthias Bernt). -
Added
data_manager_mode
parameter toToolClient.run_tool()
method (thanks to Marius van den Beek). -
Added
user_data
parameter toUserClient.update_user()
method (thanks to Uwe Winter). -
Fixed bug in
DatasetClient.download_dataset()
and BioBlend.objectsHistoryDatasetAssociation.get_stream()
where the wrong download URL was generated if the Galaxy instance is served at a subdirectory (reported by Anil Thanki). -
Improvements to tests and documentation (thanks to kxk302 and Simon Bray).