File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ ## BioBlend v1.6.0 - 2025-06-18
2+
3+ * Added support for Galaxy release 25.0.
4+
5+ * Added support for API auth with access token (thanks to
6+ [ Nuwan Goonasekera] ( https://github.com/nuwang ) ).
7+
8+ * Added `` decode_id() `` and `` encode_id() `` methods to `` ConfigClient `` (thanks
9+ to [ Simon Bray] ( https://github.com/simonbray ) ).
10+
11+ * Added `` get_invocation_archive() `` method to `` InvocationClient `` (thanks to
12+ [ Patrik Smeds] ( https://github.com/Smeds ) ).
13+
14+ * Added `` instance `` and `` legacy `` parameters to
15+ `` WorkflowClient.show_workflow() `` (thanks to
16+ [ Patrik Smeds] ( https://github.com/Smeds ) ).
17+
18+ * Improvements to documentation, tests and type annotation (thanks to
19+ [ Dannon] ( https://github.com/dannon ) and
20+ [ Matthias Bernt] ( https://github.com/bernt-matthias ) ).
21+
122### BioBlend v1.5.0 - 2025-03-06
223
324* Dropped support for Python 3.8. Added support for Galaxy release 24.2.
Original file line number Diff line number Diff line change 1616)
1717
1818# Current version of the library
19- __version__ = "1.5 .0"
19+ __version__ = "1.6 .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