Releases: merative/acd-python-sdk
Releases · merative/acd-python-sdk
v2.0.2
v2.0.1
2.0.1 (2023-03-25)
Bug Fixes
- Remove deprecated run pipeline methods (9b33dbd)
- Support for the deprecated
run_pipeline
andrun_pipeline_with_flow
methods has been removed. This includes classes:RunPipelineWithFlowEnums
andAnalyticFlowBeanInput
. To analyze your unstructured text, useanalyze
oranalyze_with_flow
method instead. - The method
deploy_cartridge
has been marked deprecated and could be removed in the future. Usecartridges_post_multipart
method instead.