What's Changed
-
Added support for Python 3.13. Added support for Galaxy release 24.1.
-
Added
user_agent
parameter to the__init__()
method of theGalaxyClient
,GalaxyInstance
andToolShedInstance
classes (thanks to Daniel Blankenberg). -
Added
version
anduse_cached_job
parameters toWorkflowClient.invoke_workflow()
method (reported by Bérénice Batut). -
Changed the default values for the
operation
anddefault
parameters of theQuotaClient.update_quota()
method (thanks to Matthias Bernt). -
Improvements to tests and documentation (thanks to Matthias Bernt).
New Contributors
- @blankenberg made their first contribution in #318
Full Changelog: v1.3.0...v1.4.0