Skip to content

v2.0.1

Compare
Choose a tag to compare
@dlangst dlangst released this 25 Mar 17:38
· 4 commits to master since this release

2.0.1 (2023-03-25)

Bug Fixes

  • Remove deprecated run pipeline methods (9b33dbd)
  • Support for the deprecated run_pipeline and run_pipeline_with_flow methods has been removed. This includes classes: RunPipelineWithFlowEnums and AnalyticFlowBeanInput. To analyze your unstructured text, use analyze or analyze_with_flow method instead.
  • The method deploy_cartridge has been marked deprecated and could be removed in the future. Use cartridges_post_multipart method instead.