aws.comprehend 0.2.1
- Refactor batch response processing to improve reliability (#21)
 
- Index now 0-based everywhere. Used to be 0-based for batch
operations and 1-based for single operations (#11)
 
- Add test suite for detect_* and detect_medical_*_functions
 
aws.comprehend 0.2.0
New features
- Medical support for entities (
detect_medical_entities)
and protected health information (detect_medical_phi)
(@dkincaid,
#20) 
detect_syntax function to perform syntax analysis
(#14) 
Fixes and minor improvements
- Better error message when AWS credentials are not provided
(#15)
 
- Fix missing import of 
locate_credential from
aws.signature (#5) 
- Fix bug in batch 
detect_entities when documents have
different numbers of entities (@MarcinKosinski, #18) 
- @antoine-sachet taking over as
maintainer
 
aws.comprehend 0.1.2
aws.comprehend 0.1.1