8000 Release v1.3.0 · jftuga/deidentification · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.3.0

Compare
Choose a tag to compare
@jftuga jftuga released this 10 Jan 21:06
· 6 commits to main since this release
72a5a7d

add --exclude option

Add ability to exclude entities from de-identification with -x, --exclude.

  • This uses a comma as the delimiter to allow for multiple entities.
  • Comma can be overridden by setting the DEIDENTIFY_EXCLUDE_DELIM environment variable.

The Python API can also use this option be setting a DeidentificationConfig.excluded_entities option to a Python set data type.


Improve Python API

  • reset all internal variables at the beginning of the deidentify method
  • lower-case all config.excluded_entities
  • added API testing with api_test.py
0