v3.7.0

neuml/txtaiv3.7.0Nov 23, 2021by davidmezzetti

AI Summary

This release introduces new pipelines for object detection and image captioning, adds a retrieval task, and expands workflow functionality while improving documentation and refactoring the pipeline package.

Key Highlights

  • New object detection pipeline
  • New image caption pipeline
  • New retrieval task
  • New workflow functionality
  • Refactored pipeline package

New Features

  • Object detection pipeline
  • Image caption pipeline
  • Retrieval task
  • No-op pipeline
  • Workflow functionality

Full Release Notes

This release adds the following new features, improvements and bug fixes.

New Features
--------------------------
- Add object detection pipeline (#148)
- Add image caption pipeline (#149)
- Add retrieval task (#150)
- Add no-op pipeline (#152)
- Add new workflow functionality (#155)

Improvements
--------------------------
- Add korean translation to README.md. Thank you @0206pdh! (#138)
- Add links to external articles (#139)
- Update example applications to be consistent (#140)
- Add an article summarization example (#144)
- Add fallback mode for textractor (#145)
- Reorganize pipeline package (#147)
- Update optional package tests to simulate missing packages (#154)
- Add parameter to flatten labels output (#153)
- Update documentation with latest changes (#156)

Bug Fixes
--------------------------
- Fix bug with importing service task when workflow extra not installed (#146)
- Fix inconsistencies with url based tasks (#151)