Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.08 KB

NEWS.md

File metadata and controls

32 lines (20 loc) · 1.08 KB

aws.comprehend (development version)

  • Added infer_icd10, infer_rxnorm, and infer_snowmed_ct functions to call Comprehend Medical's ontology linking APIs.

aws.comprehend 0.2.1

  • Released on CRAN 2020-03-18
  • 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

  • First CRAN release

aws.comprehend 0.1.1

  • Initial release.