File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ### BioBlend v
1+ ### BioBlend v1.3.0 - 2024-05-12
22
33* Dropped support for Python 3.7. Added support for Python 3.12. Added support
44 for Galaxy releases 23.2 and 24.0.
55
6+ * Added `` copy_elements `` parameter to
7+ `` HistoryClient.create_dataset_collection() `` and BioBlend.objects
8+ `` History.create_dataset_collection() `` methods.
9+
610* Added `` wait `` parameter to `` HistoryClient.delete_dataset() `` and
711 BioBlend.objects `` HistoryDatasetAssociation.delete() `` methods.
812
3539* Fixed `` InvocationClient.get_invocation_biocompute_object() `` method on
3640 upcoming Galaxy 24.1 .
3741
42+ * * Improvements to linting and tests (thanks to
43+ [ Matthias Bernt] ( https://github.com/bernt-matthias ) ).
44+
3845### BioBlend v1.2.0 - 2023-06-30
3946
4047* Dropped support for Galaxy releases 17.09-19.01. Added support for Galaxy
Original file line number Diff line number Diff line change 1616)
1717
1818# Current version of the library
19- __version__ = "1.2 .0"
19+ __version__ = "1.3 .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