File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- ### BioBlend v
1+ ### BioBlend v1.4.0 - 2024-11-06
22
33* Added support for Python 3.13. Added support for Galaxy release 24.1.
44
5+ * Added `` user_agent `` parameter to the `` __init__() `` method of the
6+ `` GalaxyClient `` , `` GalaxyInstance `` and `` ToolShedInstance `` classes (thanks
7+ to [ Daniel Blankenberg] ( https://github.com/blankenberg ) ).
8+
59* Added `` version `` and `` use_cached_job `` parameters to
610 `` WorkflowClient.invoke_workflow() `` method (reported by
711 [ Bérénice Batut] ( https://github.com/bebatut ) ).
812
13+ * Changed the default values for the `` operation `` and `` default `` parameters of
14+ the `` QuotaClient.update_quota() `` method (thanks to
15+ [ Matthias Bernt] ( https://github.com/bernt-matthias ) ).
16+
17+ * Improvements to tests and documentation (thanks to
18+ [ Matthias Bernt] ( https://github.com/bernt-matthias ) ).
19+
920### BioBlend v1.3.0 - 2024-05-12
1021
1122* Dropped support for Python 3.7. Added support for Python 3.12. Added support
Original file line number Diff line number Diff line change 1616)
1717
1818# Current version of the library
19- __version__ = "1.3 .0"
19+ __version__ = "1.4 .0"
2020
2121# default chunk size (in bytes) for reading remote data
2222try :
You can’t perform that action at this time.
0 commit comments