Skip to content

v1.1.1

Compare
Choose a tag to compare
@nsoranzo nsoranzo released this 21 Feb 15:48
7059d62
  • Same as BioBlend v1.1.0, briefly released with wrong version number 1.0.1 on GitHub, PyPI and Bioconda.
  • Added support for Python 3.11. Added support for Galaxy release 23.0.
  • Using the deprecated folder_id parameter of the LibraryClient.get_folders() method now raises a ValueError exception.
  • Using the deprecated library_id parameter of the LibraryClient.get_libraries() method now raises a ValueError exception.
  • Using the deprecated tool_id parameter of the ToolClient.get_tools() method now raises a ValueError exception.
  • Using the deprecated workflow_id parameter of the WorkflowClient.get_workflows() method now raises a ValueError exception.
  • Modified delete_workflow() method of WorkflowClient to return None instead of a string.
  • Add py.typed marker file to distributed packages (as per PEP 561) to declare type checking support.
  • Improvements to tests and documentation.