|
1 | | -## BioBlend v |
| 1 | +## BioBlend v1.7.0 - 2025-11-07 |
2 | 2 |
|
3 | | -* Added support for Python 3.14. |
| 3 | +* Deprecation: this is the last release to support end-of-life Python 3.9. |
| 4 | + |
| 5 | +* Added support for Python 3.14. Added support for Galaxy release 25.1. |
| 6 | + |
| 7 | +* Added ``get_invocation_request()`` method to ``InvocationClient`` (thanks to |
| 8 | + [Martin Čech](https://github.com/martenson)). |
| 9 | + |
| 10 | +* Added ``get_tool_tests()`` method to ``ToolClient`` (thanks to |
| 11 | + [JunhaoQiu](https://github.com/qchiujunhao)). |
4 | 12 |
|
5 | 13 | * Added ``job_id`` parameter to ``InvocationClient.get_invocations()``. |
6 | 14 |
|
| 15 | +* Added ``resource_params`` and ``use_cached_job`` parameters to |
| 16 | + ``InvocationClient.rerun_invocation()`` (thanks to |
| 17 | + [Martin Čech](https://github.com/martenson)). |
| 18 | + |
| 19 | +* Added ``parameters``, ``instance``, ``resource_params``, |
| 20 | + ``preferred_object_store_id``, ``preferred_intermediate_object_store_id`` and |
| 21 | + ``preferred_outputs_object_store_id`` parameters to |
| 22 | + ``WorkflowClient.invoke_workflow()`` (thanks to |
| 23 | + [Martin Čech](https://github.com/martenson)). |
| 24 | + |
| 25 | +* Refactored implementation of ``InvocationClient.rerun_invocation()`` to use |
| 26 | + ``InvocationClient.get_invocation_request()`` on Galaxy release 24.2 and |
| 27 | + later. Also fixed reuse of parameter inputs from the original invocation on |
| 28 | + Galaxy release 24.1 and earlier. (thanks to |
| 29 | + [Martin Čech](https://github.com/martenson)). |
| 30 | + |
7 | 31 | * Migrated from ``setup.cfg`` to ``pyproject.toml`` . |
8 | 32 |
|
| 33 | +* Improvements to documentation and tests. |
| 34 | + |
9 | 35 | ## BioBlend v1.6.0 - 2025-06-18 |
10 | 36 |
|
11 | 37 | * Added support for Galaxy release 25.0. |
|
0 commit comments